|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjap.AbstractJAPConfModule.RootPanelAncestorListener
private class AbstractJAPConfModule.RootPanelAncestorListener
Helper class for creating a onRootPanelShown call when the root panel (the whole configuration tab of this module) is coming to foreground.
| Constructor Summary | |
|---|---|
private |
AbstractJAPConfModule.RootPanelAncestorListener()
|
| Method Summary | |
|---|---|
void |
ancestorAdded(javax.swing.event.AncestorEvent event)
This method is called when the root panel is set to visible. |
void |
ancestorMoved(javax.swing.event.AncestorEvent event)
This method is called when the root panel is moved. |
void |
ancestorRemoved(javax.swing.event.AncestorEvent event)
This method is called when the root panel is set to invisible. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private AbstractJAPConfModule.RootPanelAncestorListener()
| Method Detail |
|---|
public void ancestorAdded(javax.swing.event.AncestorEvent event)
ancestorAdded in interface javax.swing.event.AncestorListenerevent - The fired AncestorEvent.public void ancestorMoved(javax.swing.event.AncestorEvent event)
ancestorMoved in interface javax.swing.event.AncestorListenerevent - The fired AncestorEvent.public void ancestorRemoved(javax.swing.event.AncestorEvent event)
ancestorRemoved in interface javax.swing.event.AncestorListenerevent - The fired AncestorEvent.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||