|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CompositeEditorAttribute
A CompositeEditorAttribute is an attribute contained in a composite editor.
A composite editor component contains one or more attributes,
each of which maps to an underlying property of the composite editor's
composite type.
| Method Summary | |
|---|---|
java.lang.String |
getHint()
Retrieves a brief amount of text that describes the purpose of a composite attribute and is displayed within related user interfaces. |
java.lang.String |
getName()
Retrieves the name of the attribute. |
java.lang.String |
getProperty()
Retrieves the property of an attribute that is used to explicitly specify a property name of the related composite type class, where the property name is different than the attribute name. |
java.lang.String[] |
getSupportedExpressionTypes()
Retrieves an array of supported expression types. |
java.lang.String |
getTitle()
Retrieves the title of an attribute that is expected to show up in the related tooling. |
java.lang.String |
getType()
Retrieves the attribute type's class name. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getTitle()
java.lang.String getProperty()
java.lang.String getType()
java.lang.String getHint()
java.lang.String[] getSupportedExpressionTypes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||