Interface PerspectiveItemWithIcon
-
- All Superinterfaces:
PerspectiveItem
- All Known Subinterfaces:
PerspectiveActionItem
public interface PerspectiveItemWithIcon extends PerspectiveItem
Interface that represents an item that can have an icon.- Since:
- 6.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerspectiveIcongetIcon()Returns the icon of this item.-
Methods inherited from interface com.orchestranetworks.ui.perspective.PerspectiveItem
getDescription, getId, getLabel, getParent, getType, isAncestorOf
-
-
-
-
Method Detail
-
getIcon
PerspectiveIcon getIcon()
Returns the icon of this item.
-
-