Serialized Form


Package org.gnu.gdk

Class org.gnu.gdk.WindowTypeException implements Serializable


Package org.gnu.gtk.event

Class org.gnu.gtk.event.AdjustmentEvent implements Serializable

Class org.gnu.gtk.event.ButtonEvent implements Serializable

Class org.gnu.gtk.event.CalendarEvent implements Serializable

Class org.gnu.gtk.event.CellRendererTextEvent implements Serializable

Serialized Fields

index

java.lang.String index

text

java.lang.String text

Class org.gnu.gtk.event.CellRendererToggleEvent implements Serializable

Serialized Fields

index

java.lang.String index

Class org.gnu.gtk.event.ContainerEvent implements Serializable

Serialized Fields

child

Widget child

Class org.gnu.gtk.event.DialogEvent implements Serializable

Serialized Fields

response

int response
The response ID that is returned when the RESPONSE event is emitted.

Class org.gnu.gtk.event.EditableEvent implements Serializable

Serialized Fields

startPosition

int startPosition
The starting position of the deleted text. Applies to the DELETE_TEXT type of event.


endPosition

int endPosition
The ending position of the deleted text. Applies to the DELETE_TEXT type of event.


text

java.lang.String text
The text that was inserted into the widget. Applies to the INSERT_TEXT type of event.


insertPosition

int insertPosition
The position at which the next text was inserted. Applies to the INSERT_TEXT type of event.

Class org.gnu.gtk.event.EntryEvent implements Serializable

Serialized Fields

text

java.lang.String text
text is set when the INSERT_AT_CURSOR event is invoked.


deleteType

DeleteType deleteType
deleteType is set when the DELETE_FROM_CURSOR event is invoked.


count

int count
count is set when the DELETE_FROM_CURSOR or MOVE_CURSOR events are invoked.


movementStep

MovementStep movementStep
movementStep is set when the MOVE_CURSOR event is invoked.


extendedSelection

boolean extendedSelection
extendedSelection is set when the MOVE_CURSOR event is invoked.

Class org.gnu.gtk.event.FocusEvent implements Serializable

Class org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

type

GtkEventType type
The type of event


source

java.lang.Object source
The object on which the event initially occurred.

Class org.gnu.gtk.event.KeyEvent implements Serializable

Serialized Fields

modifierKey

ModifierType modifierKey
Represents the state of the modifier keys (e.g. Control, Shift, and Alt) and the pointer buttons.


keyval

int keyval
The key that was pressed or released. This value can be compared against the values contained in org.gnu.gdk.KeySymbols.


length

int length
The length of the string


string

java.lang.String string
A null-terminated multi-byte string containing the composed characters resulting from the key press.

Class org.gnu.gtk.event.LifeCycleEvent implements Serializable

Class org.gnu.gtk.event.MenuItemEvent implements Serializable

Class org.gnu.gtk.event.MouseEvent implements Serializable

Serialized Fields

buttonPressed

int buttonPressed
Identifies what button was pressed for the BUTTON_PRESS or BUTTON_RELEASE events.


x

double x
Provides the X coordinate for the BUTTON_PRESS and BUTTON_RELEASE events.


y

double y
Provides the Y coordinate for the BUTTON_PRESS and BUTTON_RELEASE events.


direction

ScrollDirection direction
Indicates which way the mouse wheel scrolled for a WHEEL_SCROLL event.

Class org.gnu.gtk.event.NotebookEvent implements Serializable

Serialized Fields

pageNumber

int pageNumber

Class org.gnu.gtk.event.OptionMenuEvent implements Serializable

Class org.gnu.gtk.event.RangeEvent implements Serializable

Class org.gnu.gtk.event.ScaleEvent implements Serializable

Class org.gnu.gtk.event.SpinEvent implements Serializable

Class org.gnu.gtk.event.TextBufferEvent implements Serializable

Class org.gnu.gtk.event.TextViewEvent implements Serializable

Serialized Fields

menu

Menu menu
This menu item is set when the POPULATE_POPUP event type is triggered.


movementStep

MovementStep movementStep
Initialized when the MOVE_CURSOR event type is triggered


count

int count
Initialized when the MOVE_CURSOR and DELETE_FROM_CURSOR event types are triggered

Class org.gnu.gtk.event.ToggleEvent implements Serializable

Class org.gnu.gtk.event.TreeSelectionEvent implements Serializable

Class org.gnu.gtk.event.TreeViewColumnEvent implements Serializable

Class org.gnu.gtk.event.TreeViewEvent implements Serializable


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net