|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneralDialog | |
| edu.neu.ccs.gui | Provides classes and interfaces for designing and implementing graphical interfaces and for the creation of paintable and mutatable objects.. |
| edu.neu.ccs.jpf | Provides the classes that implement the Java Power Framework. |
| Uses of GeneralDialog in edu.neu.ccs.gui |
| Fields in edu.neu.ccs.gui declared as GeneralDialog | |
protected GeneralDialog |
DialogAction.dialog
The dialog to act on. |
| Methods in edu.neu.ccs.gui that return GeneralDialog | |
static GeneralDialog |
GeneralDialog.makeOneButtonDialog(Object displayObject,
String title,
Action action)
Makes a GeneralDialog
with the given display object and title
and a single action button that is the default button. |
static GeneralDialog |
GeneralDialog.makeOneButtonDialog(Object displayObject,
String title,
String name)
Makes a GeneralDialog
with the given display object and title
and a single default button with the given name. |
static GeneralDialog |
GeneralDialog.makeOneButtonDialog(Object displayObject,
String title,
String name,
Icon icon)
Makes a GeneralDialog
with the given display object and title
and a single default button with the given name and icon. |
static GeneralDialog |
GeneralDialog.makeOKDialog(Object displayObject,
String title)
Makes a GeneralDialog
with the given display object and title
and with an "OK" button that is the default button. |
static GeneralDialog |
GeneralDialog.makeOKCancelDialog(Object displayObject,
String title)
Makes a GeneralDialog
with the given display object and title
and "OK" and a "Cancel" buttons with "OK" as the default. |
static GeneralDialog |
GeneralDialog.makeYesNoCancelDialog(Object displayObject,
String title)
Makes a GeneralDialog
with the given display object and title
and "Yes", "No", and "Cancel" buttons
with "Yes" as the default. |
GeneralDialog |
DisplayPanel.OKDialog()
Place this panel in a modal OK dialog and open the dialog; return the dialog constructed. |
GeneralDialog |
DisplayPanel.OKDialog(String title)
Place this panel in a modal OK dialog and open the dialog; use the given title for the dialog; return the dialog constructed. |
GeneralDialog |
DisplayPanel.OKCancelDialog()
Place this panel in a modal OK-Cancel dialog and open the dialog; return the dialog constructed. |
GeneralDialog |
DisplayPanel.OKCancelDialog(String title)
Place this panel in a modal OK-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed. |
GeneralDialog |
DisplayPanel.YesNoCancelDialog()
Place this panel in a modal Yes-No-Cancel dialog and open the dialog; return the dialog constructed. |
GeneralDialog |
DisplayPanel.YesNoCancelDialog(String title)
Place this panel in a modal Yes-No-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed. |
GeneralDialog |
DisplayPanel.generalDialog(Object[][] actionData)
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed. |
GeneralDialog |
DisplayPanel.generalDialog(Object[][] actionData,
Object defaultAction)
Place this panel in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed. |
GeneralDialog |
DisplayPanel.generalDialog(String title,
Object[][] actionData)
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed. |
GeneralDialog |
DisplayPanel.generalDialog(String title,
Object[][] actionData,
Object defaultAction)
Place this panel in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed. |
| Methods in edu.neu.ccs.gui with parameters of type GeneralDialog | |
static DialogAction |
DialogAction.makeDialogAction(GeneralDialog dialog,
Object[] actionData)
|
static DialogAction[] |
DialogAction.makeDialogActions(GeneralDialog dialog,
Object[][] actionData)
|
| Constructors in edu.neu.ccs.gui with parameters of type GeneralDialog | |
DialogAction(GeneralDialog dialog,
Action action,
Object finish)
Constructs a DialogAction object using
a GeneralDialog object,
an action that must be performed for that dialog,
and an object that determines what will happen to
the dialog when the action is done. |
|
DialogAction(GeneralDialog dialog,
String name,
Object finish)
Constructs a DialogAction object using
a GeneralDialog object,
a name to define a trivial action,
and an object that determines what will happen to
the dialog when the action is done. |
|
DialogAction(GeneralDialog dialog,
String name,
Icon icon,
Object finish)
Constructs a DialogAction object using
a GeneralDialog object,
a name and icon to define a trivial action,
and an object that determines what will happen to
the dialog when the action is done. |
|
DialogAction(GeneralDialog dialog,
Object[] actionData)
Constructs a DialogAction object using
a GeneralDialog object and
an action data array to set the action and finish. |
|
| Uses of GeneralDialog in edu.neu.ccs.jpf |
| Methods in edu.neu.ccs.jpf that return GeneralDialog | |
static GeneralDialog |
JPF.OKDialog(Object object)
Place the given object in a modal OK dialog and open the dialog; return the dialog constructed. |
static GeneralDialog |
JPF.OKDialog(Object object,
String title)
Place the given object in a modal OK dialog and open the dialog; use the given title for the dialog; return the dialog constructed. |
static GeneralDialog |
JPF.OKCancelDialog(Object object)
Place the given object in a modal OK-Cancel dialog and open the dialog; return the dialog constructed. |
static GeneralDialog |
JPF.OKCancelDialog(Object object,
String title)
Place the given object in a modal OK-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed. |
static GeneralDialog |
JPF.YesNoCancelDialog(Object object)
Place the given object in a modal Yes-No-Cancel dialog and open the dialog; return the dialog constructed. |
static GeneralDialog |
JPF.YesNoCancelDialog(Object object,
String title)
Place the given object in a modal Yes-No-Cancel dialog and open the dialog; use the given title for the dialog; return the dialog constructed. |
static GeneralDialog |
JPF.generalDialog(Object object,
Object[][] actionData)
Place the given object in a modal general dialog and open the dialog; use the action data to define the dialog buttons; return the dialog constructed. |
static GeneralDialog |
JPF.generalDialog(Object object,
Object[][] actionData,
Object defaultAction)
Place the given object in a modal general dialog and open the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed. |
static GeneralDialog |
JPF.generalDialog(Object object,
String title,
Object[][] actionData)
Place the given object in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; return the dialog constructed. |
static GeneralDialog |
JPF.generalDialog(Object object,
String title,
Object[][] actionData,
Object defaultAction)
Place the given object in a modal general dialog and open the dialog; use the given title for the dialog; use the action data to define the dialog buttons; use the default action object to define the default button; return the dialog constructed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||