Class PasteSpecialHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected io.keikai.api.Range.PasteOperation operation  
      protected boolean skipBlank  
      protected boolean transpose  
      protected io.keikai.api.Range.PasteType type  
    • Constructor Summary

      Constructors 
      Constructor Description
      PasteSpecialHandler​(io.keikai.api.Range.PasteType type, io.keikai.api.Range.PasteOperation operation, boolean skipBlank, boolean transpose)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean processAction​(io.keikai.ui.UserActionContext ctx)  
      • Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler

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

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

      • type

        protected final io.keikai.api.Range.PasteType type
      • operation

        protected final io.keikai.api.Range.PasteOperation operation
      • skipBlank

        protected final boolean skipBlank
      • transpose

        protected final boolean transpose
    • Constructor Detail

      • PasteSpecialHandler

        public PasteSpecialHandler​(io.keikai.api.Range.PasteType type,
                                   io.keikai.api.Range.PasteOperation operation,
                                   boolean skipBlank,
                                   boolean transpose)
    • Method Detail

      • processAction

        protected boolean processAction​(io.keikai.ui.UserActionContext ctx)
        Specified by:
        processAction in class io.keikai.ui.impl.ua.AbstractHandler