Package org.minifx.workbench.annotations
Annotation Type Icon
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Icon
Annotation for specifying the Icon of a MiniFx view orPerspective
. NOTE: thecolor()
String must conform to the rules of JavaFXColor.valueOf(String)
method.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.String
DEFAULT_COLOR
-
Required Element Summary
Required Elements Modifier and Type Required Element Description org.controlsfx.glyphfont.FontAwesome.Glyph
value
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
color
-