Classes | |
| class | AccInternalFrame |
| class | AccInternalFrameUI |
| class | ActionConfigureTools |
| class | ActionEditCommands |
| class | ActionEditPexpects |
| class | ActionExit |
| class | ActionInstallExtraTools |
| class | ActionLoadBuiltinTools |
| class | ActionNewProject |
| class | ActionOpenProject |
| class | ActionSaveAsProject |
| class | ActionSaveProject |
| class | ActionShowAbout |
| class | ActionShowBuiltinTools |
| class | ActionShowExtraTools |
| class | ActionShowHelp |
| class | ActionShowVariables |
| class | BackgroundAction |
| class | CheckAcsInstanceTaskListener |
| class | CompoundTaskListener |
| class | Icons |
| class | SwingAction |
| class | WriteToFeedbackAreaTaskListener |
Public Member Functions | |
| CommandCenterGui (CommandCenterLogic controller) | |
| void | prepare () |
| void | go (boolean admincMode) |
| void | stop () |
| void | setCurrentProjectFile (File f) |
| void | currentProjectChanged () |
| void | showUnresolvableVariableErrorDialog (String var) |
| void | correctDialogLocation (JDialog d) |
| void | showUrlContent (URL url, String title) |
| void | addExtraTool (Tool tool, final HashMap< String, Object > result, final ExecuteTools.ToolStarter ts) |
| void | removeAllExtraTools () |
Public Attributes | |
| CommandCenterLogic | controller |
| JFrame | frame |
| JDesktopPane | desktop |
| DeploymentTree | deployTree |
Protected Member Functions | |
| void | managerStarted () |
| void | managerStopped () |
| void | doFrameTitle () |
| File | showOpenDialog () |
| File | showSaveDialog () |
| void | showVariablesEditor () |
| void | writeModelToManagerLocationForTools () |
| void | writeManagerLocationForToolsToModel () |
| void | showManagerLocationForContainersDialog () |
| void | writeModelToManagerLocationForContainers () |
| void | writeManagerLocationForContainersToModel () |
| void | showContainerSettingsDialog () |
| void | writeModelToContainerSettingsDialog (ContainerT cont) |
| void | writeContainerSettingsDialogToModel (ContainerT cont) |
| void | writeFrontPanelToModel () |
| void | writeModelToFrontPanel () |
| Border | createTitledBorder (String title) |
| void | showHelpBrowser () |
| NativeCommand.Listener | giveOutputListener (String taskName) |
| NativeCommand.Listener | giveOutputListener2 (String taskName) |
Protected Attributes | |
| Logger | log |
| TabPanel | frontPanel |
| FeedbackTabs | feedbackTabs |
| JPanel | deploymentInfoPanel |
| NativeCommand.Listener | taskListenerObjectExplorer |
| NativeCommand.Listener | taskListenerAdminClient |
| NativeCommand.Listener | taskListenerJlogClient |
| NativeCommand.Listener | taskListenerCdbBrowser |
| NativeCommand.Listener | taskListenerDynClient |
| NativeCommand.Listener | taskListenerInterfaceRepBrowser |
| NativeCommand.Listener | taskListenerNameServiceBrowser |
| JMenuBar | menuBar |
| JMenu | toolsMenu |
| File | currentProjectFile |
| BasicDialog | managerLocationDialog1 |
| ManagerLocationPanel.ForTools | pnlManagerLocationForTools |
| BasicDialog | managerLocationDialog2 |
| ManagerLocationPanel.ForContainers | pnlManagerLocationForContainers |
| JSplitPane | splitLeftRight |
| JSplitPane | splitTopBottom |
| BasicDialog | dlgEditVariables |
| EditVariablesPanel | pnlEditVariables |
| EditContainerSettingsDialog | dlgContainerSettings |
| DefaultHelpBroker | helpBroker |
| JDialog | editCommandsDialog |
| EditCommandsPanel | editCommandsPanel |
| JDialog | editPexpectsDialog |
| EditPexpectsPanel | editPexpectsPanel |
| Vector< JMenuItem > | addedToolMenuItems = new Vector<JMenuItem>() |
| Icons | icons = new Icons() |
Static Protected Attributes | |
| static Color | COLOR_ActiveButton = Color.gray |
| static Color | COLOR_PassiveButton = new JButton().getBackground() |
| static Color | COLOR_LogoBackground_A = Color.black |
| static Color | COLOR_LogoBackground_B = new Color(0, 110, 160) |
| static Color | COLOR_LogoForeground = new Color(255, 255, 255) |
| static final Pattern | p = Pattern.compile(".*the ACS_INSTANCE, (.+), is currently in use.*") |
Package Attributes | |
| JDialog | dialog = null |
| JEditorPane | editor = null |
The main Gui class of the Acs Command Center application.
| alma.acs.commandcenter.gui.CommandCenterGui.CommandCenterGui | ( | CommandCenterLogic | controller | ) |
References alma.acs.commandcenter.gui.CommandCenterGui.log.
| void alma.acs.commandcenter.gui.CommandCenterGui.addExtraTool | ( | Tool | tool, | |
| final HashMap< String, Object > | result, | |||
| final ExecuteTools.ToolStarter | ts | |||
| ) |
Adds an entry to the tools menu, on activation an input dialog is shown and evaluated. Finally the specified listener is triggered.
References alma.acs.commandcenter.gui.CommandCenterGui.addedToolMenuItems, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.ToolInputPanel.counter, alma.acs.commandcenter.gui.ToolInputPanel.evaluate(), alma.acs.commandcenter.gui.CommandCenterGui.giveOutputListener(), alma.acs.commandcenter.app.CommandCenterLogic.handleUnresolvableVariable(), alma.acs.commandcenter.gui.CommandCenterGui.log, alma.acs.commandcenter.gui.ToolInputPanel.showPanel(), and alma.acs.commandcenter.gui.CommandCenterGui.toolsMenu.
Referenced by alma.acs.commandcenter.app.CommandCenterLogic.installExtraTools().
| void alma.acs.commandcenter.gui.CommandCenterGui.correctDialogLocation | ( | JDialog | d | ) |
| Border alma.acs.commandcenter.gui.CommandCenterGui.createTitledBorder | ( | String | title | ) | [protected] |
| void alma.acs.commandcenter.gui.CommandCenterGui.currentProjectChanged | ( | ) |
| void alma.acs.commandcenter.gui.CommandCenterGui.doFrameTitle | ( | ) | [protected] |
| NativeCommand.Listener alma.acs.commandcenter.gui.CommandCenterGui.giveOutputListener | ( | String | taskName | ) | [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 alma.acs.commandcenter.gui.CommandCenterGui.feedbackTabs, and alma.acs.commandcenter.gui.FeedbackTabs.viewTab().
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.addExtraTool(), and alma.acs.commandcenter.gui.CommandCenterGui.giveOutputListener2().
| NativeCommand.Listener alma.acs.commandcenter.gui.CommandCenterGui.giveOutputListener2 | ( | String | taskName | ) | [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 alma.acs.commandcenter.gui.CommandCenterGui.giveOutputListener().
| void alma.acs.commandcenter.gui.CommandCenterGui.go | ( | boolean | admincMode | ) |
References alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.CommandCenterGui.deploymentInfoPanel, alma.acs.commandcenter.gui.CommandCenterGui.frame, alma.acs.commandcenter.gui.CommandCenterGui.menuBar, alma.acs.commandcenter.gui.CommandCenterGui.splitLeftRight, alma.acs.commandcenter.gui.CommandCenterGui.splitTopBottom, and alma.acs.commandcenter.app.CommandCenterLogic.startupOptions.
Referenced by alma.acs.commandcenter.app.CommandCenterLogic.go().
| void alma.acs.commandcenter.gui.CommandCenterGui.managerStarted | ( | ) | [protected] |
References alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.CommandCenterGui.deployTree, alma.acs.commandcenter.gui.CommandCenterGui.log, alma.acs.commandcenter.app.CommandCenterLogic.model, and alma.acs.commandcenter.gui.DeploymentTree.shieldedAddManager().
Referenced by alma.acs.commandcenter.gui.TabPanel.managerStarted().
| void alma.acs.commandcenter.gui.CommandCenterGui.managerStopped | ( | ) | [protected] |
References alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.CommandCenterGui.deployTree, alma.acs.commandcenter.gui.CommandCenterGui.log, alma.acs.commandcenter.app.CommandCenterLogic.model, and alma.acs.commandcenter.gui.DeploymentTree.removeManager().
Referenced by alma.acs.commandcenter.gui.TabPanel.managerStopped().
| void alma.acs.commandcenter.gui.CommandCenterGui.prepare | ( | ) |
References alma.acs.commandcenter.gui.CommandCenterGui.COLOR_LogoBackground_A, alma.acs.commandcenter.gui.CommandCenterGui.COLOR_LogoBackground_B, alma.acs.commandcenter.gui.CommandCenterGui.COLOR_LogoForeground, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.CommandCenterGui.deploymentInfoPanel, alma.acs.commandcenter.app.CommandCenterLogic.deploymentTreeControllerImpl, alma.acs.commandcenter.gui.CommandCenterGui.deployTree, alma.acs.commandcenter.gui.CommandCenterGui.desktop, alma.acs.commandcenter.gui.CommandCenterGui.dlgContainerSettings, alma.acs.commandcenter.gui.CommandCenterGui.doFrameTitle(), alma.acs.commandcenter.gui.CommandCenterGui.feedbackTabs, alma.acs.commandcenter.app.CommandCenterLogic.findResource(), alma.acs.commandcenter.gui.CommandCenterGui.frame, alma.acs.commandcenter.gui.CommandCenterGui.frontPanel, alma.acs.commandcenter.gui.CommandCenterGui.log, alma.acs.commandcenter.gui.CommandCenterGui.managerLocationDialog1, alma.acs.commandcenter.gui.CommandCenterGui.managerLocationDialog2, alma.acs.commandcenter.gui.CommandCenterGui.menuBar, alma.acs.commandcenter.gui.CommandCenterGui.pnlManagerLocationForContainers, alma.acs.commandcenter.gui.CommandCenterGui.pnlManagerLocationForTools, alma.acs.commandcenter.gui.CommandCenterGui.splitLeftRight, alma.acs.commandcenter.gui.CommandCenterGui.splitTopBottom, alma.acs.commandcenter.app.CommandCenterLogic.stop(), alma.acs.commandcenter.gui.CommandCenterGui.toolsMenu, and alma.acs.commandcenter.gui.CommandCenterGui.writeModelToFrontPanel().
Referenced by alma.acs.commandcenter.app.CommandCenterLogic.prepare().
| void alma.acs.commandcenter.gui.CommandCenterGui.removeAllExtraTools | ( | ) |
| void alma.acs.commandcenter.gui.CommandCenterGui.setCurrentProjectFile | ( | File | f | ) |
| void alma.acs.commandcenter.gui.CommandCenterGui.showContainerSettingsDialog | ( | ) | [protected] |
References alma.acs.commandcenter.gui.EditContainerSettingsDialog.bringUp(), alma.acs.commandcenter.gui.TabPanel.containerLines, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.CommandCenterGui.dlgContainerSettings, alma.acs.commandcenter.gui.CommandCenterGui.frontPanel, alma.acs.commandcenter.gui.EditContainerSettingsDialog.okChosen, alma.acs.commandcenter.app.CommandCenterLogic.project, alma.acs.commandcenter.gui.CommandCenterGui.writeContainerSettingsDialogToModel(), and alma.acs.commandcenter.gui.CommandCenterGui.writeModelToContainerSettingsDialog().
| void alma.acs.commandcenter.gui.CommandCenterGui.showHelpBrowser | ( | ) | [protected] |
| void alma.acs.commandcenter.gui.CommandCenterGui.showManagerLocationForContainersDialog | ( | ) | [protected] |
References alma.acs.commandcenter.gui.BasicDialog.bringUp(), alma.acs.commandcenter.gui.CommandCenterGui.managerLocationDialog2, alma.acs.commandcenter.gui.BasicDialog.okChosen, alma.acs.commandcenter.gui.CommandCenterGui.writeManagerLocationForContainersToModel(), and alma.acs.commandcenter.gui.CommandCenterGui.writeModelToManagerLocationForContainers().
| File alma.acs.commandcenter.gui.CommandCenterGui.showOpenDialog | ( | ) | [protected] |
| File alma.acs.commandcenter.gui.CommandCenterGui.showSaveDialog | ( | ) | [protected] |
| void alma.acs.commandcenter.gui.CommandCenterGui.showUnresolvableVariableErrorDialog | ( | String | var | ) |
| void alma.acs.commandcenter.gui.CommandCenterGui.showUrlContent | ( | URL | url, | |
| String | title | |||
| ) |
| void alma.acs.commandcenter.gui.CommandCenterGui.showVariablesEditor | ( | ) | [protected] |
References alma.acs.commandcenter.gui.EditVariablesPanel.afterOk(), alma.acs.commandcenter.gui.BasicDialog.bringUp(), alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.CommandCenterGui.dlgEditVariables, alma.acs.commandcenter.app.CommandCenterLogic.giveVariableMapsForGui(), alma.acs.commandcenter.gui.BasicDialog.okChosen, alma.acs.commandcenter.gui.CommandCenterGui.pnlEditVariables, and alma.acs.commandcenter.gui.EditVariablesPanel.preShow().
| void alma.acs.commandcenter.gui.CommandCenterGui.stop | ( | ) |
Disposes the frame.
References alma.acs.commandcenter.gui.CommandCenterGui.frame.
Referenced by alma.acs.commandcenter.app.CommandCenterLogic.stop().
| void alma.acs.commandcenter.gui.CommandCenterGui.writeContainerSettingsDialogToModel | ( | ContainerT | cont | ) | [protected] |
References alma.acs.commandcenter.gui.EditContainerSettingsDialog.accountF, alma.acs.commandcenter.gui.EditContainerSettingsDialog.btnGlobal, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.CommandCenterGui.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.app.CommandCenterLogic.project.
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.showContainerSettingsDialog().
| void alma.acs.commandcenter.gui.CommandCenterGui.writeFrontPanelToModel | ( | ) | [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, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.CommandCenterGui.frontPanel, alma.acs.commandcenter.gui.TabPanel.hostF, alma.acs.commandcenter.gui.CommandCenterGui.log, alma.acs.commandcenter.gui.TabPanel.passwordF, and alma.acs.commandcenter.app.CommandCenterLogic.project.
| void alma.acs.commandcenter.gui.CommandCenterGui.writeManagerLocationForContainersToModel | ( | ) | [protected] |
References alma.acs.commandcenter.gui.ManagerLocationPanel.btnCustom, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.ManagerLocationPanel.customHostF, alma.acs.commandcenter.gui.ManagerLocationPanel.customPortF, alma.acs.commandcenter.gui.CommandCenterGui.pnlManagerLocationForContainers, and alma.acs.commandcenter.app.CommandCenterLogic.project.
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.showManagerLocationForContainersDialog().
| void alma.acs.commandcenter.gui.CommandCenterGui.writeManagerLocationForToolsToModel | ( | ) | [protected] |
References alma.acs.commandcenter.gui.ManagerLocationPanel.btnCustom, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.ManagerLocationPanel.customHostF, alma.acs.commandcenter.gui.ManagerLocationPanel.customPortF, alma.acs.commandcenter.gui.CommandCenterGui.pnlManagerLocationForTools, and alma.acs.commandcenter.app.CommandCenterLogic.project.
| void alma.acs.commandcenter.gui.CommandCenterGui.writeModelToContainerSettingsDialog | ( | ContainerT | cont | ) | [protected] |
References alma.acs.commandcenter.gui.EditContainerSettingsDialog.accountF, alma.acs.commandcenter.gui.EditContainerSettingsDialog.btnCustom, alma.acs.commandcenter.gui.EditContainerSettingsDialog.btnGlobal, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.EditContainerSettingsDialog.defaultAccountF, alma.acs.commandcenter.gui.EditContainerSettingsDialog.defaultHostF, alma.acs.commandcenter.gui.EditContainerSettingsDialog.defaultPasswordF, alma.acs.commandcenter.gui.CommandCenterGui.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.app.CommandCenterLogic.project.
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.showContainerSettingsDialog().
| void alma.acs.commandcenter.gui.CommandCenterGui.writeModelToFrontPanel | ( | ) | [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, alma.acs.commandcenter.gui.CommandCenterGui.controller, alma.acs.commandcenter.gui.TabPanel.disenabler, alma.acs.commandcenter.gui.CommandCenterGui.frontPanel, alma.acs.commandcenter.gui.TabPanel.hostF, alma.acs.commandcenter.gui.TabPanel.lessContainerLines(), and alma.acs.commandcenter.app.CommandCenterLogic.project.
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.currentProjectChanged(), and alma.acs.commandcenter.gui.CommandCenterGui.prepare().
| void alma.acs.commandcenter.gui.CommandCenterGui.writeModelToManagerLocationForContainers | ( | ) | [protected] |
References alma.acs.commandcenter.gui.ManagerLocationPanel.btnCustom, alma.acs.commandcenter.gui.ManagerLocationPanel.btnLatest, alma.acs.commandcenter.gui.CommandCenterGui.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, alma.acs.commandcenter.gui.CommandCenterGui.pnlManagerLocationForContainers, and alma.acs.commandcenter.app.CommandCenterLogic.project.
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.showManagerLocationForContainersDialog().
| void alma.acs.commandcenter.gui.CommandCenterGui.writeModelToManagerLocationForTools | ( | ) | [protected] |
References alma.acs.commandcenter.gui.ManagerLocationPanel.btnCustom, alma.acs.commandcenter.gui.ManagerLocationPanel.btnLatest, alma.acs.commandcenter.gui.CommandCenterGui.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, alma.acs.commandcenter.gui.CommandCenterGui.pnlManagerLocationForTools, and alma.acs.commandcenter.app.CommandCenterLogic.project.
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 alma.acs.commandcenter.gui.CommandCenterGui.addExtraTool(), and alma.acs.commandcenter.gui.CommandCenterGui.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 alma.acs.commandcenter.gui.CommandCenterGui.prepare().
Color alma.acs.commandcenter.gui.CommandCenterGui.COLOR_LogoBackground_B = new Color(0, 110, 160) [static, protected] |
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.prepare().
Color alma.acs.commandcenter.gui.CommandCenterGui.COLOR_LogoForeground = new Color(255, 255, 255) [static, protected] |
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.prepare().
Color alma.acs.commandcenter.gui.CommandCenterGui.COLOR_PassiveButton = new JButton().getBackground() [static, protected] |
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.addExtraTool(), alma.acs.commandcenter.gui.TabPanel.getMode(), alma.acs.commandcenter.gui.CommandCenterGui.go(), alma.acs.commandcenter.gui.CommandCenterGui.managerStarted(), alma.acs.commandcenter.gui.CommandCenterGui.managerStopped(), alma.acs.commandcenter.gui.CommandCenterGui.prepare(), alma.acs.commandcenter.gui.CommandCenterGui.showContainerSettingsDialog(), alma.acs.commandcenter.gui.CommandCenterGui.showHelpBrowser(), alma.acs.commandcenter.gui.CommandCenterGui.showVariablesEditor(), alma.acs.commandcenter.gui.CommandCenterGui.writeContainerSettingsDialogToModel(), alma.acs.commandcenter.gui.CommandCenterGui.writeFrontPanelToModel(), alma.acs.commandcenter.gui.CommandCenterGui.writeManagerLocationForContainersToModel(), alma.acs.commandcenter.gui.CommandCenterGui.writeManagerLocationForToolsToModel(), alma.acs.commandcenter.gui.CommandCenterGui.writeModelToContainerSettingsDialog(), alma.acs.commandcenter.gui.CommandCenterGui.writeModelToFrontPanel(), alma.acs.commandcenter.gui.CommandCenterGui.writeModelToManagerLocationForContainers(), and alma.acs.commandcenter.gui.CommandCenterGui.writeModelToManagerLocationForTools().
File alma.acs.commandcenter.gui.CommandCenterGui.currentProjectFile [protected] |
JPanel alma.acs.commandcenter.gui.CommandCenterGui.deploymentInfoPanel [protected] |
| JDesktopPane alma.acs.commandcenter.gui.CommandCenterGui.desktop |
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.prepare().
JDialog alma.acs.commandcenter.gui.CommandCenterGui.dialog = null [package] |
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.showUrlContent().
EditContainerSettingsDialog alma.acs.commandcenter.gui.CommandCenterGui.dlgContainerSettings [protected] |
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.prepare(), alma.acs.commandcenter.gui.CommandCenterGui.showContainerSettingsDialog(), alma.acs.commandcenter.gui.CommandCenterGui.writeContainerSettingsDialogToModel(), and alma.acs.commandcenter.gui.CommandCenterGui.writeModelToContainerSettingsDialog().
JDialog alma.acs.commandcenter.gui.CommandCenterGui.editCommandsDialog [protected] |
JEditorPane alma.acs.commandcenter.gui.CommandCenterGui.editor = null [package] |
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.showUrlContent().
JDialog alma.acs.commandcenter.gui.CommandCenterGui.editPexpectsDialog [protected] |
Referenced by alma.acs.commandcenter.gui.BasicDialog.BasicDialog(), alma.acs.commandcenter.gui.TabPanel.confirmKillAcs(), alma.acs.commandcenter.gui.TabPanel.confirmStartJavaOnlyAcs(), alma.acs.commandcenter.gui.CommandCenterGui.doFrameTitle(), alma.acs.commandcenter.gui.EditContainerSettingsDialog.EditContainerSettingsDialog(), alma.acs.commandcenter.gui.CommandCenterGui.go(), alma.acs.commandcenter.gui.CommandCenterGui.prepare(), alma.acs.commandcenter.gui.CommandCenterGui.showHelpBrowser(), alma.acs.commandcenter.gui.CommandCenterGui.showOpenDialog(), alma.acs.commandcenter.gui.ToolInputPanel.showPanel(), alma.acs.commandcenter.gui.CommandCenterGui.showSaveDialog(), alma.acs.commandcenter.gui.CommandCenterGui.showUnresolvableVariableErrorDialog(), alma.acs.commandcenter.gui.CommandCenterGui.showUrlContent(), and alma.acs.commandcenter.gui.CommandCenterGui.stop().
DefaultHelpBroker alma.acs.commandcenter.gui.CommandCenterGui.helpBroker [protected] |
Icons alma.acs.commandcenter.gui.CommandCenterGui.icons = new Icons() [protected] |
Referenced by alma.acs.commandcenter.gui.TabPanel.TabPanel().
Logger alma.acs.commandcenter.gui.CommandCenterGui.log [protected] |
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.addExtraTool(), alma.acs.commandcenter.gui.CommandCenterGui.CommandCenterGui(), alma.acs.commandcenter.gui.CommandCenterGui.managerStarted(), alma.acs.commandcenter.gui.CommandCenterGui.managerStopped(), alma.acs.commandcenter.gui.CommandCenterGui.prepare(), alma.acs.commandcenter.gui.FeedbackTabs.saveTab(), and alma.acs.commandcenter.gui.CommandCenterGui.writeFrontPanelToModel().
Referenced by alma.acs.commandcenter.gui.CommandCenterGui.prepare().
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] |
ManagerLocationPanel.ForContainers alma.acs.commandcenter.gui.CommandCenterGui.pnlManagerLocationForContainers [protected] |
ManagerLocationPanel.ForTools alma.acs.commandcenter.gui.CommandCenterGui.pnlManagerLocationForTools [protected] |
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] |
1.7.0