|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xnap.gui.event.DialogSupport
public class DialogSupport
This is a utility class that can be used by dialogs to notify
DialogEvent listeners.
| Constructor Summary | |
|---|---|
DialogSupport()
Constructs a DialogSupport object. |
|
| Method Summary | |
|---|---|
void |
addDialogListener(DialogListener listener)
|
void |
fireDialogWillBecomeInvisible(java.awt.Dialog dialog)
|
void |
fireDialogWillBecomeVisible(java.awt.Dialog dialog)
|
void |
removeDialogListener(DialogListener listener)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialogSupport()
| Method Detail |
|---|
public void addDialogListener(DialogListener listener)
public void removeDialogListener(DialogListener listener)
public int size()
public void fireDialogWillBecomeVisible(java.awt.Dialog dialog)
public void fireDialogWillBecomeInvisible(java.awt.Dialog dialog)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||