Annotation Type Icon


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface Icon
    Annotation for specifying the Icon of a MiniFx view or Perspective. NOTE: the color() String must conform to the rules of JavaFX Color.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  
    • Field Detail

      • DEFAULT_COLOR

        static final java.lang.String DEFAULT_COLOR
    • Element Detail

      • value

        org.controlsfx.glyphfont.FontAwesome.Glyph value
      • color

        java.lang.String color
        Default:
        "#38678e"