A C D E F G H I L M O P R S T V W

A

addListener(TerminalListener) - Method in class org.gnu.gnomevte.Terminal
Registers a TerminalListener to handle generic terminal events.
addListener(CommitListener) - Method in class org.gnu.gnomevte.Terminal
Registers a TerminalCommitListener to handle terminal commit events.
addListener(CharacterSizeChangedListener) - Method in class org.gnu.gnomevte.Terminal
Registers a TerminalCharacterSizeChangedListener to handle terminal character size change events.
addListener(MoveWindowListener) - Method in class org.gnu.gnomevte.Terminal
Registers a TerminalMoveWindowListener to handle terminal move window events.
addListener(ResizeWindowListener) - Method in class org.gnu.gnomevte.Terminal
Registers a TerminalResizeWindowListener to handle terminal resize window events.
addListener(TextScrolledListener) - Method in class org.gnu.gnomevte.Terminal
Registers a TerminalTextScrolledListener to handle terminal text scroll events.

C

CHAR_SIZE_CHANGED - Static variable in class org.gnu.gnomevte.event.CharacterSizeChangedEvent.Type
Emitted whenever the selection of a new font causes the values of the character width or character height fields to change.
characterSizeChanged(CharacterSizeChangedEvent) - Method in interface org.gnu.gnomevte.event.CharacterSizeChangedListener
This method is called whenever a Terminal widget fires a character size change event.
CharacterSizeChangedEvent - Class in org.gnu.gnomevte.event
An event representing an action by a Terminal widget.
CharacterSizeChangedEvent(Object, EventType, int, int) - Constructor for class org.gnu.gnomevte.event.CharacterSizeChangedEvent
Constructor for TerminalCharacterSizeChangedEvent.
CharacterSizeChangedEvent.Type - Class in org.gnu.gnomevte.event
Type of a TerminalCharacterSizeChangedEvent.
CharacterSizeChangedListener - Interface in org.gnu.gnomevte.event
Listener for the Terminal widget that deals exclusively with CharacterSizeChangedEvent.
CHILD_EXITED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted when the terminal detects that a child started using Terminal.forkCommand(java.lang.String, java.lang.String[], java.lang.String, boolean, boolean, boolean) has exited.
COMMIT - Static variable in class org.gnu.gnomevte.event.CommitEvent.Type
Emitted whenever the terminal receives input from the user and prepares to send it to the child process.
CommitEvent - Class in org.gnu.gnomevte.event
An event representing a commit action by a Terminal widget.
CommitEvent(Object, EventType, String) - Constructor for class org.gnu.gnomevte.event.CommitEvent
Constructor for TerminalCommitEvent.
CommitEvent.Type - Class in org.gnu.gnomevte.event
Type of a TerminalCommitEvent.
CommitListener - Interface in org.gnu.gnomevte.event
Listener for the Terminal widget that deals exclusively with CommitEvent.
committed(CommitEvent) - Method in interface org.gnu.gnomevte.event.CommitListener
This method is called whenever a Terminal widget fires a commit event.
Config - Interface in org.gnu.gnomevte
 
CONTENTS_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted whenever the visible appearance of the terminal has changed.
copyClipboard() - Method in class org.gnu.gnomevte.Terminal
Copy currently selected text to the clipboard.
copyPrimary() - Method in class org.gnu.gnomevte.Terminal
 
CURSOR_MOVED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted whenever the cursor moves to a new character cell.

D

DECREASE_FONT_SIZE - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted when the user hits the '-' key while holding the Control key.
DEICONIFY_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted at the child application's request.

E

EMULATION_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted when the terminal emulation changes.
ENCODING_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted when the encoding of the terminal changes.
EOF - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted when an End_Of_File is issued to the terminal.

F

feed(String) - Method in class org.gnu.gnomevte.Terminal
Send data to the terminal to display to handle in some way.
feedChild(String) - Method in class org.gnu.gnomevte.Terminal
Send data to the terminal's forked command to handle in some way.
fireTerminalCharacterSizeChangedEvent(CharacterSizeChangedEvent) - Method in class org.gnu.gnomevte.Terminal
This method invokes all the TerminalCharacterSizeChangedListener that are registered with this instance of a Terminal.
fireTerminalCommitEvent(CommitEvent) - Method in class org.gnu.gnomevte.Terminal
This method invokes all the TerminalCommitListeners that are registered with this instance of a Terminal.
fireTerminalEvent(TerminalEvent) - Method in class org.gnu.gnomevte.Terminal
This method invokes all the TerminalListeners that are registered with this instance of a Terminal.
fireTerminalMoveWindowEvent(MoveWindowEvent) - Method in class org.gnu.gnomevte.Terminal
This method invokes all the TerminalMoveWindowListener that are registered with this instance of a Terminal.
fireTerminalResizeWindowEvent(ResizeWindowEvent) - Method in class org.gnu.gnomevte.Terminal
This method invokes all the TerminalResizeWindowListeners that are registered with this instance of a Terminal.
fireTerminalTextScrolledEvent(TextScrolledEvent) - Method in class org.gnu.gnomevte.Terminal
This method invokes all the TerminalTextScrolledListeners that are registered with this instance of a Terminal.
forkCommand(String, String[], String, boolean, boolean, boolean) - Method in class org.gnu.gnomevte.Terminal
Forks the command and show it inside the widget.

G

getAdjustment() - Method in class org.gnu.gnomevte.Terminal
Get the Adjustment which is the "model" object for Terminal.
getAllowBold() - Method in class org.gnu.gnomevte.Terminal
Checks whether or not the terminal will attempt to draw bold text by repainting text with a one-pixel offset.
getCharacterHeight() - Method in class org.gnu.gnomevte.event.CharacterSizeChangedEvent
Gets the new character cell height.
getCharacterWidth() - Method in class org.gnu.gnomevte.event.CharacterSizeChangedEvent
Gets the new character cell width.
getCommittedText() - Method in class org.gnu.gnomevte.event.CommitEvent
Get's the text that is being committed to the Terminal.
getEmulation() - Method in class org.gnu.gnomevte.Terminal
Queries the terminal for its current emulation, as last set by a call to setEmulation().
getEncoding() - Method in class org.gnu.gnomevte.Terminal
Determines the name of the encoding in which the terminal expects data to be encoded.
getFont() - Method in class org.gnu.gnomevte.Terminal
Queries the terminal for information about the fonts which will be used to draw text in the terminal.
getScrollDelta() - Method in class org.gnu.gnomevte.event.TextScrolledEvent
Gets the scroll delta.
getStatusLine() - Method in class org.gnu.gnomevte.Terminal
Some terminal emulations specify a status line which is separate from the main display area, and define a means for applications to move the cursor to the status line and back.
getWindowHeight() - Method in class org.gnu.gnomevte.event.ResizeWindowEvent
Gets the new desired window height.
getWindowWidth() - Method in class org.gnu.gnomevte.event.ResizeWindowEvent
Gets the new desired window width.
getXCoordinate() - Method in class org.gnu.gnomevte.event.MoveWindowEvent
Gets the X coordinate.
getYCoordinate() - Method in class org.gnu.gnomevte.event.MoveWindowEvent
Gets the Y coordinate.

H

hasSelection() - Method in class org.gnu.gnomevte.Terminal
Checks if the terminal currently contains selected text.

I

ICON_TITLE_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted when the terminal's icon_title field is modified.
ICONIFY_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted at the child application's request.
INCREASE_FONT_SIZE - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted when the user hits the '+' key while holding the Control key.
isBellAudible() - Method in class org.gnu.gnomevte.Terminal
Get the terminal's audible bell state.
isBellVisible() - Method in class org.gnu.gnomevte.Terminal
Get the terminal's audible bell state.
isOfType(CharacterSizeChangedEvent.Type) - Method in class org.gnu.gnomevte.event.CharacterSizeChangedEvent
This method compares the type of the current event to the one provided as an argument.
isOfType(CommitEvent.Type) - Method in class org.gnu.gnomevte.event.CommitEvent
This method compares the type of the current event to the one provided as an argument.
isOfType(MoveWindowEvent.Type) - Method in class org.gnu.gnomevte.event.MoveWindowEvent
This method compares the type of the current event to the one provided as an argument.
isOfType(ResizeWindowEvent.Type) - Method in class org.gnu.gnomevte.event.ResizeWindowEvent
This method compares the type of the current event to the one provided as an argument.
isOfType(TerminalEvent.Type) - Method in class org.gnu.gnomevte.event.TerminalEvent
This method compares the type of the current event to the one provided as an argument.
isOfType(TextScrolledEvent.Type) - Method in class org.gnu.gnomevte.event.TextScrolledEvent
This method compares the type of the current event to the one provided as an argument.

L

LOWER_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted at the child application's request.

M

MAXIMIZE_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted at the child application's request.
MOVE_WINDOW - Static variable in class org.gnu.gnomevte.event.MoveWindowEvent.Type
Emitted at the child application's request.
MoveWindowEvent - Class in org.gnu.gnomevte.event
An event representing a move window action by a Terminal widget.
MoveWindowEvent(Object, EventType, int, int) - Constructor for class org.gnu.gnomevte.event.MoveWindowEvent
Constructor for TerminalMoveWindowEvent.
MoveWindowEvent.Type - Class in org.gnu.gnomevte.event
Type of a TerminalMoveWindowEvent.
MoveWindowListener - Interface in org.gnu.gnomevte.event
Listener for the Terminal widget that deals exclusively with MoveWindowEvent.

O

org.gnu.gnomevte - package org.gnu.gnomevte
 
org.gnu.gnomevte.event - package org.gnu.gnomevte.event
 

P

pasteClipboard() - Method in class org.gnu.gnomevte.Terminal
Paste clipboard text from the clipboard to the terminal.
pastePrimary() - Method in class org.gnu.gnomevte.Terminal
 

R

RAISE_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted at the child application's request.
REFRESH_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted at the child application's request.
removeListener(TerminalListener) - Method in class org.gnu.gnomevte.Terminal
Removes the given TerminalListener.
removeListener(CommitListener) - Method in class org.gnu.gnomevte.Terminal
Removes the given TerminalCommitListener.
removeListener(CharacterSizeChangedListener) - Method in class org.gnu.gnomevte.Terminal
Removes the given TerminalCharacterSizeChangedListener.
removeListener(MoveWindowListener) - Method in class org.gnu.gnomevte.Terminal
Removes the given TerminalMoveWindowListener.
removeListener(ResizeWindowListener) - Method in class org.gnu.gnomevte.Terminal
Removes the given TerminalResizeWindowListener.
removeListener(TextScrolledListener) - Method in class org.gnu.gnomevte.Terminal
Removes the given TerminalTextScrolledListener.
reset(boolean, boolean) - Method in class org.gnu.gnomevte.Terminal
Resets as much of the terminal's internal state as possible, discarding any unprocessed input data, resetting character attributes, cursor state, national character set state, status line, terminal modes (insert/delete), selection state, and encoding.
RESIZE_WINDOW - Static variable in class org.gnu.gnomevte.event.ResizeWindowEvent.Type
Emitted at the child application's request.
ResizeWindowEvent - Class in org.gnu.gnomevte.event
An event representing an action by a Terminal widget.
ResizeWindowEvent(Object, EventType, int, int) - Constructor for class org.gnu.gnomevte.event.ResizeWindowEvent
Constructor for TerminalResizeWindowEvent.
ResizeWindowEvent.Type - Class in org.gnu.gnomevte.event
Type of a TerminalResizeWindowEvent.
ResizeWindowListener - Interface in org.gnu.gnomevte.event
Listener for the Terminal widget that deals exclusively with ResizeWindowEvent.
RESTORE_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted at the child application's request.

S

SELECTION_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted whenever the contents of terminal's selection changes.
setAllowBold(boolean) - Method in class org.gnu.gnomevte.Terminal
Controls whether or not the terminal will attempt to draw bold text by repainting text with a different offset.
setAudibleBell(boolean) - Method in class org.gnu.gnomevte.Terminal
Set the terminal's audible bell.
setBackgroudColor(Color) - Method in class org.gnu.gnomevte.Terminal
 
setBackgroudImage(String) - Method in class org.gnu.gnomevte.Terminal
 
setBackgroundColor(Color) - Method in class org.gnu.gnomevte.Terminal
Sets the background color for text which does not have a specific background color assigned.
setBackgroundImage(String) - Method in class org.gnu.gnomevte.Terminal
Set the file as the background image of the terminal.
setBackgroundImage(Pixbuf) - Method in class org.gnu.gnomevte.Terminal
Sets the background image for the widget.
setBackgroundSaturation(int) - Method in class org.gnu.gnomevte.Terminal
Sets the terminal's background saturation level.
setBackgroundTransparent(boolean) - Method in class org.gnu.gnomevte.Terminal
Sets the terminal backgroud transparent or not.
setColorBold(Color) - Method in class org.gnu.gnomevte.Terminal
Sets the color used to draw bold text in the default foreground color.
setColorDim(Color) - Method in class org.gnu.gnomevte.Terminal
Sets the color used to draw dim text in the default foreground color.
setColors(Color, Color, Color, int) - Method in class org.gnu.gnomevte.Terminal
The terminal widget uses a 28-color model comprised of the default foreground and background colors, the bold foreground color, the dim foreground color, an eight color palette, and bold versions of the eight color palette, and a dim version of the the eight color palette.
setCursorBlinks(boolean) - Method in class org.gnu.gnomevte.Terminal
Set whether or not the cursor blinks.
setDefaultColors() - Method in class org.gnu.gnomevte.Terminal
Restores the default colors.
setEmulation(String) - Method in class org.gnu.gnomevte.Terminal
Sets what type of terminal the widget attempts to emulate by scanning for control sequences defined in the system's termcap file.
setEncoding(String) - Method in class org.gnu.gnomevte.Terminal
Changes the encoding the terminal will expect data from the child to be encoded with.
setFont(FontDescription) - Method in class org.gnu.gnomevte.Terminal
Sets the font used for rendering all text displayed by the terminal.
setForegroundColor(Color) - Method in class org.gnu.gnomevte.Terminal
Sets the foreground color used to draw normal text
setPty(int) - Method in class org.gnu.gnomevte.Terminal
Associate a pty file descriptor with the terminal
setScrollbackLines(int) - Method in class org.gnu.gnomevte.Terminal
Set the number of scrollback lines.
setScrollOnKeystroke(boolean) - Method in class org.gnu.gnomevte.Terminal
If true, scrolls the widget down when pressing following the keyboard press.
setScrollOnOutput(boolean) - Method in class org.gnu.gnomevte.Terminal
If true, scrolls the widget down following the output.
setSize(int, int) - Method in class org.gnu.gnomevte.Terminal
Set the terminal's size.
setVisibleBell(boolean) - Method in class org.gnu.gnomevte.Terminal
Set the terminal's visible bell state.
STATUS_LINE_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted whenever the contents of the status line are modified or cleared.

T

Terminal - Class in org.gnu.gnomevte
VteTerminal widget bindings implementation.
Terminal(Handle) - Constructor for class org.gnu.gnomevte.Terminal
Used in the bindings development.
Terminal() - Constructor for class org.gnu.gnomevte.Terminal
Creates a new Termina widget.
Terminal(String, String[], String) - Constructor for class org.gnu.gnomevte.Terminal
Creates a new Terminal widget and executes command inside it.
terminalAndShell() - Static method in class org.gnu.gnomevte.Terminal
Creates an new Terminal widget and launches a shell inside it.
TerminalEvent - Class in org.gnu.gnomevte.event
An event representing an action by a Terminal widget.
TerminalEvent(Object, EventType) - Constructor for class org.gnu.gnomevte.event.TerminalEvent
Constructor for TerminalEvent.
terminalEvent(TerminalEvent) - Method in interface org.gnu.gnomevte.event.TerminalListener
This method is called whenever a Terminal widget fires an event.
TerminalEvent.Type - Class in org.gnu.gnomevte.event
Type of a TerminalEvent.
TerminalListener - Interface in org.gnu.gnomevte.event
Listener for the Terminal widget.
TEXT_DELETED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
An internal signal used for communication between the terminal and its accessibility peer.
TEXT_INSERTED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
An internal signal used for communication between the terminal and its accessibility peer.
TEXT_MODIFIED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
An internal signal used for communication between the terminal and its accessibility peer.
TEXT_SCROLLED - Static variable in class org.gnu.gnomevte.event.TextScrolledEvent.Type
An internal signal used for communication between the terminal and its accessibility peer.
textScrolled(TextScrolledEvent) - Method in interface org.gnu.gnomevte.event.TextScrolledListener
This method is called whenever a Terminal widget fires a text scroll event.
TextScrolledEvent - Class in org.gnu.gnomevte.event
An event representing a text scrolled action by a Terminal widget.
TextScrolledEvent(Object, EventType, int) - Constructor for class org.gnu.gnomevte.event.TextScrolledEvent
Constructor for TerminalTextScrolledEvent.
TextScrolledEvent.Type - Class in org.gnu.gnomevte.event
Type of a TerminalEvent.
TextScrolledListener - Interface in org.gnu.gnomevte.event
Listener for the Terminal widget that deals exclusively with TextScrolledEvent.

V

VTE_API_VERSION - Static variable in interface org.gnu.gnomevte.Config
Version of VTE JNI library.

W

WINDOW_TITLE_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Emitted when the terminal's window_title field is modified.
windowMoved(MoveWindowEvent) - Method in interface org.gnu.gnomevte.event.MoveWindowListener
This method is called whenever a Terminal widget fires a move window event.
windowResized(ResizeWindowEvent) - Method in interface org.gnu.gnomevte.event.ResizeWindowListener
This method is called whenever a Terminal widget fires a resize window event.

A C D E F G H I L M O P R S T V W