public interface FwkDialogInterface extends FwkInterface
Modifier and Type | Field and Description |
---|---|
static int |
CANCEL_BUTTON
The component ident for the Cancel button.
|
static int |
CLOSE_BUTTON
The component ident for the CLOSE button.
|
static int |
HELP_BUTTON
The component ident for the HELP button.
|
static int |
OK_BUTTON
The component ident for the Cancel button.
|
static int |
RESET_BUTTON
The component ident for the Cancel button.
|
Modifier and Type | Method and Description |
---|---|
boolean |
cancelDialog()
Cancel dialog.
|
boolean |
commitDialog()
Commit dialog.
|
javax.swing.JComponent |
getDialogComponent(int ident)
This method returns a component of the dialog.
|
boolean |
resetDialog()
Reset dialog.
|
getVersion, release
static final int CANCEL_BUTTON
static final int OK_BUTTON
static final int RESET_BUTTON
static final int CLOSE_BUTTON
static final int HELP_BUTTON
javax.swing.JComponent getDialogComponent(int ident)
ident
- The ident of the component. Use the predefined idents
to specify what component is requested.boolean cancelDialog()
boolean resetDialog()
boolean commitDialog()