Interface PerspectiveActionItem

All Superinterfaces:
PerspectiveItem, PerspectiveItemWithIcon

public interface PerspectiveActionItem extends PerspectiveItemWithIcon
Interface that represents a perspective action item.
Since:
6.0.0
  • Method Details

    • 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.