public interface Clipboard
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Clipboard.ClipboardData
A single cell
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<Clipboard.ClipboardData> |
getData()
Get the data on the clipboard.
|
boolean |
hasData()
Does the clipboard contain (non-null) data.
|
void |
setData(Set<Clipboard.ClipboardData> data)
Set data on clipboard
|
void setData(Set<Clipboard.ClipboardData> data)
data - Selected cells and their original coordinates.Set<Clipboard.ClipboardData> getData()
boolean hasData()
void clear()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.