rom.gui
Class TreeMethod

java.lang.Object
  |
  +--rom.gui.TreeMethod

public class TreeMethod
extends java.lang.Object

Title:

Description:

Copyright:

Company:

Version:
1.0
Author:
not attributable

Field Summary
 boolean isEditable
           
 java.lang.reflect.Method theMethod
           
 
Constructor Summary
TreeMethod(java.lang.reflect.Method theMethod)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theMethod

public java.lang.reflect.Method theMethod

isEditable

public boolean isEditable
Constructor Detail

TreeMethod

public TreeMethod(java.lang.reflect.Method theMethod)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object