public static class DefaultUserActionManagerCtrl.ClipboardImpl extends java.lang.Object implements UserActionContext.Clipboard
| Constructor and Description |
|---|
ClipboardImpl(Sheet sheet,
AreaRef selection,
boolean cutMode,
java.lang.Object info) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInfo() |
AreaRef |
getSelection() |
Sheet |
getSheet() |
boolean |
isCutMode() |
public Sheet getSheet()
getSheet in interface UserActionContext.Clipboardpublic AreaRef getSelection()
getSelection in interface UserActionContext.Clipboardpublic java.lang.Object getInfo()
getInfo in interface UserActionContext.Clipboardpublic boolean isCutMode()
isCutMode in interface UserActionContext.ClipboardCopyright © 2005-2010 Potix Corporation. All Rights Reserved.