G4P (GUI for Processing) 4.3.11
A set of GUI controls for your Processing sketch.
|
Public Member Functions | |
void | lostOwnership (Clipboard clipboard, Transferable contents) |
Static Public Member Functions | |
static boolean | copy (String chars) |
static String | paste () |
Clipboard functionality for plain text
This provides clipboard functionality for text and is currently only used by the GTextField and GTextArea classes.
|
static |
Copy a string to the clipboard
chars | the characters to be stored on the clipboard |
void g4p_controls.GClip.lostOwnership | ( | Clipboard | clipboard, |
Transferable | contents | ||
) |
Reqd by ClipboardOwner interface
|
static |
Get a string from the clipboard