Package org.fife.ui.rtextarea
Class ClipboardHistoryPopup.Listener
java.lang.Object
java.awt.event.WindowAdapter
org.fife.ui.rtextarea.ClipboardHistoryPopup.Listener
- All Implemented Interfaces:
ComponentListener
,WindowFocusListener
,WindowListener
,WindowStateListener
,EventListener
- Enclosing class:
ClipboardHistoryPopup
Listens for events in this popup.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
void
void
void
void
private void
void
void
void
Methods inherited from class java.awt.event.WindowAdapter
windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowOpened, windowStateChanged
-
Constructor Details
-
Listener
Listener()
-
-
Method Details
-
componentResized
- Specified by:
componentResized
in interfaceComponentListener
-
componentMoved
- Specified by:
componentMoved
in interfaceComponentListener
-
componentShown
- Specified by:
componentShown
in interfaceComponentListener
-
componentHidden
- Specified by:
componentHidden
in interfaceComponentListener
-
windowActivated
- Specified by:
windowActivated
in interfaceWindowListener
- Overrides:
windowActivated
in classWindowAdapter
-
windowLostFocus
- Specified by:
windowLostFocus
in interfaceWindowFocusListener
- Overrides:
windowLostFocus
in classWindowAdapter
-
windowIconified
- Specified by:
windowIconified
in interfaceWindowListener
- Overrides:
windowIconified
in classWindowAdapter
-
checkForParentWindowEvent
-
uninstallAndHide
private void uninstallAndHide()
-