alma::demo::dyncomp::JDynAct Class Reference

Inheritance diagram for alma::demo::dyncomp::JDynAct:
Inheritance graph
[legend]
Collaboration diagram for alma::demo::dyncomp::JDynAct:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 JDynAct (String managerLoc)
void actionPerformed (ActionEvent ae)
boolean releaseComponent (String url)
void windowActivated (WindowEvent e)
void windowClosing (WindowEvent e)
void windowDeactivated (WindowEvent e)
void windowDeiconified (WindowEvent e)
void windowIconified (WindowEvent e)
void windowOpened (WindowEvent e)
void windowClosed (WindowEvent e)

Static Public Member Functions

static void main (String[] args)

Package Attributes

JComboBox nameCB
JComboBox idlCB
JComboBox implCB
JComboBox containerCB
JPanel variableAreaP
JTable activatedT
JPopupMenu popMenu
Client theClient

Private Member Functions

void buildWindow ()
void startDynamicComponent (String Name, String IDL, String Implementation, String Container)
void cleanExit ()

Private Attributes

String m_managerLoc

Detailed Description

Author:
acaproni Nov 3, 2003

To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments


Constructor & Destructor Documentation

alma::demo::dyncomp::JDynAct::JDynAct ( String  managerLoc  )  [inline]

References buildWindow(), m_managerLoc, popMenu, and theClient.

Referenced by main().


Member Function Documentation

void alma::demo::dyncomp::JDynAct::actionPerformed ( ActionEvent  ae  )  [inline]
void alma::demo::dyncomp::JDynAct::buildWindow (  )  [inline, private]

Build the GUI

References activatedT, containerCB, idlCB, implCB, and nameCB.

Referenced by JDynAct().

void alma::demo::dyncomp::JDynAct::cleanExit (  )  [inline, private]

Release all the resources and exit the program

References alma::demo::dyncomp::Client::cleanExit(), and theClient.

Referenced by windowClosed().

static void alma::demo::dyncomp::JDynAct::main ( String[]  args  )  [inline, static]

The starting point of the program

References JDynAct().

boolean alma::demo::dyncomp::JDynAct::releaseComponent ( String  url  )  [inline]

Release a componet

Parameters:
url The url of the component

References activatedT, alma::demo::dyncomp::MyTableModel::deleteEntry(), alma::demo::dyncomp::Client::releaseComponent(), and theClient.

Referenced by actionPerformed().

void alma::demo::dyncomp::JDynAct::startDynamicComponent ( String  Name,
String  IDL,
String  Implementation,
String  Container 
) [inline, private]

Start a dynamic component Some of the paraeters may be a '*' instead of a full specified string

Parameters:
Name The name of the dynamic component
IDL The idl interface
Implementation The implementation
Container The container

References activatedT, alma::demo::dyncomp::MyTableModel::append(), alma::demo::dyncomp::MyTableModel::exist(), alma::demo::dyncomp::Client::getDynamicComponent(), alma::demo::dyncomp::Client::hasFreeSlot(), and theClient.

Referenced by actionPerformed().

void alma::demo::dyncomp::JDynAct::windowActivated ( WindowEvent  e  )  [inline]
void alma::demo::dyncomp::JDynAct::windowClosed ( WindowEvent  e  )  [inline]

References cleanExit().

void alma::demo::dyncomp::JDynAct::windowClosing ( WindowEvent  e  )  [inline]
void alma::demo::dyncomp::JDynAct::windowDeactivated ( WindowEvent  e  )  [inline]
void alma::demo::dyncomp::JDynAct::windowDeiconified ( WindowEvent  e  )  [inline]
void alma::demo::dyncomp::JDynAct::windowIconified ( WindowEvent  e  )  [inline]
void alma::demo::dyncomp::JDynAct::windowOpened ( WindowEvent  e  )  [inline]

Member Data Documentation

Referenced by actionPerformed(), and buildWindow().

Referenced by actionPerformed(), and buildWindow().

Referenced by actionPerformed(), and buildWindow().

Referenced by JDynAct().

Referenced by actionPerformed(), and buildWindow().

Referenced by actionPerformed(), and JDynAct().


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

Generated by  doxygen 1.6.2