|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE) @Target(value=TYPE) @Documented public @interface ColorCodes
Used to mark all classes which use some DockColor. These codes
are inherited by subclasses, unless subclasses override them by having
an annotation as well.
| Required Element Summary | |
|---|---|
String[] |
value
The color codes which are used to query the ColorManager. |
| Element Detail |
|---|
public abstract String[] value
ColorManager.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||