Interface Action.MainTabSheetAction

All Superinterfaces:
Action
All Known Implementing Classes:
EditorScreenShowEntityInfoAction
Enclosing interface:
Action

public static interface Action.MainTabSheetAction extends Action
An action that can be used as Main TabSheet context menu item.
  • Method Details

    • isApplicable

      boolean isApplicable(Screen screen)
      Determines whether this action is applicable for the given screen.
      Parameters:
      screen - a screen for which the applicable state is determined
      Returns:
      true if this action is applicable for the given screen, false otherwise
    • execute

      void execute(Screen screen)
      Executes this Action for the given screen.
      Parameters:
      screen - a screen for which this action is executed