Package io.keikai.ui
Interface UserActionContext.Clipboard
- All Known Implementing Classes:
DefaultUserActionManagerCtrl.ClipboardImpl
- Enclosing interface:
- UserActionContext
public static interface UserActionContext.Clipboard
-
Method Details
-
getSheet
Sheet getSheet() -
getSelection
AreaRef getSelection() -
getInfo
Object getInfo() -
isCutMode
boolean isCutMode() -
getSelectionWithType
AreaRefWithType getSelectionWithType() -
getSheetMaxVisibleRows
int getSheetMaxVisibleRows() -
getSheetMaxVisibleColumns
int getSheetMaxVisibleColumns()
-