Package | Description |
---|---|
net.java.truecommons.key.swing.util |
Provides general Swing GUI classes.
|
Modifier and Type | Method and Description |
---|---|
void |
PanelListener.ancestorWindowHidden(PanelEvent evt)
Invoked when the ancestor window of an
EnhancedPanel is hidden. |
void |
PanelListener.ancestorWindowShown(PanelEvent evt)
Invoked when the ancestor window of an
EnhancedPanel is shown. |
protected void |
EnhancedPanel.processPanelEvent(PanelEvent event)
Calls
EnhancedPanel.fireAncestorWindowShown(net.java.truecommons.key.swing.util.PanelEvent) or
EnhancedPanel.fireAncestorWindowHidden(net.java.truecommons.key.swing.util.PanelEvent) , depending on the ID of the given
event . |
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.