|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DialogAction | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| Uses of DialogAction in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as DialogAction | |
protected DialogAction |
GeneralDialog.windowClosingAction
Window closing action for this dialog. |
| Methods in edu.neu.ccs.gui that return DialogAction | |
DialogAction[] |
GeneralDialog.getDialogActions()
Returns the DialogAction objects
in the actions panel for this dialog. |
DialogAction |
GeneralDialog.getWindowClosingAction()
Returns the current dialog window closing action. |
DialogAction |
GeneralDialog.getDefaultWindowClosingAction()
Returns the default dialog window closing action. |
static DialogAction |
DialogAction.makeDialogAction(GeneralDialog dialog,
Object[] actionData)
|
static DialogAction[] |
DialogAction.makeDialogActions(GeneralDialog dialog,
Object[][] actionData)
|
| Methods in edu.neu.ccs.gui with parameters of type DialogAction | |
JButton |
GeneralDialog.addAction(DialogAction action)
Adds the given dialog action to the actions panel for this dialog and returns the associated button. |
void |
GeneralDialog.setWindowClosingAction(DialogAction action)
Sets the dialog window closing action to the given dialog action. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||