|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clipboard | |
org.gnu.gtk |
Uses of Clipboard in org.gnu.gtk |
Methods in org.gnu.gtk with parameters of type Clipboard | |
void |
TextBuffer.pasteClipboard(Clipboard clipboard,
TextIter location,
boolean defaultEditable)
Pastes the contents of a clipboard at location. |
void |
TextBuffer.pasteClipboard(Clipboard clipboard,
boolean defaultEditable)
Pastes the contents of a clipboard at the insertion point. |
void |
TextBuffer.copyClipboard(Clipboard clip)
Copies the currently-selected text to a clipboard. |
void |
TextBuffer.cutClipboard(Clipboard clipboard,
boolean defaultEditable)
Copies the currently-selected text to a clipboard, then deletes said text if it's editable. |
void |
TextBuffer.addClipboard(Clipboard clipboard)
Adds clipboard to the list of clipboards in which the selection contents of buffer are available. |
void |
TextBuffer.removeClipboard(Clipboard clipboard)
Removes a clipboard added with TextBuffer.addClipboard(Clipboard) |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |