de.grogra.pf.ui.edit
Class FieldProperty
java.lang.Object
de.grogra.pf.ui.edit.Property
de.grogra.pf.ui.edit.FieldProperty
- Direct Known Subclasses:
- NodeProperty
public abstract class FieldProperty
- extends Property
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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