|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.gui.event.AbstractPreferencesDialogListener
public abstract class AbstractPreferencesDialogListener
Constructor Summary | |
---|---|
AbstractPreferencesDialogListener()
|
Method Summary | |
---|---|
abstract void |
addPanels(AbstractPreferencesDialog dialog,
java.util.List panels)
Sub classes should add their panels to the preferences dialog and to panels . |
void |
dialogWillBecomeInvisible(java.awt.Dialog dialog)
Invoked before dispose() is invoked. |
void |
dialogWillBecomeVisible(java.awt.Dialog dialog)
Invoked last in the constructor before show() is invoked. |
void |
dispose()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPreferencesDialogListener()
Method Detail |
---|
public abstract void addPanels(AbstractPreferencesDialog dialog, java.util.List panels)
panels
.
public void dialogWillBecomeVisible(java.awt.Dialog dialog)
DialogListener
show()
is invoked.
dialogWillBecomeVisible
in interface DialogListener
public void dialogWillBecomeInvisible(java.awt.Dialog dialog)
DialogListener
dispose()
is invoked.
dialogWillBecomeInvisible
in interface DialogListener
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |