- All Superinterfaces:
- ActionDescription
Provides Navigator action description.
E.g - you can use some icons for the node hover actions
float HOVER_BUTTON_ICON_SIZE = 12;
Icon PLUS_ICON = IconFontSwing.buildIcon(FontAwesome.PLUS, HOVER_BUTTON_ICON_SIZE, SoapUITreeNodeRenderer.TreeStyle.ICON_COLOR);
Icon PLUS_HOVER_ICON = IconFontSwing.buildIcon(FontAwesome.PLUS, HOVER_BUTTON_ICON_SIZE, SoapUITreeNodeRenderer.TreeStyle.ICON_HOVER_COLOR);
Icon ELLIPSIS_H_ICON = IconFontSwing.buildIcon(FontAwesome.ELLIPSIS_H, HOVER_BUTTON_ICON_SIZE, SoapUITreeNodeRenderer.TreeStyle.ICON_COLOR);
Icon ELLIPSIS_H_HOVER_ICON = IconFontSwing.buildIcon(FontAwesome.ELLIPSIS_H, HOVER_BUTTON_ICON_SIZE, SoapUITreeNodeRenderer.TreeStyle.ICON_HOVER_COLOR);