

Public Member Functions | |
| void | actionPerformed (ActionEvent evt) |
Protected Member Functions | |
| BackgroundAction (String name) | |
| BackgroundAction (String name, Icon icon) | |
| abstract void | actionPerformed () throws Throwable |
Runs the response to the action in its own thread
| alma::acs::commandcenter::gui::CommandCenterGui::BackgroundAction::BackgroundAction | ( | String | name | ) | [inline, protected] |
| alma::acs::commandcenter::gui::CommandCenterGui::BackgroundAction::BackgroundAction | ( | String | name, | |
| Icon | icon | |||
| ) | [inline, protected] |
| abstract void alma::acs::commandcenter::gui::CommandCenterGui::BackgroundAction::actionPerformed | ( | ) | throws Throwable [protected, pure virtual] |
Implemented in alma::acs::commandcenter::gui::AddToDeployTree::MyActionBaseClass, alma::acs::commandcenter::gui::CommandCenterGui::ActionOpenProject, alma::acs::commandcenter::gui::CommandCenterGui::ActionSaveProject, alma::acs::commandcenter::gui::CommandCenterGui::ActionSaveAsProject, alma::acs::commandcenter::gui::CommandCenterGui::ActionExit, alma::acs::commandcenter::gui::CommandCenterGui::ActionEditCommands, alma::acs::commandcenter::gui::CommandCenterGui::ActionEditPexpects, alma::acs::commandcenter::gui::CommandCenterGui::ActionInstallExtraTools, alma::acs::commandcenter::gui::CommandCenterGui::ActionShowExtraTools, alma::acs::commandcenter::gui::CommandCenterGui::ActionShowBuiltinTools, alma::acs::commandcenter::gui::CommandCenterGui::ActionLoadBuiltinTools, alma::acs::commandcenter::gui::CommandCenterGui::ActionShowVariables, alma::acs::commandcenter::gui::TabPanel::ActionStartAcs, alma::acs::commandcenter::gui::TabPanel::ActionStopAcs, alma::acs::commandcenter::gui::TabPanel::ActionStartServices, alma::acs::commandcenter::gui::TabPanel::ActionStopServices, alma::acs::commandcenter::gui::TabPanel::ActionStartManager, alma::acs::commandcenter::gui::TabPanel::ActionStopManager, alma::acs::commandcenter::gui::TabPanel::ActionStartContainer, alma::acs::commandcenter::gui::TabPanel::ActionStopContainer, alma::acs::commandcenter::gui::TabPanel::ActionStartAllContainers, alma::acs::commandcenter::gui::TabPanel::ActionStopAllContainers, alma::acs::commandcenter::gui::TabPanel::ActionKillAcs, alma::acs::commandcenter::gui::TabPanel::ActionConfigureAllContainers, alma::acs::commandcenter::gui::TabPanel::ActionMoreContainers, alma::acs::commandcenter::gui::TabPanel::ActionLessContainers, alma::acs::commandcenter::gui::TabPanel::ActionConfigureContainer, alma::acs::commandcenter::gui::TabPanel::ActionMoveContainerUp, alma::acs::commandcenter::gui::TabPanel::ActionMoveContainerDown, and alma::acs::commandcenter::gui::TabPanel::ActionShowAdvanced.
| void alma::acs::commandcenter::gui::CommandCenterGui::BackgroundAction::actionPerformed | ( | ActionEvent | evt | ) | [inline] |
Reimplemented in alma::acs::commandcenter::gui::TabPanel::ActionStartAcs, alma::acs::commandcenter::gui::TabPanel::ActionStartManager, and alma::acs::commandcenter::gui::TabPanel::ActionKillAcs.
References alma::acs::commandcenter::gui::CommandCenterGui::SwingAction::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::controller, alma::acs::commandcenter::gui::CommandCenterGui::frame, alma::acs::commandcenter::util::VariableString::UnresolvableException::getVariableName(), alma::acs::commandcenter::app::CommandCenterLogic::handleUnresolvableVariable(), alma::acs::commandcenter::gui::CommandCenterGui::log, and alma::acs::commandcenter::app::CommandCenterLogic::runBackground().
Referenced by alma::acs::commandcenter::gui::TabPanel::ActionStopAllContainers::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartAllContainers::actionPerformed(), and alma::acs::commandcenter::gui::TabPanel::ContainerLine::actionPerformed().
1.6.2