Serialized Form


Package org.gnu.gnomevte.event

Class org.gnu.gnomevte.event.CharacterSizeChangedEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

characterWidth

int characterWidth
The new character cell width.


characterHeight

int characterHeight
The new character cell height.

Class org.gnu.gnomevte.event.CommitEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

committedText

java.lang.String committedText
The text that is committed (sent) to the Terminal.

Class org.gnu.gnomevte.event.MoveWindowEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

xCoordinate

int xCoordinate
The terminal's desired location, X coordinate.


yCoordinate

int yCoordinate
The terminal's desired location, Y coordinate.

Class org.gnu.gnomevte.event.ResizeWindowEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

windowWidth

int windowWidth
The terminal's desired new window width.


windowHeight

int windowHeight
The terminal's desired new window height.

Class org.gnu.gnomevte.event.TerminalEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Class org.gnu.gnomevte.event.TextScrolledEvent extends org.gnu.gtk.event.GtkEvent implements Serializable

Serialized Fields

scrollDelta

int scrollDelta
The scroll delta.