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.Clipboard
public AreaRef getSelection()
getSelection
in interface UserActionContext.Clipboard
public Object getInfo()
getInfo
in interface UserActionContext.Clipboard
public boolean isCutMode()
isCutMode
in interface UserActionContext.Clipboard
public AreaRefWithType getSelectionWithType()
getSelectionWithType
in interface UserActionContext.Clipboard
public int getSheetMaxVisibleRows()
getSheetMaxVisibleRows
in interface UserActionContext.Clipboard
public int getSheetMaxVisibleColumns()
getSheetMaxVisibleColumns
in interface UserActionContext.Clipboard
Copyright © 2020. All rights reserved.