Uses of Enum Class
io.keikai.api.Range.PasteOperation
Packages that use Range.PasteOperation
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API implementation classes, Internal use only
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
Classes that doing system user action control on Keikai Spreadsheet UI Components.
-
Uses of Range.PasteOperation in io.keikai.api
Methods in io.keikai.api that return Range.PasteOperationModifier and TypeMethodDescriptionstatic Range.PasteOperationReturns the enum constant of this class with the specified name.static Range.PasteOperation[]Range.PasteOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.api with parameters of type Range.PasteOperationModifier and TypeMethodDescriptionstatic RangeCellOperationUtil.pasteSpecial(Range src, Range dest, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose) Paste according the argument from src to destinationRange.pasteSpecial(Range dest, Range.PasteType type, Range.PasteOperation op, boolean skipBlanks, boolean transpose) Pastes to destination. -
Uses of Range.PasteOperation in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.PasteOperationModifier and TypeMethodDescriptionRangeImpl.pasteSpecial(Range dest, Range.PasteType type, Range.PasteOperation op, boolean skipBlanks, boolean transpose) -
Uses of Range.PasteOperation in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Range.PasteOperationModifier and TypeMethodDescriptionstatic SRange.PasteOperationEnumUtil.toRangePasteOpNative(Range.PasteOperation op) -
Uses of Range.PasteOperation in io.keikai.ui.impl.undo
Fields in io.keikai.ui.impl.undo declared as Range.PasteOperationModifier and TypeFieldDescriptionprotected final Range.PasteOperationPasteSpecialCellAction._pasteOperationConstructors in io.keikai.ui.impl.undo with parameters of type Range.PasteOperationModifierConstructorDescriptionPasteSpecialCellAction(String label, Sheet sheet, int srcRow, int srcColumn, int srcLastRow, int srcLastColumn, Sheet destSheet, int destRow, int destColumn, int destLastRow, int destLastColumn, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose) -
Uses of Range.PasteOperation in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog that return Range.PasteOperationModifier and TypeMethodDescriptionprotected Range.PasteOperationPasteSpecialCtrl.getPasteOperation() -
Uses of Range.PasteOperation in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Range.PasteOperationModifier and TypeFieldDescriptionprotected final Range.PasteOperationPasteSpecialHandler.operationMethods in io.keikaiex.ui.impl.ua with parameters of type Range.PasteOperationModifier and TypeMethodDescriptionprotected booleanAbstractPasteSpecialHandler.doPaste(UserActionContext ctx, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose) protected booleanAbstractPasteSpecialHandler.doPaste0(UserActionContext ctx, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose) Constructors in io.keikaiex.ui.impl.ua with parameters of type Range.PasteOperationModifierConstructorDescriptionPasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose)