Package io.keikai.ui
Interface UserActionContext.Clipboard
-
- All Known Implementing Classes:
DefaultUserActionManagerCtrl.ClipboardImpl
- Enclosing interface:
- UserActionContext
public static interface UserActionContext.Clipboard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getInfo()
AreaRef
getSelection()
AreaRefWithType
getSelectionWithType()
Sheet
getSheet()
int
getSheetMaxVisibleColumns()
int
getSheetMaxVisibleRows()
boolean
isCutMode()
-
-
-
Method Detail
-
getSheet
Sheet getSheet()
-
getSelection
AreaRef getSelection()
-
getInfo
Object getInfo()
-
isCutMode
boolean isCutMode()
-
getSelectionWithType
AreaRefWithType getSelectionWithType()
-
getSheetMaxVisibleRows
int getSheetMaxVisibleRows()
-
getSheetMaxVisibleColumns
int getSheetMaxVisibleColumns()
-
-