org.gnu.gnomevte.event
public static class TerminalEvent.Type extends EventType
Field Summary | |
---|---|
static TerminalEvent.Type | CHILD_EXITED
Emitted when the terminal detects that a child started using
{@link org.gnu.gnomevte.Terminal#forkCommand} has exited. |
static TerminalEvent.Type | CONTENTS_CHANGED
Emitted whenever the visible appearance of the terminal has changed. |
static TerminalEvent.Type | CURSOR_MOVED
Emitted whenever the cursor moves to a new character cell. |
static TerminalEvent.Type | DECREASE_FONT_SIZE
Emitted when the user hits the '-' key while holding the Control key. |
static TerminalEvent.Type | DEICONIFY_WINDOW
Emitted at the child application's request. |
static TerminalEvent.Type | EMULATION_CHANGED
Emitted when the terminal emulation changes. |
static TerminalEvent.Type | ENCODING_CHANGED
Emitted when the encoding of the terminal changes. |
static TerminalEvent.Type | EOF
Emitted when an End_Of_File is issued to the terminal. |
static TerminalEvent.Type | ICONIFY_WINDOW
Emitted at the child application's request. |
static TerminalEvent.Type | ICON_TITLE_CHANGED
Emitted when the terminal's icon_title field is modified. |
static TerminalEvent.Type | INCREASE_FONT_SIZE
Emitted when the user hits the '+' key while holding the Control key. |
static TerminalEvent.Type | LOWER_WINDOW
Emitted at the child application's request. |
static TerminalEvent.Type | MAXIMIZE_WINDOW
Emitted at the child application's request. |
static TerminalEvent.Type | RAISE_WINDOW
Emitted at the child application's request. |
static TerminalEvent.Type | REFRESH_WINDOW
Emitted at the child application's request. |
static TerminalEvent.Type | RESTORE_WINDOW
Emitted at the child application's request. |
static TerminalEvent.Type | SELECTION_CHANGED
Emitted whenever the contents of terminal's selection changes. |
static TerminalEvent.Type | STATUS_LINE_CHANGED
Emitted whenever the contents of the status line are modified or cleared. |
static TerminalEvent.Type | TEXT_DELETED
An internal signal used for communication between the terminal and its accessibility peer.
|
static TerminalEvent.Type | TEXT_INSERTED
An internal signal used for communication between the terminal and its accessibility peer.
|
static TerminalEvent.Type | TEXT_MODIFIED
An internal signal used for communication between the terminal and its accessibility peer.
|
static TerminalEvent.Type | WINDOW_TITLE_CHANGED
Emitted when the terminal's window_title field is modified. |