public interface IDialogHandler
Modifier and Type | Method and Description |
---|---|
boolean |
canClosed()
called when user wanna close the dialog
|
java.awt.Component |
getComponent() |
void |
prepare(IDialog dialog)
called after ViewManager.showDialog() is called,
to set the dialog's properties before it is shown (e.g.
|
void |
shown()
called after the dialog is shown
|
java.awt.Component getComponent()
void prepare(IDialog dialog)
void shown()
boolean canClosed()