G4P (GUI for Processing) 4.3.11
A set of GUI controls for your Processing sketch.
|
Public Member Functions | |
String | getDesc () |
String | getType () |
String | toString () |
Enumeration of events that can be fired by G4P.
GTextField and GTextArea events
CHANGED Text has changed
SELECTION_CHANGED Text selection has changed
ENTERED Enter/return key typed
LOST_FOCUS TextField/Area lost focus
GETS_FOCUS TextField/Area got focus
GPanel events
COLLAPSED Control was collapsed
EXPANDED Control was expanded
DRAGGED Control is being dragged
Button control events (PRESSED and RELEASED are not fired by default) CLICKED Mouse button was clicked
PRESSED Mouse button was pressed
RELEASED Mouse button was released
Slider control events events
VALUE_CHANGING Value is changing
VALUE_STEADY Value has reached a steady state
DRAGGING The mouse is being dragged over a component
GCheckbox & GOption events
SELECTED "Option selected <br>
DESELECTED "Option de-selected
String g4p_controls.GEvent.getDesc | ( | ) |
String g4p_controls.GEvent.getType | ( | ) |