Package io.keikaiex.ui.impl.ua
Class PasteSpecialHandler
java.lang.Object
io.keikai.ui.impl.ua.AbstractHandler
io.keikaiex.ui.impl.ua.AbstractPasteSpecialHandler
io.keikaiex.ui.impl.ua.PasteSpecialHandler
- All Implemented Interfaces:
UserActionHandler,Serializable
- Author:
- dennis
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Range.PasteOperationprotected final booleanprotected final booleanprotected final Range.PasteType -
Constructor Summary
ConstructorsConstructorDescriptionPasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose) -
Method Summary
Methods inherited from class io.keikaiex.ui.impl.ua.AbstractPasteSpecialHandler
doPaste, doPaste0Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, isEnabled, process, showInfoMessage, showProtectMessage, showWarnMessage
-
Field Details
-
type
-
operation
-
skipBlank
protected final boolean skipBlank -
transpose
protected final boolean transpose
-
-
Constructor Details
-
PasteSpecialHandler
public PasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose)
-
-
Method Details
-
processAction
- Specified by:
processActionin classAbstractHandler
-