|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface TypeAttributes
This annotation specifies some metadata of a given object. This works like a beanInfo.
Optional Element Summary | |
---|---|
java.lang.Class<? extends Editor> |
editorClass
The class name of the editor used for the annotated object. |
java.lang.String |
icon
The location of the icon set to the annotated object. |
java.lang.String |
labelBundleKey
Key of a bundle which holds the description for an object. |
public abstract java.lang.String labelBundleKey
public abstract java.lang.String icon
public abstract java.lang.Class<? extends Editor> editorClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |