Class Badge
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.tree.Badge
- All Implemented Interfaces:
- InteractiveIcon
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionBadge(SvgIconUtil.SvgIcon standardIcon, SvgIconUtil.SvgIcon selectedIcon, String tooltip) Badge(VectorIcon icon) Badge(VectorIcon standardIcon, VectorIcon selectedIcon, String tooltip) Badge(VectorIcon icon, String tooltip) 
- 
Method SummaryModifier and TypeMethodDescriptiongetIcon()getIcon(boolean selected) voidsetTooltip(String tooltip) 
- 
Field Details- 
SIZE_12public static int SIZE_12
- 
SIZE_16public static int SIZE_16
 
- 
- 
Constructor Details- 
Badge
- 
Badge
- 
Badge
- 
Badge
- 
Badge
- 
Badge
- 
Badge
 
- 
- 
Method Details- 
derive
- 
getIcon- Specified by:
- getIconin interface- InteractiveIcon
 
- 
getIcon
- 
getTooltip
- 
setTooltip
- 
getSelected- Specified by:
- getSelectedin interface- InteractiveIcon
 
- 
getFocused- Specified by:
- getFocusedin interface- InteractiveIcon
 
- 
getDisabled- Specified by:
- getDisabledin interface- InteractiveIcon
 
- 
getInherited- Specified by:
- getInheritedin interface- InteractiveIcon
 
 
-