Class AbstractPasteSpecialHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean doPaste​(io.keikai.ui.UserActionContext ctx, io.keikai.api.Range.PasteType pasteType, io.keikai.api.Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose)  
      protected boolean doPaste0​(io.keikai.ui.UserActionContext ctx, io.keikai.api.Range.PasteType pasteType, io.keikai.api.Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose)  
      • Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler

        checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, isEnabled, process, processAction, showInfoMessage, showProtectMessage, showWarnMessage
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractPasteSpecialHandler

        public AbstractPasteSpecialHandler()
    • Method Detail

      • doPaste

        protected boolean doPaste​(io.keikai.ui.UserActionContext ctx,
                                  io.keikai.api.Range.PasteType pasteType,
                                  io.keikai.api.Range.PasteOperation pasteOperation,
                                  boolean skipBlank,
                                  boolean transpose)
      • doPaste0

        protected boolean doPaste0​(io.keikai.ui.UserActionContext ctx,
                                   io.keikai.api.Range.PasteType pasteType,
                                   io.keikai.api.Range.PasteOperation pasteOperation,
                                   boolean skipBlank,
                                   boolean transpose)