|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyInformation
Information about a property. A property can be any property which can be any information which can be displayed to the user and posibly be set by the user.
Field Summary | |
---|---|
static java.lang.String |
SHORT_DESCRIPTION_SUFFIX
The suffix used for short descritpions. |
Method Summary | |
---|---|
void |
forget()
Forget changed data in the property setter. |
java.lang.String |
getLocalizedDescription()
Get a localized description of the property with the current default locale. |
java.lang.String |
getLocalizedShortDescription()
Get a short localized description of the property with the current default locale. |
java.lang.String |
getName()
Get the name of the property. |
java.lang.Object |
getPropertyValue()
Get the current value of property. |
javax.swing.JComponent |
getSetterComponent()
A component to set the property. |
boolean |
isInformational()
Is the setter component just for display? |
Field Detail |
---|
static final java.lang.String SHORT_DESCRIPTION_SUFFIX
Method Detail |
---|
java.lang.String getName()
java.lang.String getLocalizedDescription()
java.lang.String getLocalizedShortDescription()
PropertyInformation.getLocalizedDescription()
java.lang.Object getPropertyValue()
javax.swing.JComponent getSetterComponent()
void forget()
boolean isInformational()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |