Package io.keikai.ui.au.in
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
Abstract command.
- Author:
- Pao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SheetgetSheetByUuid(Book book, String uuid) protected static StringgetSheetUuid(Sheet sheet) protected voidshowInfoMessage(String message) protected voidshowWarnMessage(String message)
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details
-
showInfoMessage
-
showWarnMessage
-
getSheetUuid
-
getSheetByUuid
-