

Classes | |
| class | ActionAdd |
| class | ActionCancelAdd |
| class | ActionFreeze |
| class | ActionRefresh |
| class | ActionShowAdd |
| class | MyActionBaseClass |
Public Member Functions | |
| AddToDeployTree (CommandCenterGui gui, DeploymentTree deployTree) | |
Protected Member Functions | |
| void | setBusy (boolean b) |
Protected Attributes | |
| JPanel | content |
| JPanel | content2 |
| JTextField | addressF = new JTextField(10) |
Private Attributes | |
| final CommandCenterGui | master |
| final DeploymentTree | deployTree |
A litte panel that allows to manually add managers to the deployment tree.
| alma::acs::commandcenter::gui::AddToDeployTree::AddToDeployTree | ( | CommandCenterGui | gui, | |
| DeploymentTree | deployTree | |||
| ) | [inline] |
References addressF, content, content2, alma::acs::commandcenter::gui::DeploymentTree::isViewFrozen, and master.
| void alma::acs::commandcenter::gui::AddToDeployTree::setBusy | ( | boolean | b | ) | [inline, protected] |
Signals to the user that an action takes longer.
Referenced by alma::acs::commandcenter::gui::AddToDeployTree::MyActionBaseClass::actionPerformed().
JTextField alma::acs::commandcenter::gui::AddToDeployTree::addressF = new JTextField(10) [protected] |
JPanel alma::acs::commandcenter::gui::AddToDeployTree::content [protected] |
JPanel alma::acs::commandcenter::gui::AddToDeployTree::content2 [protected] |
Referenced by alma::acs::commandcenter::gui::AddToDeployTree::MyActionBaseClass::actionPerformed(), alma::acs::commandcenter::gui::AddToDeployTree::ActionFreeze::myActionPerformed(), alma::acs::commandcenter::gui::AddToDeployTree::ActionRefresh::myActionPerformed(), and alma::acs::commandcenter::gui::AddToDeployTree::ActionAdd::myActionPerformed().
1.6.2