Class HideHeaderAction

java.lang.Object
io.keikai.ui.impl.undo.AbstractUndoableAction
io.keikai.ui.impl.undo.HideHeaderAction
All Implemented Interfaces:
UndoableAction, Serializable

public class HideHeaderAction extends AbstractUndoableAction
Author:
dennis
See Also:
  • Constructor Details

    • HideHeaderAction

      public HideHeaderAction(String label, Sheet sheet, int row, int column, int lastRow, int lastColumn, HideHeaderAction.Type type, boolean hidden)
  • Method Details

    • doAction

      public void doAction()
      Description copied from interface: UndoableAction
      do the action, either first time or redo
    • isUndoable

      public boolean isUndoable()
      Description copied from interface: UndoableAction
      Check if still undoable or not
      Returns:
    • isRedoable

      public boolean isRedoable()
      Description copied from interface: UndoableAction
      Check if still redoable or not
      Returns:
    • undoAction

      public void undoAction()
      Description copied from interface: UndoableAction
      Undo the action
    • isSheetProtected

      protected boolean isSheetProtected()
      Description copied from class: AbstractUndoableAction
      Check if sheet is protected
      Overrides:
      isSheetProtected in class AbstractUndoableAction
      Returns: