org.gnu.gnomevte.event

Class TerminalEvent.Type

public static class TerminalEvent.Type extends EventType

Type of a TerminalEvent.
Field Summary
static TerminalEvent.TypeCHILD_EXITED
Emitted when the terminal detects that a child started using Terminal has exited.
static TerminalEvent.TypeCONTENTS_CHANGED
Emitted whenever the visible appearance of the terminal has changed.
static TerminalEvent.TypeCURSOR_MOVED
Emitted whenever the cursor moves to a new character cell.
static TerminalEvent.TypeDECREASE_FONT_SIZE
Emitted when the user hits the '-' key while holding the Control key.
static TerminalEvent.TypeDEICONIFY_WINDOW
Emitted at the child application's request.
static TerminalEvent.TypeEMULATION_CHANGED
Emitted when the terminal emulation changes.
static TerminalEvent.TypeENCODING_CHANGED
Emitted when the encoding of the terminal changes.
static TerminalEvent.TypeEOF
Emitted when an End_Of_File is issued to the terminal.
static TerminalEvent.TypeICON_TITLE_CHANGED
Emitted when the terminal's icon_title field is modified.
static TerminalEvent.TypeICONIFY_WINDOW
Emitted at the child application's request.
static TerminalEvent.TypeINCREASE_FONT_SIZE
Emitted when the user hits the '+' key while holding the Control key.
static TerminalEvent.TypeLOWER_WINDOW
Emitted at the child application's request.
static TerminalEvent.TypeMAXIMIZE_WINDOW
Emitted at the child application's request.
static TerminalEvent.TypeRAISE_WINDOW
Emitted at the child application's request.
static TerminalEvent.TypeREFRESH_WINDOW
Emitted at the child application's request.
static TerminalEvent.TypeRESTORE_WINDOW
Emitted at the child application's request.
static TerminalEvent.TypeSELECTION_CHANGED
Emitted whenever the contents of terminal's selection changes.
static TerminalEvent.TypeSTATUS_LINE_CHANGED
Emitted whenever the contents of the status line are modified or cleared.
static TerminalEvent.TypeTEXT_DELETED
An internal signal used for communication between the terminal and its accessibility peer.
static TerminalEvent.TypeTEXT_INSERTED
An internal signal used for communication between the terminal and its accessibility peer.
static TerminalEvent.TypeTEXT_MODIFIED
An internal signal used for communication between the terminal and its accessibility peer.
static TerminalEvent.TypeWINDOW_TITLE_CHANGED
Emitted when the terminal's window_title field is modified.

Field Detail

CHILD_EXITED

public static final TerminalEvent.Type CHILD_EXITED
Emitted when the terminal detects that a child started using Terminal has exited.

CONTENTS_CHANGED

public static final TerminalEvent.Type CONTENTS_CHANGED
Emitted whenever the visible appearance of the terminal has changed.

CURSOR_MOVED

public static final TerminalEvent.Type CURSOR_MOVED
Emitted whenever the cursor moves to a new character cell.

DECREASE_FONT_SIZE

public static final TerminalEvent.Type DECREASE_FONT_SIZE
Emitted when the user hits the '-' key while holding the Control key.

DEICONIFY_WINDOW

public static final TerminalEvent.Type DEICONIFY_WINDOW
Emitted at the child application's request.

EMULATION_CHANGED

public static final TerminalEvent.Type EMULATION_CHANGED
Emitted when the terminal emulation changes.

ENCODING_CHANGED

public static final TerminalEvent.Type ENCODING_CHANGED
Emitted when the encoding of the terminal changes.

EOF

public static final TerminalEvent.Type EOF
Emitted when an End_Of_File is issued to the terminal.

ICON_TITLE_CHANGED

public static final TerminalEvent.Type ICON_TITLE_CHANGED
Emitted when the terminal's icon_title field is modified.

ICONIFY_WINDOW

public static final TerminalEvent.Type ICONIFY_WINDOW
Emitted at the child application's request.

INCREASE_FONT_SIZE

public static final TerminalEvent.Type INCREASE_FONT_SIZE
Emitted when the user hits the '+' key while holding the Control key.

LOWER_WINDOW

public static final TerminalEvent.Type LOWER_WINDOW
Emitted at the child application's request.

MAXIMIZE_WINDOW

public static final TerminalEvent.Type MAXIMIZE_WINDOW
Emitted at the child application's request.

RAISE_WINDOW

public static final TerminalEvent.Type RAISE_WINDOW
Emitted at the child application's request.

REFRESH_WINDOW

public static final TerminalEvent.Type REFRESH_WINDOW
Emitted at the child application's request.

RESTORE_WINDOW

public static final TerminalEvent.Type RESTORE_WINDOW
Emitted at the child application's request.

SELECTION_CHANGED

public static final TerminalEvent.Type SELECTION_CHANGED
Emitted whenever the contents of terminal's selection changes.

STATUS_LINE_CHANGED

public static final TerminalEvent.Type STATUS_LINE_CHANGED
Emitted whenever the contents of the status line are modified or cleared.

TEXT_DELETED

public static final TerminalEvent.Type TEXT_DELETED
An internal signal used for communication between the terminal and its accessibility peer. May not be emitted under certain circumstances.

TEXT_INSERTED

public static final TerminalEvent.Type TEXT_INSERTED
An internal signal used for communication between the terminal and its accessibility peer. May not be emitted under certain circumstances.

TEXT_MODIFIED

public static final TerminalEvent.Type TEXT_MODIFIED
An internal signal used for communication between the terminal and its accessibility peer. May not be emitted under certain circumstances.

WINDOW_TITLE_CHANGED

public static final TerminalEvent.Type WINDOW_TITLE_CHANGED
Emitted when the terminal's window_title field is modified.