

Public Member Functions | |
| void | close () |
| void | completion (Flow f) |
| void | reset (Flow f, Object info) |
| void | trying (Flow f, String s) |
| void | success (Flow f, String s) |
| void | failure (Flow f, String s, Object o) |
Protected Member Functions | |
| FlowDialog () | |
| void | prepareShow (final String title, final DefaultChecklistPanel content) throws InterruptedException, InvocationTargetException |
| void | disenable (JComponent c) |
Package Attributes | |
| DefaultChecklistPanel | currentFlowUI |
| JButton | flowDialogOk |
| WeakHashMap< JComponent, Object > | disenable = new WeakHashMap<JComponent, Object>() |
The progress dialog for long-running actions.
| alma::acs::commandcenter::gui::TabPanel::FlowDialog::FlowDialog | ( | ) | [inline, protected] |
| void alma::acs::commandcenter::gui::TabPanel::FlowDialog::close | ( | ) | [inline] |
Close the dialog (execution in swing thread guaranteed).
References currentFlowUI, alma::acs::commandcenter::gui::CommandCenterGui::desktop, disenable, alma::acs::commandcenter::trace::DefaultChecklistPanel::getFlow(), alma::acs::commandcenter::gui::TabPanel::master, and alma::acs::commandcenter::trace::Flow::removeListener().
Referenced by completion(), and FlowDialog().
| void alma::acs::commandcenter::gui::TabPanel::FlowDialog::completion | ( | Flow | f | ) | [inline] |
Implements alma::acs::commandcenter::trace::FlowListener.
References close().
| void alma::acs::commandcenter::gui::TabPanel::FlowDialog::disenable | ( | JComponent | c | ) | [inline, protected] |
| void alma::acs::commandcenter::gui::TabPanel::FlowDialog::failure | ( | Flow | f, | |
| String | s, | |||
| Object | o | |||
| ) | [inline] |
Implements alma::acs::commandcenter::trace::FlowListener.
| void alma::acs::commandcenter::gui::TabPanel::FlowDialog::prepareShow | ( | final String | title, | |
| final DefaultChecklistPanel | content | |||
| ) | throws InterruptedException, InvocationTargetException [inline, protected] |
Bring up the dialog (execution in swing thread guaranteed).
| title | ||
| content |
References alma::acs::commandcenter::trace::Flow::addListener(), currentFlowUI, alma::acs::commandcenter::gui::CommandCenterGui::desktop, disenable, flowDialogOk, alma::acs::commandcenter::trace::DefaultChecklistPanel::getFlow(), and alma::acs::commandcenter::gui::TabPanel::master.
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::TabPanel::FlowDialog::reset | ( | Flow | f, | |
| Object | info | |||
| ) | [inline] |
Implements alma::acs::commandcenter::trace::FlowListener.
| void alma::acs::commandcenter::gui::TabPanel::FlowDialog::success | ( | Flow | f, | |
| String | s | |||
| ) | [inline] |
Implements alma::acs::commandcenter::trace::FlowListener.
| void alma::acs::commandcenter::gui::TabPanel::FlowDialog::trying | ( | Flow | f, | |
| String | s | |||
| ) | [inline] |
Implements alma::acs::commandcenter::trace::FlowListener.
Referenced by close(), and prepareShow().
WeakHashMap<JComponent, Object> alma::acs::commandcenter::gui::TabPanel::FlowDialog::disenable = new WeakHashMap<JComponent, Object>() [package] |
JButton alma::acs::commandcenter::gui::TabPanel::FlowDialog::flowDialogOk [package] |
Referenced by FlowDialog(), and prepareShow().
1.6.2