rom.gui
Class TreeField

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

public class TreeField
extends java.lang.Object

Title:

Description:

Copyright:

Company:

Version:
1.0
Author:
not attributable

Field Summary
 boolean isEditable
           
 boolean isInterface
           
 java.lang.reflect.Field theField
           
 
Constructor Summary
TreeField(java.lang.reflect.Field theField)
           
 
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

theField

public java.lang.reflect.Field theField

isEditable

public boolean isEditable

isInterface

public boolean isInterface
Constructor Detail

TreeField

public TreeField(java.lang.reflect.Field theField)
Method Detail

toString

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