de.grogra.pf.ui.edit
Class FieldProperty

java.lang.Object
  extended by de.grogra.pf.ui.edit.Property
      extended by de.grogra.pf.ui.edit.FieldProperty
Direct Known Subclasses:
NodeProperty

public abstract class FieldProperty
extends Property


Method Summary
protected abstract  FieldProperty createSubProperty(PersistenceField f, int i)
           
 Property createSubProperty(Type actualType, Field f, int i)
           
 java.lang.Object getValue()
           
 boolean isWritable()
           
 java.lang.String toString()
           
 
Methods inherited from class de.grogra.pf.ui.edit.Property
createSubProperty, getContext, getEditor, getQuantity, getToolkit, getType, getWorkbench, setQuantity, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

createSubProperty

protected abstract FieldProperty createSubProperty(PersistenceField f,
                                                   int i)

createSubProperty

public Property createSubProperty(Type actualType,
                                  Field f,
                                  int i)
Specified by:
createSubProperty in class Property

getValue

public java.lang.Object getValue()
Specified by:
getValue in class Property

isWritable

public boolean isWritable()
Specified by:
isWritable in class Property

toString

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