

Classes | |
| class | GUIUpdater |
Public Member Functions | |
| Manager () | |
| ManagerEngine | getManagerEngine () |
| void | initializeGUI () |
| boolean | isShutdownInProgress () |
| void | shutdown (boolean sigInt) |
| void | destroy () |
| JProgressBar | getRequestsProgressBar () |
Static Public Member Functions | |
| static void | main (String[] args) |
Static Public Attributes | |
| static final int | GUI_UPDATE_INTERVAL = 250 |
Protected Member Functions | |
| void | initialize () |
Private Attributes | |
| ManagerEngine | engine |
| boolean | shuttingDown = false |
| JProgressBar | progressBar |
| Timer | guiUpdaterTimer |
| Color | defaultProgressBarColor |
Static Private Attributes | |
| static final long | serialVersionUID = -1120227545786082722L |
Manager activation application and GUI implementation.
| com::cosylab::acs::maci::manager::gui::Manager::Manager | ( | ) | [inline] |
| void com::cosylab::acs::maci::manager::gui::Manager::destroy | ( | ) | [inline] |
Destroyed.
References com::cosylab::acs::maci::manager::app::ManagerEngine::destroy(), getManagerEngine(), guiUpdaterTimer, and shuttingDown.
Referenced by initializeGUI(), and shutdown().
| ManagerEngine com::cosylab::acs::maci::manager::gui::Manager::getManagerEngine | ( | ) | [inline] |
Get manager engine.
References engine.
Referenced by com::cosylab::acs::maci::manager::gui::Manager::GUIUpdater::actionPerformed(), destroy(), and initialize().
| JProgressBar com::cosylab::acs::maci::manager::gui::Manager::getRequestsProgressBar | ( | ) | [inline] |
Returns progress bar indicating number of components.
References defaultProgressBarColor, and progressBar.
Referenced by com::cosylab::acs::maci::manager::gui::Manager::GUIUpdater::actionPerformed(), and initializeGUI().
| void com::cosylab::acs::maci::manager::gui::Manager::initialize | ( | ) | [inline, protected] |
Initialize.
References getManagerEngine(), com::cosylab::acs::maci::manager::app::ManagerEngine::initialize(), and initializeGUI().
Referenced by Manager().
| void com::cosylab::acs::maci::manager::gui::Manager::initializeGUI | ( | ) | [inline] |
Initialize GUI.
References destroy(), getRequestsProgressBar(), GUI_UPDATE_INTERVAL, and guiUpdaterTimer.
Referenced by initialize().
| boolean com::cosylab::acs::maci::manager::gui::Manager::isShutdownInProgress | ( | ) | [inline] |
Implements com::cosylab::acs::maci::manager::ManagerShutdown.
References shuttingDown.
| static void com::cosylab::acs::maci::manager::gui::Manager::main | ( | String[] | args | ) | [inline, static] |
| void com::cosylab::acs::maci::manager::gui::Manager::shutdown | ( | boolean | sigInt | ) | [inline] |
Implements com::cosylab::acs::maci::manager::ManagerShutdown.
References destroy(), and shuttingDown.
Default progress bar foreground color.
Referenced by com::cosylab::acs::maci::manager::gui::Manager::GUIUpdater::actionPerformed(), and getRequestsProgressBar().
Manager engine.
Referenced by com::cosylab::acs::maci::manager::gui::Manager::GUIUpdater::actionPerformed(), and getManagerEngine().
final int com::cosylab::acs::maci::manager::gui::Manager::GUI_UPDATE_INTERVAL = 250 [static] |
GUI update interval in ms.
Referenced by initializeGUI().
Timer com::cosylab::acs::maci::manager::gui::Manager::guiUpdaterTimer [private] |
Timer updating the GUI.
Referenced by destroy(), and initializeGUI().
JProgressBar com::cosylab::acs::maci::manager::gui::Manager::progressBar [private] |
Progress bar indicating number of requests.
Referenced by com::cosylab::acs::maci::manager::gui::Manager::GUIUpdater::actionPerformed(), and getRequestsProgressBar().
final long com::cosylab::acs::maci::manager::gui::Manager::serialVersionUID = -1120227545786082722L [static, private] |
Serial version UID.
boolean com::cosylab::acs::maci::manager::gui::Manager::shuttingDown = false [private] |
Shutdown status.
Referenced by destroy(), isShutdownInProgress(), and shutdown().
1.6.2