

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 |
Private Attributes | |
| final CommandCenterGui | master |
| alma::acs::commandcenter::gui::BasicDialog::BasicDialog | ( | CommandCenterGui | gui, | |
| String | title, | |||
| String | buttonText, | |||
| JComponent | content | |||
| ) | [inline] |
References btnOk, alma::acs::commandcenter::gui::CommandCenterGui::frame, and master.
| void alma::acs::commandcenter::gui::BasicDialog::actionPerformed | ( | ActionEvent | evt | ) | [inline] |
References okChosen.
| void alma::acs::commandcenter::gui::BasicDialog::bringUp | ( | ) | [inline] |
References alma::acs::commandcenter::gui::CommandCenterGui::correctDialogLocation(), master, and okChosen.
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionConfigureTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::showManagerLocationForContainersDialog(), and alma::acs::commandcenter::gui::CommandCenterGui::showVariablesEditor().
JButton alma::acs::commandcenter::gui::BasicDialog::btnOk [protected] |
Referenced by BasicDialog().
JComponent alma::acs::commandcenter::gui::BasicDialog::content [protected] |
final CommandCenterGui alma::acs::commandcenter::gui::BasicDialog::master [private] |
Referenced by BasicDialog(), and bringUp().
boolean alma::acs::commandcenter::gui::BasicDialog::okChosen [protected] |
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionConfigureTools::actionPerformed(), actionPerformed(), bringUp(), alma::acs::commandcenter::gui::CommandCenterGui::showManagerLocationForContainersDialog(), and alma::acs::commandcenter::gui::CommandCenterGui::showVariablesEditor().
1.6.2