pipe.gui
Class ModuleMethod
java.lang.Object
|
+--pipe.gui.ModuleMethod
- public class ModuleMethod
- extends java.lang.Object
ModuleMethod encapsulates information about a module method and is designed to be used as a userobject in nodes in a JTree.
In this case for nodes representing module methods.
Constructor Summary |
ModuleMethod(java.lang.Class cl,
java.lang.reflect.Method m)
|
Method Summary |
void |
setName(java.lang.String name)
|
java.lang.String |
toString()
Returns the name of the modMeth |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ModuleMethod
public ModuleMethod(java.lang.Class cl,
java.lang.reflect.Method m)
toString
public java.lang.String toString()
- Returns the name of the modMeth
- Overrides:
toString
in class java.lang.Object
setName
public void setName(java.lang.String name)