Interface PerspectiveActionItem
-
- All Superinterfaces:
PerspectiveItem,PerspectiveItemWithIcon
public interface PerspectiveActionItem extends PerspectiveItemWithIcon
Interface that represents a perspective action item.- Since:
- 6.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerspectiveActiongetAction()Returns the specified action.StringgetName()Returns the functional name of the action.PerspectiveActionItemgetSelectionOnClose()Returns the action item that will be selected when the user closes this action.-
Methods inherited from interface com.orchestranetworks.ui.perspective.PerspectiveItem
getDescription, getId, getLabel, getParent, getType, isAncestorOf
-
Methods inherited from interface com.orchestranetworks.ui.perspective.PerspectiveItemWithIcon
getIcon
-
-
-
-
Method Detail
-
getName
String getName()
Returns the functional name of the action.
-
getAction
PerspectiveAction getAction()
Returns the specified action.
-
getSelectionOnClose
PerspectiveActionItem getSelectionOnClose()
Returns the action item that will be selected when the user closes this action.
-
-