Package org.fest.swing.monitor
Class WindowVisibilityMonitor
java.lang.Object
java.awt.event.WindowAdapter
org.fest.swing.monitor.WindowVisibilityMonitor
- All Implemented Interfaces:
ComponentListener,WindowFocusListener,WindowListener,WindowStateListener,EventListener
Understands tracking of window visibility state.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidMethods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
Field Details
-
windows
-
-
Constructor Details
-
WindowVisibilityMonitor
WindowVisibilityMonitor(Windows windows)
-
-
Method Details
-
componentShown
- Specified by:
componentShownin interfaceComponentListener
-
componentHidden
- Specified by:
componentHiddenin interfaceComponentListener
-
windowClosed
- Specified by:
windowClosedin interfaceWindowListener- Overrides:
windowClosedin classWindowAdapter
-
componentResized
- Specified by:
componentResizedin interfaceComponentListener
-
componentMoved
- Specified by:
componentMovedin interfaceComponentListener
-