Package io.keikai.ui.impl
Class DefaultUserActionManagerCtrl.ClipboardImpl
- java.lang.Object
-
- io.keikai.ui.impl.DefaultUserActionManagerCtrl.ClipboardImpl
-
- All Implemented Interfaces:
UserActionContext.Clipboard
- Enclosing class:
- DefaultUserActionManagerCtrl
public static class DefaultUserActionManagerCtrl.ClipboardImpl extends Object implements UserActionContext.Clipboard
Clipboard data object for copy/paste, internal use only- Author:
- dennis
-
-
Constructor Summary
Constructors Constructor Description ClipboardImpl(Spreadsheet ss, Sheet sheet, AreaRef selection, boolean cutMode, Object info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getInfo()
AreaRef
getSelection()
AreaRefWithType
getSelectionWithType()
Sheet
getSheet()
int
getSheetMaxVisibleColumns()
int
getSheetMaxVisibleRows()
boolean
isCutMode()
-
-
-
Constructor Detail
-
ClipboardImpl
public ClipboardImpl(Spreadsheet ss, Sheet sheet, AreaRef selection, boolean cutMode, Object info)
-
-
Method Detail
-
getSheet
public Sheet getSheet()
- Specified by:
getSheet
in interfaceUserActionContext.Clipboard
-
getSelection
public AreaRef getSelection()
- Specified by:
getSelection
in interfaceUserActionContext.Clipboard
-
getInfo
public Object getInfo()
- Specified by:
getInfo
in interfaceUserActionContext.Clipboard
-
isCutMode
public boolean isCutMode()
- Specified by:
isCutMode
in interfaceUserActionContext.Clipboard
-
getSelectionWithType
public AreaRefWithType getSelectionWithType()
- Specified by:
getSelectionWithType
in interfaceUserActionContext.Clipboard
-
getSheetMaxVisibleRows
public int getSheetMaxVisibleRows()
- Specified by:
getSheetMaxVisibleRows
in interfaceUserActionContext.Clipboard
-
getSheetMaxVisibleColumns
public int getSheetMaxVisibleColumns()
- Specified by:
getSheetMaxVisibleColumns
in interfaceUserActionContext.Clipboard
-
-