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

C

CHAR_SIZE_CHANGED - Static variable in class org.gnu.gnomevte.event.CharacterSizeChangedEvent.Type
Deprecated. 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
Deprecated. This method is called whenever a Terminal widget fires a character size change event.
CharacterSizeChangedEvent - Class in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
CharacterSizeChangedEvent(Object, EventType, int, int) - Constructor for class org.gnu.gnomevte.event.CharacterSizeChangedEvent
Deprecated. Constructor for TerminalCharacterSizeChangedEvent.
CharacterSizeChangedEvent.Type - Class in org.gnu.gnomevte.event
Deprecated. Type of a TerminalCharacterSizeChangedEvent.
CharacterSizeChangedListener - Interface in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
CHILD_EXITED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. 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
Deprecated. 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
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
CommitEvent(Object, EventType, String) - Constructor for class org.gnu.gnomevte.event.CommitEvent
Deprecated. Constructor for TerminalCommitEvent.
CommitEvent.Type - Class in org.gnu.gnomevte.event
Deprecated. Type of a TerminalCommitEvent.
CommitListener - Interface in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
committed(CommitEvent) - Method in interface org.gnu.gnomevte.event.CommitListener
Deprecated. 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
Deprecated. Emitted whenever the visible appearance of the terminal has changed.
copyClipboard() - Method in class org.gnu.gnomevte.Terminal
Deprecated. Copy currently selected text to the clipboard.
copyPrimary() - Method in class org.gnu.gnomevte.Terminal
Deprecated.  
CURSOR_MOVED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted whenever the cursor moves to a new character cell.

D

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

E

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

F

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

G

getAdjustment() - Method in class org.gnu.gnomevte.Terminal
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
getAllowBold() - Method in class org.gnu.gnomevte.Terminal
Deprecated. 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
Deprecated. Gets the new character cell height.
getCharacterWidth() - Method in class org.gnu.gnomevte.event.CharacterSizeChangedEvent
Deprecated. Gets the new character cell width.
getCommittedText() - Method in class org.gnu.gnomevte.event.CommitEvent
Deprecated. Get's the text that is being committed to the Terminal.
getEmulation() - Method in class org.gnu.gnomevte.Terminal
Deprecated. Queries the terminal for its current emulation, as last set by a call to setEmulation().
getEncoding() - Method in class org.gnu.gnomevte.Terminal
Deprecated. Determines the name of the encoding in which the terminal expects data to be encoded.
getFont() - Method in class org.gnu.gnomevte.Terminal
Deprecated. 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
Deprecated. Gets the scroll delta.
getStatusLine() - Method in class org.gnu.gnomevte.Terminal
Deprecated. 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
Deprecated. Gets the new desired window height.
getWindowWidth() - Method in class org.gnu.gnomevte.event.ResizeWindowEvent
Deprecated. Gets the new desired window width.
getXCoordinate() - Method in class org.gnu.gnomevte.event.MoveWindowEvent
Deprecated. Gets the X coordinate.
getYCoordinate() - Method in class org.gnu.gnomevte.event.MoveWindowEvent
Deprecated. Gets the Y coordinate.

H

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

I

ICON_TITLE_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted when the terminal's icon_title field is modified.
ICONIFY_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted at the child application's request.
INCREASE_FONT_SIZE - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted when the user hits the '+' key while holding the Control key.
isBellAudible() - Method in class org.gnu.gnomevte.Terminal
Deprecated. Get the terminal's audible bell state.
isBellVisible() - Method in class org.gnu.gnomevte.Terminal
Deprecated. Get the terminal's audible bell state.
isOfType(CharacterSizeChangedEvent.Type) - Method in class org.gnu.gnomevte.event.CharacterSizeChangedEvent
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. Emitted at the child application's request.

M

MAXIMIZE_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted at the child application's request.
MOVE_WINDOW - Static variable in class org.gnu.gnomevte.event.MoveWindowEvent.Type
Deprecated. Emitted at the child application's request.
MoveWindowEvent - Class in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
MoveWindowEvent(Object, EventType, int, int) - Constructor for class org.gnu.gnomevte.event.MoveWindowEvent
Deprecated. Constructor for TerminalMoveWindowEvent.
MoveWindowEvent.Type - Class in org.gnu.gnomevte.event
Deprecated. Type of a TerminalMoveWindowEvent.
MoveWindowListener - Interface in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte

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
Deprecated. Paste clipboard text from the clipboard to the terminal.
pastePrimary() - Method in class org.gnu.gnomevte.Terminal
Deprecated.  

R

RAISE_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted at the child application's request.
REFRESH_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted at the child application's request.
removeListener(TerminalListener) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Removes the given TerminalListener.
removeListener(CommitListener) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Removes the given TerminalCommitListener.
removeListener(CharacterSizeChangedListener) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Removes the given TerminalCharacterSizeChangedListener.
removeListener(MoveWindowListener) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Removes the given TerminalMoveWindowListener.
removeListener(ResizeWindowListener) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Removes the given TerminalResizeWindowListener.
removeListener(TextScrolledListener) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Removes the given TerminalTextScrolledListener.
reset(boolean, boolean) - Method in class org.gnu.gnomevte.Terminal
Deprecated. 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
Deprecated. Emitted at the child application's request.
ResizeWindowEvent - Class in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
ResizeWindowEvent(Object, EventType, int, int) - Constructor for class org.gnu.gnomevte.event.ResizeWindowEvent
Deprecated. Constructor for TerminalResizeWindowEvent.
ResizeWindowEvent.Type - Class in org.gnu.gnomevte.event
Deprecated. Type of a TerminalResizeWindowEvent.
ResizeWindowListener - Interface in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
RESTORE_WINDOW - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted at the child application's request.

S

SELECTION_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted whenever the contents of terminal's selection changes.
setAllowBold(boolean) - Method in class org.gnu.gnomevte.Terminal
Deprecated. 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
Deprecated. Set the terminal's audible bell.
setBackgroudColor(Color) - Method in class org.gnu.gnomevte.Terminal
Deprecated.  
setBackgroudImage(String) - Method in class org.gnu.gnomevte.Terminal
Deprecated.  
setBackgroundColor(Color) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Sets the background color for text which does not have a specific background color assigned.
setBackgroundImage(String) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Set the file as the background image of the terminal.
setBackgroundImage(Pixbuf) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Sets the background image for the widget.
setBackgroundSaturation(int) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Sets the terminal's background saturation level.
setBackgroundTransparent(boolean) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Sets the terminal backgroud transparent or not.
setColorBold(Color) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Sets the color used to draw bold text in the default foreground color.
setColorDim(Color) - Method in class org.gnu.gnomevte.Terminal
Deprecated. 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
Deprecated. 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
Deprecated. Set whether or not the cursor blinks.
setDefaultColors() - Method in class org.gnu.gnomevte.Terminal
Deprecated. Restores the default colors.
setEmulation(String) - Method in class org.gnu.gnomevte.Terminal
Deprecated. 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
Deprecated. Changes the encoding the terminal will expect data from the child to be encoded with.
setFont(FontDescription) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Sets the font used for rendering all text displayed by the terminal.
setForegroundColor(Color) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Sets the foreground color used to draw normal text
setPty(int) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Associate a pty file descriptor with the terminal
setScrollbackLines(int) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Set the number of scrollback lines.
setScrollOnKeystroke(boolean) - Method in class org.gnu.gnomevte.Terminal
Deprecated. If true, scrolls the widget down when pressing following the keyboard press.
setScrollOnOutput(boolean) - Method in class org.gnu.gnomevte.Terminal
Deprecated. If true, scrolls the widget down following the output.
setSize(int, int) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Set the terminal's size.
setVisibleBell(boolean) - Method in class org.gnu.gnomevte.Terminal
Deprecated. Set the terminal's visible bell state.
STATUS_LINE_CHANGED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. Emitted whenever the contents of the status line are modified or cleared.

T

Terminal - Class in org.gnu.gnomevte
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may have an equivalent in java-gnome 4.0; have a look for org.gnome.vte.Terminal.
Terminal(Handle) - Constructor for class org.gnu.gnomevte.Terminal
Deprecated. Used in the bindings development.
Terminal() - Constructor for class org.gnu.gnomevte.Terminal
Deprecated. Creates a new Termina widget.
Terminal(String, String[], String) - Constructor for class org.gnu.gnomevte.Terminal
Deprecated. Creates a new Terminal widget and executes command inside it.
terminalAndShell() - Static method in class org.gnu.gnomevte.Terminal
Deprecated. Creates an new Terminal widget and launches a shell inside it.
TerminalEvent - Class in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
TerminalEvent(Object, EventType) - Constructor for class org.gnu.gnomevte.event.TerminalEvent
Deprecated. Constructor for TerminalEvent.
terminalEvent(TerminalEvent) - Method in interface org.gnu.gnomevte.event.TerminalListener
Deprecated. This method is called whenever a Terminal widget fires an event.
TerminalEvent.Type - Class in org.gnu.gnomevte.event
Deprecated. Type of a TerminalEvent.
TerminalListener - Interface in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
TEXT_DELETED - Static variable in class org.gnu.gnomevte.event.TerminalEvent.Type
Deprecated. 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
Deprecated. 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
Deprecated. 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
Deprecated. An internal signal used for communication between the terminal and its accessibility peer.
textScrolled(TextScrolledEvent) - Method in interface org.gnu.gnomevte.event.TextScrolledListener
Deprecated. This method is called whenever a Terminal widget fires a text scroll event.
TextScrolledEvent - Class in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte
TextScrolledEvent(Object, EventType, int) - Constructor for class org.gnu.gnomevte.event.TextScrolledEvent
Deprecated. Constructor for TerminalTextScrolledEvent.
TextScrolledEvent.Type - Class in org.gnu.gnomevte.event
Deprecated. Type of a TerminalEvent.
TextScrolledListener - Interface in org.gnu.gnomevte.event
Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. Signal handling has been completely re-designed in java-gnome 4.0, so there will be no direct correspondant for this class. See individual inner interfaces in classes within org.gnome.vte

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
Deprecated. Emitted when the terminal's window_title field is modified.
windowMoved(MoveWindowEvent) - Method in interface org.gnu.gnomevte.event.MoveWindowListener
Deprecated. This method is called whenever a Terminal widget fires a move window event.
windowResized(ResizeWindowEvent) - Method in interface org.gnu.gnomevte.event.ResizeWindowListener
Deprecated. 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