Package io.keikai.ui.impl.ua
Class AbstractProtectedHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikai.ui.impl.ua.AbstractProtectedHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
- Direct Known Subclasses:
ApplyFilterHandler
,CleanFilterHandler
,DeleteCellLeftHandler
,DeleteCellUpHandler
,InsertCellDownHandler
,InsertCellRightHandler
,InsertFunctionHandler
,MergeCenterHandler
,MergeHandler
,ReapplyFilterHandler
,ShiftCellHandler
,TextRotationHandler
,UnmergeHandler
public abstract class AbstractProtectedHandler extends AbstractHandler
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractProtectedHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled(Book book, Sheet sheet)
get the enabled state of this action-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, processAction, showInfoMessage, showProtectMessage, showWarnMessage
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled(Book book, Sheet sheet)
Description copied from interface:UserActionHandler
get the enabled state of this action- Specified by:
isEnabled
in interfaceUserActionHandler
- Overrides:
isEnabled
in classAbstractHandler
- Parameters:
book
- current book, null if no book selectedsheet
- current sheet, null if no sheet selected- Returns:
-
-