org.xnap.gui.event
Class AbstractPreferencesDialogListener

java.lang.Object
  extended by org.xnap.gui.event.AbstractPreferencesDialogListener
All Implemented Interfaces:
java.util.EventListener, DialogListener

public abstract class AbstractPreferencesDialogListener
extends java.lang.Object
implements DialogListener


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

AbstractPreferencesDialogListener

public AbstractPreferencesDialogListener()
Method Detail

addPanels

public abstract void addPanels(AbstractPreferencesDialog dialog,
                               java.util.List panels)
Sub classes should add their panels to the preferences dialog and to panels.


dialogWillBecomeVisible

public void dialogWillBecomeVisible(java.awt.Dialog dialog)
Description copied from interface: DialogListener
Invoked last in the constructor before show() is invoked.

Specified by:
dialogWillBecomeVisible in interface DialogListener

dialogWillBecomeInvisible

public void dialogWillBecomeInvisible(java.awt.Dialog dialog)
Description copied from interface: DialogListener
Invoked before dispose() is invoked.

Specified by:
dialogWillBecomeInvisible in interface DialogListener

dispose

public void dispose()


Copyright © 2001-2005 XNap Team. All Rights Reserved.