Class AbstractCommand

java.lang.Object
io.keikai.ui.au.in.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AuxActionCommand, BlockSyncCommand, CellFetchCommand, CellFocusedCommand, CellMouseCommand, CellSelectionCommand, CellSelectionUpdateCommand, ChartMouseCommand, ClipboardPasteCommand, CtrlArrowCommand, CtrlKeyCommand, CurrentRegionCommand, EditboxEditingCommand, FetchActiveRangeCommand, FilterCommand, GroupHeaderClickCommand, GroupOpenCommand, HeaderMouseCommand, HeaderUpdateCommand, SelectSheetCommand, ShiftPosCommand, StartEditingCommand, StopEditingCommand, TextHeightCommand, TextWidthCommand, WidgetUpdateCommand

public abstract class AbstractCommand extends Object implements Command
Abstract command.
Author:
Pao
  • Constructor Details

    • AbstractCommand

      public AbstractCommand()
  • Method Details

    • showInfoMessage

      protected void showInfoMessage(String message)
    • showWarnMessage

      protected void showWarnMessage(String message)
    • getSheetUuid

      protected static String getSheetUuid(Sheet sheet)
    • getSheetByUuid

      public static Sheet getSheetByUuid(Book book, String uuid)