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 | |
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 |
|
|
|
Method execution when an ActionEvent arrived |
|
Build the GUI |
|
Release all the resources and exit the program |
|
The starting point of the program |
|
Release a componet
|
|
Start a dynamic component Some of the paraeters may be a '*' instead of a full specified string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|