@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Icon
Perspective. NOTE: the color() String must
conform to the rules of JavaFX Color.valueOf(String) method.| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
DEFAULT_COLOR |
| Modifier and Type | Required Element and Description |
|---|---|
de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
color |