public interface DisplayProperty
| Modifier and Type | Method and Description | 
|---|---|
int | 
getAlignment()
Get the alignment of this property. 
 | 
java.util.Comparator | 
getComparator()
Get a comparator that can sort Displayable instances by this property. 
 | 
java.lang.String | 
getDescription()
Get a description of this property. 
 | 
int | 
getMaximumDefaultSize()
Get a maximum default size for the property. 
 | 
java.lang.String | 
getName()
Get the name of the property. 
 | 
java.lang.Object | 
getPrototypeValue()
Get a prototype value for this property. 
 | 
java.lang.Class | 
getType()
Get the type of object that values of this property are represented by. 
 | 
boolean | 
isEditable()
If return true the property will be editable 
 | 
java.lang.String getName()
java.lang.String getDescription()
java.lang.Class getType()
java.util.Comparator getComparator()
int getAlignment()
java.lang.Object getPrototypeValue()
int getMaximumDefaultSize()
boolean isEditable()