|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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)
DialogListenershow() is invoked.
dialogWillBecomeVisible in interface DialogListenerpublic void dialogWillBecomeInvisible(java.awt.Dialog dialog)
DialogListenerdispose() is invoked.
dialogWillBecomeInvisible in interface DialogListenerpublic void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||