Class SvgLabelFacade
- java.lang.Object
-
- org.apache.hop.ui.core.widget.svg.SvgLabelFacade
-
public abstract class SvgLabelFacade extends Object
-
-
Constructor Summary
Constructors Constructor Description SvgLabelFacade()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static voidenable(org.eclipse.swt.widgets.ToolItem toolItem, String id, org.eclipse.swt.widgets.Label label, boolean enable)abstract voidenableInternal(org.eclipse.swt.widgets.ToolItem toolItem, String id, org.eclipse.swt.widgets.Label label, boolean enable)static voidsetData(String id, org.eclipse.swt.widgets.Label label, String imageFile, int size)abstract voidsetDataInternal(String id, org.eclipse.swt.widgets.Label label, String imageFile, int size)static voidshadeSvg(org.eclipse.swt.widgets.Label label, String id, boolean shaded)abstract voidshadeSvgInternal(org.eclipse.swt.widgets.Label label, String id, boolean shaded)
-
-
-
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)
-
-