Class SvgLabelFacade


  • public abstract class SvgLabelFacade
    extends Object
    • Constructor Detail

      • SvgLabelFacade

        public SvgLabelFacade()
    • Method Detail

      • setData

        public static void setData​(String id,
                                   org.eclipse.swt.widgets.Label label,
                                   String imageFile,
                                   int size)
      • setDataInternal

        public abstract void setDataInternal​(String id,
                                             org.eclipse.swt.widgets.Label label,
                                             String imageFile,
                                             int size)
      • enable

        public static void enable​(org.eclipse.swt.widgets.ToolItem toolItem,
                                  String id,
                                  org.eclipse.swt.widgets.Label label,
                                  boolean enable)
      • enableInternal

        public abstract void enableInternal​(org.eclipse.swt.widgets.ToolItem toolItem,
                                            String id,
                                            org.eclipse.swt.widgets.Label label,
                                            boolean enable)
      • shadeSvg

        public static void shadeSvg​(org.eclipse.swt.widgets.Label label,
                                    String id,
                                    boolean shaded)
      • shadeSvgInternal

        public abstract void shadeSvgInternal​(org.eclipse.swt.widgets.Label label,
                                              String id,
                                              boolean shaded)