Serialized Form
Class org.gnu.glib.GEvent extends java.lang.Object implements Serializable |
type
org.gnu.glib.EventType type
source
java.lang.Object source
Class org.gnu.glib.JGException extends java.lang.Exception implements Serializable |
serialVersionUID: 3256725087058082105L
error
org.gnu.glib.Error error
errorCode
int errorCode
- Deprecated.
Package org.gnu.gtk.event |
index
java.lang.String index
- Deprecated.
text
java.lang.String text
- Deprecated.
path
java.lang.String path
- Deprecated.
x
int x
- Deprecated.
y
int y
- Deprecated.
width
int width
- Deprecated.
height
int height
- Deprecated.
window
Window window
- Deprecated.
sendEvent
boolean sendEvent
- Deprecated.
child
Widget child
- Deprecated.
response
int response
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- The response ID that is returned when the RESPONSE event is emitted.
context
DragContext context
x
int x
y
int y
time
int time
x
int x
y
int y
time
int time
model
TreeModelFilter model
- Deprecated.
iter
TreeIter iter
- Deprecated.
index
int index
- Deprecated.
startPosition
int startPosition
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- The starting position of the deleted text. Applies to the DELETE_TEXT
type of event.
endPosition
int endPosition
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- The ending position of the deleted text. Applies to the DELETE_TEXT type
of event.
text
java.lang.String text
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- The text that was inserted into the widget. Applies to the INSERT_TEXT
and INSET_AT_CURSOR type of event.
insertPosition
int insertPosition
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- The position at which the next text was inserted. Applies to the
INSERT_TEXT type of event.
deleteType
DeleteType deleteType
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- deleteType is set when the DELETE_FROM_CURSOR event is invoked.
count
int count
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- count is set when the DELETE_FROM_CURSOR or MOVE_CURSOR events are
invoked.
movementStep
MovementStep movementStep
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- movementStep is set when the MOVE_CURSOR event is invoked.
extendedSelection
boolean extendedSelection
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- extendedSelection is set when the MOVE_CURSOR event is invoked.
window
Window window
- Deprecated.
sendEvent
boolean sendEvent
- Deprecated.
area
Rectangle area
- Deprecated.
region
Region region
- Deprecated.
count
int count
- Deprecated.
type
org.gnu.glib.EventType type
- Deprecated.
- The type of event
source
java.lang.Object source
- Deprecated.
- The object on which the event initially occurred.
widget
Widget widget
- Deprecated.
horizontalAdjustment
Adjustment horizontalAdjustment
- Deprecated.
verticalAdjustment
Adjustment verticalAdjustment
- Deprecated.
path
TreePath path
- Deprecated.
modifierKey
ModifierType modifierKey
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Represents the state of the modifier keys (e.g. Control, Shift, and Alt)
and the pointer buttons.
keyval
int keyval
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- The key that was pressed or released. This value can be compared against
the values contained in org.gnu.gdk.KeySymbols.
length
int length
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- The length of the string
string
java.lang.String string
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- A null-terminated multi-byte string containing the composed characters
resulting from the key press.
time
int time
modifierKey
ModifierType modifierKey
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Represents which modifier keys (e.g. Control, Shift, and Alt) were held
when the mouse click occurred.
buttonPressed
int buttonPressed
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Identifies what button was pressed for the BUTTON_PRESS or BUTTON_RELEASE
events.
x
double x
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Provides the X coordinate for the BUTTON_PRESS and BUTTON_RELEASE events.
y
double y
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Provides the Y coordinate for the BUTTON_PRESS and BUTTON_RELEASE events.
clickType
int clickType
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Indicates single, double, or triple clicks
direction
ScrollDirection direction
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Indicates which way the mouse wheel scrolled for a WHEEL_SCROLL event.
window
Window window
- Deprecated.
window
Window window
- Deprecated.
sendEvent
boolean sendEvent
- Deprecated.
timeMillis
int timeMillis
- Deprecated.
x
double x
- Deprecated.
y
double y
- Deprecated.
state
ModifierType state
- Deprecated.
isHint
boolean isHint
- Deprecated.
device
Device device
- Deprecated.
xRoot
double xRoot
- Deprecated.
yRoot
double yRoot
- Deprecated.
pageNumber
int pageNumber
- Deprecated.
data
SelectionData data
targetInfo
int targetInfo
x
int x
y
int y
time
int time
data
SelectionData data
targetInfo
int targetInfo
time
int time
text
java.lang.String text
- Deprecated.
menu
Menu menu
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- This menu item is set when the POPULATE_POPUP event type is triggered.
movementStep
MovementStep movementStep
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Initialized when the MOVE_CURSOR event type is triggered
count
int count
- Deprecated. Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
- Initialized when the MOVE_CURSOR and DELETE_FROM_CURSOR event types are
triggered
orientation
Orientation orientation
- Deprecated.
style
ToolBarStyle style
- Deprecated.
x
int x
- Deprecated.
y
int y
- Deprecated.
buttonNumber
int buttonNumber
- Deprecated.
treePath
TreePath treePath
- Deprecated.
treeIter
TreeIter treeIter
- Deprecated.
newOrder
int[] newOrder
- Deprecated.
path
TreePath path
- Deprecated.
iter
TreeIter iter
- Deprecated.
treeColumn
TreeViewColumn treeColumn
- Deprecated.
startEditing
boolean startEditing
- Deprecated.
logical
boolean logical
- Deprecated.
expand
boolean expand
- Deprecated.
openAll
boolean openAll
- Deprecated.
movementStep
MovementStep movementStep
- Deprecated.
howMany
int howMany
- Deprecated.
widget
Widget widget
- Deprecated.
action
Action action
- Deprecated.