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
,ClipboardPasteCommand
,CtrlArrowCommand
,CtrlKeyCommand
,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 Summary
Constructors Constructor Description AbstractCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Sheet
getSheetByUuid(Book book, String uuid)
protected static String
getSheetUuid(Sheet sheet)
protected void
showInfoMessage(String message)
protected void
showWarnMessage(String message)
-