
The main Gui class of the Acs Command Center application.
| alma::acs::commandcenter::gui::CommandCenterGui::CommandCenterGui | ( | CommandCenterLogic | controller | ) | [inline] |
References log.
| void alma::acs::commandcenter::gui::CommandCenterGui::addExtraTool | ( | Tool | tool, | |
| final HashMap< String, Object > | result, | |||
| final ExecuteTools.ToolStarter | ts | |||
| ) | [inline] |
Adds an entry to the tools menu, on activation an input dialog is shown and evaluated. Finally the specified listener is triggered.
References addedToolMenuItems, controller, alma::acs::commandcenter::gui::ToolInputPanel::counter, alma::acs::commandcenter::gui::ToolInputPanel::evaluate(), alma::acs::commandcenter::util::VariableString::UnresolvableException::getVariableName(), giveOutputListener(), alma::acs::commandcenter::app::CommandCenterLogic::handleUnresolvableVariable(), log, alma::acs::commandcenter::gui::ToolInputPanel::showPanel(), and toolsMenu.
Referenced by alma::acs::commandcenter::app::CommandCenterLogic::installExtraTools().
| void alma::acs::commandcenter::gui::CommandCenterGui::correctDialogLocation | ( | JDialog | d | ) | [inline] |
References p.
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionEditPexpects::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionEditCommands::actionPerformed(), alma::acs::commandcenter::gui::EditContainerSettingsDialog::bringUp(), and alma::acs::commandcenter::gui::BasicDialog::bringUp().
| Border alma::acs::commandcenter::gui::CommandCenterGui::createTitledBorder | ( | String | title | ) | [inline, protected] |
| void alma::acs::commandcenter::gui::CommandCenterGui::currentProjectChanged | ( | ) | [inline] |
References doFrameTitle(), and writeModelToFrontPanel().
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionSaveProject::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionNewProject::actionPerformed(), and alma::acs::commandcenter::app::CommandCenterLogic::loadProject().
| void alma::acs::commandcenter::gui::CommandCenterGui::doFrameTitle | ( | ) | [inline, protected] |
References currentProjectFile, and frame.
Referenced by currentProjectChanged(), and prepare().
| NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::giveOutputListener | ( | String | taskName | ) | [inline, protected] |
The outputlistener just writes a task's output to a feedback area, nothing more and nothing less. this is sufficient when running tools like the admin client.
References feedbackTabs, and alma::acs::commandcenter::gui::FeedbackTabs::viewTab().
Referenced by alma::acs::commandcenter::gui::TabPanel::ActionStopContainer::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartContainer::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopAcs::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartAcs::actionPerformed(), addExtraTool(), and giveOutputListener2().
| NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::giveOutputListener2 | ( | String | taskName | ) | [inline, protected] |
The outputlistener2 is like the standard one, plus it scans the output for automatic acs_instance assignments. this is needed when running services or a manager.
References giveOutputListener().
Referenced by alma::acs::commandcenter::gui::TabPanel::ActionKillAcs::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopContainer::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartContainer::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopManager::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartManager::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopServices::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartServices::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopAcs::actionPerformed(), and alma::acs::commandcenter::gui::TabPanel::ActionStartAcs::actionPerformed().
| void alma::acs::commandcenter::gui::CommandCenterGui::go | ( | boolean | admincMode | ) | [inline] |
References controller, deploymentInfoPanel, frame, alma::acs::commandcenter::app::CommandCenterLogic::StartupOptions::geometry, menuBar, splitLeftRight, splitTopBottom, and alma::acs::commandcenter::app::CommandCenterLogic::startupOptions.
Referenced by alma::acs::commandcenter::app::CommandCenterLogic::go().
| void alma::acs::commandcenter::gui::CommandCenterGui::managerStarted | ( | ) | [inline, protected] |
| void alma::acs::commandcenter::gui::CommandCenterGui::managerStopped | ( | ) | [inline, protected] |
| void alma::acs::commandcenter::gui::CommandCenterGui::prepare | ( | ) | [inline] |
References COLOR_LogoBackground_A, COLOR_LogoBackground_B, COLOR_LogoForeground, controller, deploymentInfoPanel, alma::acs::commandcenter::app::CommandCenterLogic::deploymentTreeControllerImpl, deployTree, desktop, dlgContainerSettings, doFrameTitle(), feedbackTabs, alma::acs::commandcenter::app::CommandCenterLogic::findResource(), frame, frontPanel, log, managerLocationDialog1, managerLocationDialog2, menuBar, pnlManagerLocationForContainers, pnlManagerLocationForTools, splitLeftRight, splitTopBottom, alma::acs::commandcenter::app::CommandCenterLogic::stop(), toolsMenu, alma::acs::commandcenter::app::CommandCenterLogic::version, and writeModelToFrontPanel().
Referenced by alma::acs::commandcenter::app::CommandCenterLogic::prepare().
| void alma::acs::commandcenter::gui::CommandCenterGui::removeAllExtraTools | ( | ) | [inline] |
References addedToolMenuItems, and toolsMenu.
Referenced by alma::acs::commandcenter::app::CommandCenterLogic::removeExtraTools().
| void alma::acs::commandcenter::gui::CommandCenterGui::setCurrentProjectFile | ( | File | f | ) | [inline] |
References currentProjectFile.
Referenced by alma::acs::commandcenter::app::CommandCenterLogic::loadProject().
| void alma::acs::commandcenter::gui::CommandCenterGui::showContainerSettingsDialog | ( | ) | [inline, protected] |
References alma::acs::commandcenter::gui::EditContainerSettingsDialog::bringUp(), alma::acs::commandcenter::gui::TabPanel::containerLines, controller, dlgContainerSettings, frontPanel, alma::acs::commandcenter::gui::EditContainerSettingsDialog::okChosen, alma::acs::commandcenter::gui::TabPanel::ContainerLine::populate(), alma::acs::commandcenter::app::CommandCenterLogic::project, writeContainerSettingsDialogToModel(), and writeModelToContainerSettingsDialog().
Referenced by alma::acs::commandcenter::gui::TabPanel::ActionConfigureContainer::actionPerformed().
| void alma::acs::commandcenter::gui::CommandCenterGui::showHelpBrowser | ( | ) | [inline, protected] |
| void alma::acs::commandcenter::gui::CommandCenterGui::showManagerLocationForContainersDialog | ( | ) | [inline, protected] |
References alma::acs::commandcenter::gui::BasicDialog::bringUp(), managerLocationDialog2, alma::acs::commandcenter::gui::BasicDialog::okChosen, writeManagerLocationForContainersToModel(), and writeModelToManagerLocationForContainers().
Referenced by alma::acs::commandcenter::gui::TabPanel::ActionConfigureAllContainers::actionPerformed().
| File alma::acs::commandcenter::gui::CommandCenterGui::showOpenDialog | ( | ) | [inline, protected] |
References frame.
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionOpenProject::actionPerformed().
| File alma::acs::commandcenter::gui::CommandCenterGui::showSaveDialog | ( | ) | [inline, protected] |
| void alma::acs::commandcenter::gui::CommandCenterGui::showUnresolvableVariableErrorDialog | ( | String | var | ) | [inline] |
References frame.
Referenced by alma::acs::commandcenter::app::CommandCenterLogic::handleUnresolvableVariable().
| void alma::acs::commandcenter::gui::CommandCenterGui::showUrlContent | ( | URL | url, | |
| String | title | |||
| ) | [inline] |
| void alma::acs::commandcenter::gui::CommandCenterGui::showVariablesEditor | ( | ) | [inline, protected] |
References alma::acs::commandcenter::gui::EditVariablesPanel::afterOk(), alma::acs::commandcenter::gui::BasicDialog::bringUp(), controller, dlgEditVariables, alma::acs::commandcenter::app::CommandCenterLogic::giveVariableMapsForGui(), alma::acs::commandcenter::gui::BasicDialog::okChosen, pnlEditVariables, and alma::acs::commandcenter::gui::EditVariablesPanel::preShow().
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionShowVariables::actionPerformed().
| void alma::acs::commandcenter::gui::CommandCenterGui::stop | ( | ) | [inline] |
Disposes the frame.
References frame.
Referenced by alma::acs::commandcenter::app::CommandCenterLogic::stop().
| void alma::acs::commandcenter::gui::CommandCenterGui::writeContainerSettingsDialogToModel | ( | ContainerT | cont | ) | [inline, protected] |
References alma::acs::commandcenter::gui::EditContainerSettingsDialog::accountF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::btnGlobal, dlgContainerSettings, alma::acs::commandcenter::gui::EditContainerSettingsDialog::heapF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::hostF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::modifF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::passwordF, and alma::acs::commandcenter::gui::EditContainerSettingsDialog::scriptbaseF.
Referenced by showContainerSettingsDialog().
| void alma::acs::commandcenter::gui::CommandCenterGui::writeFrontPanelToModel | ( | ) | [inline, protected] |
Reads out the gui elements
References alma::acs::commandcenter::gui::TabPanel::accountF, alma::acs::commandcenter::gui::TabPanel::acsinstanceF, alma::acs::commandcenter::gui::TabPanel::cdbrootF, alma::acs::commandcenter::gui::TabPanel::chkLocalScript, alma::acs::commandcenter::gui::TabPanel::chkRemoteDaemons, alma::acs::commandcenter::gui::TabPanel::chkRemoteNative, alma::acs::commandcenter::gui::TabPanel::chkRemoteScript, alma::acs::commandcenter::gui::TabPanel::containerLines, controller, frontPanel, alma::acs::commandcenter::gui::TabPanel::hostF, log, alma::acs::commandcenter::gui::TabPanel::passwordF, and alma::acs::commandcenter::app::CommandCenterLogic::project.
Referenced by alma::acs::commandcenter::gui::TabPanel::MyFocusListener::focusLost().
| void alma::acs::commandcenter::gui::CommandCenterGui::writeManagerLocationForContainersToModel | ( | ) | [inline, protected] |
References alma::acs::commandcenter::gui::ManagerLocationPanel::btnCustom, controller, alma::acs::commandcenter::gui::ManagerLocationPanel::customHostF, alma::acs::commandcenter::gui::ManagerLocationPanel::customPortF, pnlManagerLocationForContainers, and alma::acs::commandcenter::app::CommandCenterLogic::project.
Referenced by showManagerLocationForContainersDialog().
| void alma::acs::commandcenter::gui::CommandCenterGui::writeManagerLocationForToolsToModel | ( | ) | [inline, protected] |
References alma::acs::commandcenter::gui::ManagerLocationPanel::btnCustom, controller, alma::acs::commandcenter::gui::ManagerLocationPanel::customHostF, alma::acs::commandcenter::gui::ManagerLocationPanel::customPortF, pnlManagerLocationForTools, and alma::acs::commandcenter::app::CommandCenterLogic::project.
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionConfigureTools::actionPerformed().
| void alma::acs::commandcenter::gui::CommandCenterGui::writeModelToContainerSettingsDialog | ( | ContainerT | cont | ) | [inline, protected] |
References alma::acs::commandcenter::gui::EditContainerSettingsDialog::accountF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::btnCustom, alma::acs::commandcenter::gui::EditContainerSettingsDialog::btnGlobal, controller, alma::acs::commandcenter::gui::EditContainerSettingsDialog::defaultAccountF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::defaultHostF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::defaultPasswordF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::defaultScriptBaseF, dlgContainerSettings, alma::acs::commandcenter::gui::EditContainerSettingsDialog::heapF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::hostF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::modifF, alma::acs::commandcenter::gui::EditContainerSettingsDialog::passwordF, alma::acs::commandcenter::app::CommandCenterLogic::project, and alma::acs::commandcenter::gui::EditContainerSettingsDialog::scriptbaseF.
Referenced by showContainerSettingsDialog().
| void alma::acs::commandcenter::gui::CommandCenterGui::writeModelToFrontPanel | ( | ) | [inline, protected] |
References alma::acs::commandcenter::gui::TabPanel::accountF, alma::acs::commandcenter::gui::TabPanel::acsinstanceF, alma::acs::commandcenter::gui::TabPanel::addEmptyContainerLine(), alma::acs::commandcenter::gui::TabPanel::cdbrootF, alma::acs::commandcenter::gui::TabPanel::chkLocalScript, alma::acs::commandcenter::gui::TabPanel::chkRemoteBuiltin, alma::acs::commandcenter::gui::TabPanel::chkRemoteDaemons, alma::acs::commandcenter::gui::TabPanel::chkRemoteNative, alma::acs::commandcenter::gui::TabPanel::chkRemoteScript, alma::acs::commandcenter::gui::TabPanel::containerLines, controller, alma::acs::commandcenter::gui::TabPanel::disenabler, frontPanel, alma::acs::commandcenter::gui::TabPanel::hostF, alma::acs::commandcenter::gui::TabPanel::lessContainerLines(), alma::acs::commandcenter::gui::TabPanel::ContainerLine::populate(), and alma::acs::commandcenter::app::CommandCenterLogic::project.
Referenced by currentProjectChanged(), and prepare().
| void alma::acs::commandcenter::gui::CommandCenterGui::writeModelToManagerLocationForContainers | ( | ) | [inline, protected] |
References alma::acs::commandcenter::gui::ManagerLocationPanel::btnCustom, alma::acs::commandcenter::gui::ManagerLocationPanel::btnLatest, controller, alma::acs::commandcenter::gui::ManagerLocationPanel::customHostF, alma::acs::commandcenter::gui::ManagerLocationPanel::customPortF, alma::acs::commandcenter::gui::ManagerLocationPanel::defaultHostF, alma::acs::commandcenter::gui::ManagerLocationPanel::defaultPortF, alma::acs::commandcenter::app::CommandCenterLogic::model, pnlManagerLocationForContainers, and alma::acs::commandcenter::app::CommandCenterLogic::project.
Referenced by showManagerLocationForContainersDialog().
| void alma::acs::commandcenter::gui::CommandCenterGui::writeModelToManagerLocationForTools | ( | ) | [inline, protected] |
References alma::acs::commandcenter::gui::ManagerLocationPanel::btnCustom, alma::acs::commandcenter::gui::ManagerLocationPanel::btnLatest, controller, alma::acs::commandcenter::gui::ManagerLocationPanel::customHostF, alma::acs::commandcenter::gui::ManagerLocationPanel::customPortF, alma::acs::commandcenter::gui::ManagerLocationPanel::defaultHostF, alma::acs::commandcenter::gui::ManagerLocationPanel::defaultPortF, alma::acs::commandcenter::app::CommandCenterLogic::model, pnlManagerLocationForTools, and alma::acs::commandcenter::app::CommandCenterLogic::project.
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionConfigureTools::actionPerformed().
Vector<JMenuItem> alma::acs::commandcenter::gui::CommandCenterGui::addedToolMenuItems = new Vector<JMenuItem>() [protected] |
for book-keeping, to allow later removal of actions from the tools menu
Referenced by addExtraTool(), and removeAllExtraTools().
Color alma::acs::commandcenter::gui::CommandCenterGui::COLOR_ActiveButton = Color.gray [static, protected] |
Color alma::acs::commandcenter::gui::CommandCenterGui::COLOR_LogoBackground_A = Color.black [static, protected] |
Referenced by prepare().
Color alma::acs::commandcenter::gui::CommandCenterGui::COLOR_LogoBackground_B = new Color(0, 110, 160) [static, protected] |
Referenced by prepare().
Color alma::acs::commandcenter::gui::CommandCenterGui::COLOR_LogoForeground = new Color(255, 255, 255) [static, protected] |
Referenced by prepare().
Color alma::acs::commandcenter::gui::CommandCenterGui::COLOR_PassiveButton = new JButton().getBackground() [static, protected] |
Referenced by alma::acs::commandcenter::gui::TabPanel::ActionMoveContainerDown::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionMoveContainerUp::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionLessContainers::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionMoreContainers::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionKillAcs::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopAllContainers::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartAllContainers::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopContainer::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartContainer::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopManager::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartManager::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopServices::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartServices::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStopAcs::actionPerformed(), alma::acs::commandcenter::gui::TabPanel::ActionStartAcs::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionLoadBuiltinTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionShowBuiltinTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionShowExtraTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionInstallExtraTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionEditPexpects::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionEditCommands::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionExit::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionSaveAsProject::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionSaveProject::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionOpenProject::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionNewProject::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::BackgroundAction::actionPerformed(), addExtraTool(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getConfigIcon(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getDownIcon(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getErrIcon(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getMinusIcon(), alma::acs::commandcenter::gui::TabPanel::getMode(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getOkIcon(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getPlusIcon(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getStartIcon(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getStopIcon(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getStopIconRed(), alma::acs::commandcenter::gui::CommandCenterGui::Icons::getUpIcon(), go(), managerStarted(), managerStopped(), prepare(), showContainerSettingsDialog(), showHelpBrowser(), showVariablesEditor(), alma::acs::commandcenter::gui::CommandCenterGui::CheckAcsInstanceTaskListener::stdoutWritten(), writeFrontPanelToModel(), writeManagerLocationForContainersToModel(), writeManagerLocationForToolsToModel(), writeModelToContainerSettingsDialog(), writeModelToFrontPanel(), writeModelToManagerLocationForContainers(), and writeModelToManagerLocationForTools().
File alma::acs::commandcenter::gui::CommandCenterGui::currentProjectFile [protected] |
JPanel alma::acs::commandcenter::gui::CommandCenterGui::deploymentInfoPanel [protected] |
Referenced by alma::acs::commandcenter::app::CommandCenterLogic::go(), managerStarted(), managerStopped(), and prepare().
JDialog alma::acs::commandcenter::gui::CommandCenterGui::dialog = null [package] |
Referenced by showUrlContent().
Referenced by showVariablesEditor().
JDialog alma::acs::commandcenter::gui::CommandCenterGui::editCommandsDialog [protected] |
JEditorPane alma::acs::commandcenter::gui::CommandCenterGui::editor = null [package] |
Referenced by showUrlContent().
JDialog alma::acs::commandcenter::gui::CommandCenterGui::editPexpectsDialog [protected] |
Referenced by giveOutputListener(), and prepare().
Referenced by alma::acs::commandcenter::gui::TabPanel::ActionKillAcs::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionLoadBuiltinTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionInstallExtraTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionEditPexpects::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionEditCommands::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::BackgroundAction::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::SwingAction::actionPerformed(), alma::acs::commandcenter::gui::BasicDialog::BasicDialog(), alma::acs::commandcenter::gui::TabPanel::confirmKillAcs(), alma::acs::commandcenter::gui::TabPanel::confirmStartJavaOnlyAcs(), doFrameTitle(), alma::acs::commandcenter::gui::EditContainerSettingsDialog::EditContainerSettingsDialog(), go(), prepare(), alma::acs::commandcenter::gui::TabPanel::ContainerLine::sanityCheck(), showHelpBrowser(), showOpenDialog(), alma::acs::commandcenter::gui::ToolInputPanel::showPanel(), showSaveDialog(), showUnresolvableVariableErrorDialog(), showUrlContent(), alma::acs::commandcenter::gui::CommandCenterGui::CheckAcsInstanceTaskListener::stdoutWritten(), and stop().
DefaultHelpBroker alma::acs::commandcenter::gui::CommandCenterGui::helpBroker [protected] |
Referenced by showHelpBrowser().
Icons alma::acs::commandcenter::gui::CommandCenterGui::icons = new Icons() [protected] |
Referenced by alma::acs::commandcenter::gui::TabPanel::ActionConfigureAllContainers::ActionConfigureAllContainers(), alma::acs::commandcenter::gui::TabPanel::ActionKillAcs::ActionKillAcs(), alma::acs::commandcenter::gui::TabPanel::ActionLessContainers::ActionLessContainers(), alma::acs::commandcenter::gui::TabPanel::ActionMoreContainers::ActionMoreContainers(), alma::acs::commandcenter::gui::TabPanel::ActionMoveContainerDown::ActionMoveContainerDown(), alma::acs::commandcenter::gui::TabPanel::ActionMoveContainerUp::ActionMoveContainerUp(), alma::acs::commandcenter::gui::TabPanel::ActionStartAcs::ActionStartAcs(), alma::acs::commandcenter::gui::TabPanel::ActionStartAllContainers::ActionStartAllContainers(), alma::acs::commandcenter::gui::TabPanel::ActionStartManager::ActionStartManager(), alma::acs::commandcenter::gui::TabPanel::ActionStartServices::ActionStartServices(), alma::acs::commandcenter::gui::TabPanel::ActionStopAcs::ActionStopAcs(), alma::acs::commandcenter::gui::TabPanel::ActionStopAllContainers::ActionStopAllContainers(), alma::acs::commandcenter::gui::TabPanel::ActionStopManager::ActionStopManager(), alma::acs::commandcenter::gui::TabPanel::ActionStopServices::ActionStopServices(), alma::acs::commandcenter::gui::TabPanel::ContainerLine::ContainerLine(), alma::acs::commandcenter::gui::TabPanel::FlowDialog::FlowDialog(), and alma::acs::commandcenter::gui::TabPanel::TabPanel().
Logger alma::acs::commandcenter::gui::CommandCenterGui::log [protected] |
Referenced by alma::acs::commandcenter::gui::CommandCenterGui::ActionLoadBuiltinTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::ActionInstallExtraTools::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::BackgroundAction::actionPerformed(), alma::acs::commandcenter::gui::CommandCenterGui::SwingAction::actionPerformed(), addExtraTool(), CommandCenterGui(), managerStarted(), managerStopped(), prepare(), alma::acs::commandcenter::gui::FeedbackTabs::saveTab(), and writeFrontPanelToModel().
Referenced by prepare(), and showManagerLocationForContainersDialog().
JMenuBar alma::acs::commandcenter::gui::CommandCenterGui::menuBar [protected] |
final Pattern alma::acs::commandcenter::gui::CommandCenterGui::p = Pattern.compile(".*the ACS_INSTANCE, (.+), is currently in use.*") [static, protected] |
Referenced by correctDialogLocation().
Referenced by showVariablesEditor().
ManagerLocationPanel.ForContainers alma::acs::commandcenter::gui::CommandCenterGui::pnlManagerLocationForContainers [protected] |
ManagerLocationPanel.ForTools alma::acs::commandcenter::gui::CommandCenterGui::pnlManagerLocationForTools [protected] |
Referenced by prepare(), writeManagerLocationForToolsToModel(), and writeModelToManagerLocationForTools().
JSplitPane alma::acs::commandcenter::gui::CommandCenterGui::splitLeftRight [protected] |
JSplitPane alma::acs::commandcenter::gui::CommandCenterGui::splitTopBottom [protected] |
NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::taskListenerAdminClient [protected] |
NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::taskListenerCdbBrowser [protected] |
NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::taskListenerDynClient [protected] |
NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::taskListenerInterfaceRepBrowser [protected] |
NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::taskListenerJlogClient [protected] |
NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::taskListenerNameServiceBrowser [protected] |
NativeCommand.Listener alma::acs::commandcenter::gui::CommandCenterGui::taskListenerObjectExplorer [protected] |
JMenu alma::acs::commandcenter::gui::CommandCenterGui::toolsMenu [protected] |
Referenced by addExtraTool(), prepare(), and removeAllExtraTools().
1.6.2