Interface ToggleDockingActionIf

    • Field Detail

      • SELECTED_STATE_PROPERTY

        static final java.lang.String SELECTED_STATE_PROPERTY
        See Also:
        Constant Field Values
    • Method Detail

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