Inherits javax::swing::JDialog, and java::awt::event::ActionListener.
Public Member Functions | |
| BasicDialog (CommandCenterGui gui, String title, String buttonText, JComponent content) | |
| void | actionPerformed (ActionEvent evt) |
| void | bringUp () |
Protected Attributes | |
| JComponent | content |
| JButton | btnOk |
| boolean | okChosen |
| alma.acs.commandcenter.gui.BasicDialog.BasicDialog | ( | CommandCenterGui | gui, | |
| String | title, | |||
| String | buttonText, | |||
| JComponent | content | |||
| ) |
| void alma.acs.commandcenter.gui.BasicDialog.actionPerformed | ( | ActionEvent | evt | ) |
References alma.acs.commandcenter.gui.BasicDialog.okChosen.
| void alma.acs.commandcenter.gui.BasicDialog.bringUp | ( | ) |
References alma.acs.commandcenter.gui.CommandCenterGui.correctDialogLocation(), and alma.acs.commandcenter.gui.BasicDialog.okChosen.
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.showManagerLocationForContainersDialog(), and alma.acs.commandcenter.gui.CommandCenterGui.showVariablesEditor().
JButton alma.acs.commandcenter.gui.BasicDialog.btnOk [protected] |
Referenced by alma.acs.commandcenter.gui.BasicDialog.BasicDialog().
JComponent alma.acs.commandcenter.gui.BasicDialog.content [protected] |
boolean alma.acs.commandcenter.gui.BasicDialog.okChosen [protected] |
1.7.0