

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 |
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
| alma::demo::dyncomp::JDynAct::JDynAct | ( | String | managerLoc | ) | [inline] |
References buildWindow(), m_managerLoc, popMenu, and theClient.
Referenced by main().
| void alma::demo::dyncomp::JDynAct::actionPerformed | ( | ActionEvent | ae | ) | [inline] |
Method execution when an ActionEvent arrived
References activatedT, containerCB, alma::demo::dyncomp::MyTableModel::getURL(), idlCB, implCB, nameCB, popMenu, releaseComponent(), and startDynamicComponent().
| 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
| 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
| 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] |
JTable alma::demo::dyncomp::JDynAct::activatedT [package] |
Referenced by actionPerformed(), buildWindow(), releaseComponent(), and startDynamicComponent().
JComboBox alma::demo::dyncomp::JDynAct::containerCB [package] |
Referenced by actionPerformed(), and buildWindow().
JComboBox alma::demo::dyncomp::JDynAct::idlCB [package] |
Referenced by actionPerformed(), and buildWindow().
JComboBox alma::demo::dyncomp::JDynAct::implCB [package] |
Referenced by actionPerformed(), and buildWindow().
String alma::demo::dyncomp::JDynAct::m_managerLoc [private] |
Referenced by JDynAct().
JComboBox alma::demo::dyncomp::JDynAct::nameCB [package] |
Referenced by actionPerformed(), and buildWindow().
JPopupMenu alma::demo::dyncomp::JDynAct::popMenu [package] |
Referenced by actionPerformed(), and JDynAct().
Referenced by cleanExit(), JDynAct(), releaseComponent(), and startDynamicComponent().
JPanel alma::demo::dyncomp::JDynAct::variableAreaP [package] |
1.6.2