Class AbstractCommentHandler

  • All Implemented Interfaces:
    io.keikai.ui.UserActionHandler, java.io.Serializable
    Direct Known Subclasses:
    EditCommentHandler, InsertCommentHandler

    public abstract class AbstractCommentHandler
    extends io.keikai.ui.impl.ua.AbstractCellHandler
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.lang.String getTitle()  
      protected boolean processAction​(io.keikai.ui.UserActionContext ctx)  
      • Methods inherited from class io.keikai.ui.impl.ua.AbstractCellHandler

        isEnabled
      • Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler

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

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

      • AbstractCommentHandler

        public AbstractCommentHandler()
    • Method Detail

      • processAction

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

        protected abstract java.lang.String getTitle()