Package | Description |
---|---|
viptool.base | |
viptool.base.gui.dialog |
Modifier and Type | Method and Description |
---|---|
void |
IWorkbench.showDialog(IStandardDialogListener listener,
String title,
String mainDescription,
JComponent content,
Image image,
int buttons,
int defaultButton) |
Modifier and Type | Method and Description |
---|---|
void |
IStandardModalDialog.addStandardDialogListener(IStandardDialogListener listener)
Adds a new listener to the dialog.
|
void |
IStandardModalDialog.removeStandardDialogListener(IStandardDialogListener listener)
Removes the given listener from the dialog.
|