|
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 |
| 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 |
| Color | COLOR_ActiveButton = Color.gray |
| Color | COLOR_PassiveButton = new JButton().getBackground() |
| Color | COLOR_LogoBackground_A = Color.black |
| Color | COLOR_LogoBackground_B = new Color(0, 110, 160) |
| Color | COLOR_LogoForeground = new Color(255, 255, 255) |
| final Pattern | p = Pattern.compile(".*the ACS_INSTANCE, (.+), is currently in use.*") |
Package Attributes |
| JDialog | dialog = null |
| JEditorPane | editor = null |