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