com::cosylab::acs::maci::manager::gui::Manager Class Reference

Inheritance diagram for com::cosylab::acs::maci::manager::gui::Manager:
Inheritance graph
[legend]
Collaboration diagram for com::cosylab::acs::maci::manager::gui::Manager:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Manager activation application and GUI implementation.

Author:
Matej Sekoranja (matej.sekoranja@cosylab.com)
Version:
@VERSION@

Constructor & Destructor Documentation

com::cosylab::acs::maci::manager::gui::Manager::Manager (  )  [inline]

Constructor for Manager.

References initialize().

Referenced by main().


Member Function Documentation

void com::cosylab::acs::maci::manager::gui::Manager::destroy (  )  [inline]
ManagerEngine com::cosylab::acs::maci::manager::gui::Manager::getManagerEngine (  )  [inline]
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]
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]
static void com::cosylab::acs::maci::manager::gui::Manager::main ( String[]  args  )  [inline, static]

Application main entry point.

Parameters:
args 

References Manager().

void com::cosylab::acs::maci::manager::gui::Manager::shutdown ( boolean  sigInt  )  [inline]

Member Data Documentation

GUI update interval in ms.

Referenced by initializeGUI().

Timer updating the GUI.

Referenced by destroy(), and initializeGUI().

final long com::cosylab::acs::maci::manager::gui::Manager::serialVersionUID = -1120227545786082722L [static, private]

Serial version UID.

Shutdown status.

Referenced by destroy(), isShutdownInProgress(), and shutdown().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2