Class CurrentWindowTag

    • Constructor Detail

      • CurrentWindowTag

        public CurrentWindowTag()
    • Method Detail

      • windowClosed

        public void windowClosed​(javax.swing.event.InternalFrameEvent ife)
        Description copied from interface: DesktopListener
        Fired when an internal frame is closed
        Specified by:
        windowClosed in interface DesktopListener
      • windowClosing

        public void windowClosing​(javax.swing.event.InternalFrameEvent ife)
        Description copied from interface: DesktopListener
        Fired when an internal frame is closing
        Specified by:
        windowClosing in interface DesktopListener
      • windowGainedFocus

        public void windowGainedFocus​(javax.swing.event.InternalFrameEvent ife)
        Description copied from interface: DesktopListener
        Fired when an internal frame gains the focus
        Specified by:
        windowGainedFocus in interface DesktopListener
      • windowLostFocus

        public void windowLostFocus​(javax.swing.event.InternalFrameEvent ife)
        Description copied from interface: DesktopListener
        Fired when an internal frame loses the focuse
        Specified by:
        windowLostFocus in interface DesktopListener
      • windowOpened

        public void windowOpened​(javax.swing.event.InternalFrameEvent ife)
        Description copied from interface: DesktopListener
        Fired when an internal frame is opened (for the first time)
        Specified by:
        windowOpened in interface DesktopListener
      • windowRemoved

        public void windowRemoved​(javax.swing.event.InternalFrameEvent ife)
        Description copied from interface: DesktopListener
        Signifies that the internal frame was removed from its parent. It may or may not have been closed first.
        Specified by:
        windowRemoved in interface DesktopListener
      • windowResized

        public void windowResized​(javax.swing.event.InternalFrameEvent ife)
        Description copied from interface: DesktopListener
        Fired when an internal frame has been resized
        Specified by:
        windowResized in interface DesktopListener