public static class DefaultUserActionManagerCtrl.ClipboardImpl extends Object implements UserActionContext.Clipboard
| Constructor and Description |
|---|
ClipboardImpl(Spreadsheet ss,
Sheet sheet,
AreaRef selection,
boolean cutMode,
Object info) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getInfo() |
AreaRef |
getSelection() |
AreaRefWithType |
getSelectionWithType() |
Sheet |
getSheet() |
int |
getSheetMaxVisibleColumns() |
int |
getSheetMaxVisibleRows() |
boolean |
isCutMode() |
public ClipboardImpl(Spreadsheet ss, Sheet sheet, AreaRef selection, boolean cutMode, Object info)
public Sheet getSheet()
getSheet in interface UserActionContext.Clipboardpublic AreaRef getSelection()
getSelection in interface UserActionContext.Clipboardpublic Object getInfo()
getInfo in interface UserActionContext.Clipboardpublic boolean isCutMode()
isCutMode in interface UserActionContext.Clipboardpublic AreaRefWithType getSelectionWithType()
getSelectionWithType in interface UserActionContext.Clipboardpublic int getSheetMaxVisibleRows()
getSheetMaxVisibleRows in interface UserActionContext.Clipboardpublic int getSheetMaxVisibleColumns()
getSheetMaxVisibleColumns in interface UserActionContext.ClipboardCopyright © 2020. All rights reserved.