|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS)
@Target(value={})
public @interface Icon
Icon information for an ObjectClassDefinition.
ObjectClassDefinition.icon()| Required Element Summary | |
|---|---|
String |
resource
The resource name for this Icon. |
int |
size
The pixel size of this Icon. |
| Element Detail |
|---|
public abstract String resource
The resource is a URL. The resource URL can be relative to the root of the bundle containing the Meta Type Resource.
If the resource begins with the percent sign ('%' \u0025),
the resource can be localized.
public abstract int size
For example, 32 represents a 32x32 icon.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||