public static interface PropertySheet.Item
PropertySheet control.PropertySheet| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Returns a String representation of the category of the property.
|
String |
getDescription()
A String that will be shown to the user as a tooltip.
|
String |
getName()
Returns the display name of the property, which should be short (i.e.
|
Class<?> |
getType()
Returns the class type of the property.
|
Object |
getValue()
Returns the current value of the property.
|
void |
setValue(Object value)
Sets the current value of the property.
|
Class<?> getType()
String getCategory()
PropertySheet
mode property is set to
PropertySheet.Mode.CATEGORY - as then all properties with the same category
will be grouped together visually.String getName()
PropertyEditor.
If you need to explain more detail to the user, consider placing it
in the getDescription().String getDescription()
getName()
method.Object getValue()
void setValue(Object value)