|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Helper interface to pass around information on properties. This interface is used to support the PropertiesDialog class. Classes may create PropertiesDialogComponents and hang on to them for use when a PropertiesDialog is to be shown.
Method Summary | |
java.lang.String[] |
getDefaultChoices()
This method is only used if the property type is TYPE_MULTIPLE_CHOICE. |
java.lang.String |
getDefaultValue()
If the property hasn't been set yet, then this method is used to get a value to initialize it. |
java.lang.String |
getPropertyIdentifier()
|
java.lang.String |
getPropertyInformation()
|
java.lang.String |
getPropertyName()
|
int |
getPropertyType()
The type of the property. |
Method Detail |
public java.lang.String getPropertyIdentifier()
public java.lang.String getPropertyName()
public int getPropertyType()
public java.lang.String getPropertyInformation()
public java.lang.String getDefaultValue()
public java.lang.String[] getDefaultChoices()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |