|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pipe.gui.ModuleManager
The ModuleManager class contains methods to create swing components to allow the user to load modules and execute methods within them. To use, instantiate a ModuleManager object and use the methods to return the required components.
Nested Class Summary | |
class |
ModuleManager.TreeHandler
|
Field Summary |
Constructor Summary | |
ModuleManager()
|
Method Summary | |
void |
addModuleToTree(javax.swing.tree.DefaultMutableTreeNode newNode)
Adds a new node to the Module subtree |
javax.swing.JTree |
getModuleTree()
Method creates and returns a Module management tree. |
void |
removeModuleFromTree(javax.swing.tree.DefaultMutableTreeNode newNode)
Removes a node from the Module subtree |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModuleManager()
Method Detail |
public javax.swing.JTree getModuleTree()
public void addModuleToTree(javax.swing.tree.DefaultMutableTreeNode newNode)
newNode
- The new node representing a new module.public void removeModuleFromTree(javax.swing.tree.DefaultMutableTreeNode newNode)
newNode
- The node to be removed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |