Interface ToggleDockingActionIf

All Superinterfaces:
DockingActionIf, HelpDescriptor
All Known Implementing Classes:
AbstractSelectionNavigationAction, DockingActionProxy, ProjectDataContextToggleAction, ProjectDataReadOnlyAction, SelectionNavigationAction, ToggleDockingAction

public interface ToggleDockingActionIf extends DockingActionIf
Interface for actions that have a toggle state
  • Field Details

  • Method Details

    • isSelected

      boolean isSelected()
      Returns true if the toggle state for this action is current selected.
      Returns:
      true if the toggle state for this action is current selected.
    • setSelected

      void setSelected(boolean newValue)
      Sets the toggle state for this action.
      Parameters:
      newValue - the new toggle state.