A B C D E F G H I K L M O P R S T U W Z

A

Attribute - interface ti.swing.console.Attribute.
An attribute is a factory for regions that apply the particular attribute.
addRegion(Region) - Method in class ti.swing.console.InputAdapter
Add a region mapped over a section of character stream.
addRegion(Region) - Method in interface ti.swing.console.InputHandler
Add a region mapped over a section of character stream.
append(char[], int, int) - Method in class ti.swing.console.ColorInputHandler
Append characters to the end of the character stream.
append(char[], int, int) - Method in class ti.swing.console.InputAdapter
Append characters to the end of the character stream.
append(char[], int, int) - Method in interface ti.swing.console.InputHandler
Append characters to the end of the character stream.
append(char[], int, int) - Method in class ti.swing.console.LogInputHandler
Append characters to the end of the character stream.

B

BLUE - Static variable in class ti.swing.console.BgColorAttribute
 
BLUE - Static variable in class ti.swing.console.FgColorAttribute
 
BgColorAttribute - class ti.swing.console.BgColorAttribute.
An attribute to modify the background color.
BgColorAttribute(Color) - Constructor for class ti.swing.console.BgColorAttribute
Class Constructor.
bgColor(Color, String) - Static method in class ti.swing.console.ColorInputHandler
Create a string with a background color attribute applied.

C

CR - Static variable in class ti.swing.console.Console
 
ColorInputHandler - class ti.swing.console.ColorInputHandler.
An input handler which provides support for color, by use of escaped sequences of characters.
ColorInputHandler(Console) - Constructor for class ti.swing.console.ColorInputHandler
Class Constructor.
Console - class ti.swing.console.Console.
The console is a swing component used to display a character stream.
Console(int, int) - Constructor for class ti.swing.console.Console
Create a new console with the specified number of rows and cols.
ConsoleGraphics - class ti.swing.console.ConsoleGraphics.
Sorta like java.awt.Graphics, except that it is tailored to drawing text.
ConsoleGraphics(Graphics) - Constructor for class ti.swing.console.ConsoleGraphics
Class Constructor.
ConsoleKeyListener - class ti.swing.console.ConsoleKeyListener.
Handle keyboard input, and provide a reader interface....
ConsoleKeyListener(Console) - Constructor for class ti.swing.console.ConsoleKeyListener
Class Constructor.
ConsoleTabCompleter - interface ti.swing.console.ConsoleTabCompleter.
To add tab completion, the ConsoleKeyListener uses an instance of this class to implement tab completion.
ConsoleTextArea - class ti.swing.ConsoleTextArea.
ConsoleTextArea is like a regular text area, except that you can getReader()/getWriter() to get a Reader/Writer that can be used for input/output with a non-GUI program.
ConsoleTextArea() - Constructor for class ti.swing.ConsoleTextArea
Class Constructor
ConsoleTextArea(int, int) - Constructor for class ti.swing.ConsoleTextArea
Class Constructor.
ConsoleTextArea(int, int, boolean) - Constructor for class ti.swing.ConsoleTextArea
Class Constructor.
clearRect(int, int, int, int) - Method in class ti.swing.console.ConsoleGraphics
 
close() - Method in class ti.swing.console.ColorInputHandler
 
close() - Method in class ti.swing.console.InputAdapter
Close method for doing any cleanup.
close() - Method in interface ti.swing.console.InputHandler
Close method to do any cleanup.
close() - Method in class ti.swing.console.LogInputHandler
 
complete(String) - Method in interface ti.swing.console.ConsoleTabCompleter
Called to find the string that will complete the current buffer.
copy() - Method in class ti.swing.ConsoleTextArea
Copy the selected text into the system-wide clipboard.
copy(Clipboard) - Method in class ti.swing.ConsoleTextArea
Copy the selected text into the provided clipboard.
createDefaultDocument() - Method in class oscript.swing.text.ODEEditorKit
Create a uninitialized document.

D

dispose() - Method in class ti.swing.ConsoleTextArea
This should called when getting rid of this text-area...
dispose() - Method in class ti.swing.console.ConsoleKeyListener
This should called when getting rid of this text-area...
doLayout() - Method in class ti.swing.console.Console
After the console is resized, this is called to layout all the sub-components (ie.
drawString(String, int, int) - Method in class ti.swing.console.ConsoleGraphics
upper-left corner to draw is at x,y, rather than the baseline...

E

enter(ConsoleGraphics) - Method in class ti.swing.console.Region
Modify the state of the graphics, for example to modify the state of the graphics if this region applies some attribute.

F

FgColorAttribute - class ti.swing.console.FgColorAttribute.
An attribute to modify the foreground (ie text) color.
FgColorAttribute(Color) - Constructor for class ti.swing.console.FgColorAttribute
Class Constructor.
fgColor(Color, String) - Static method in class ti.swing.console.ColorInputHandler
Create a string with a foreground color attribute applied.
fireUndoableEditUpdate(UndoableEditEvent) - Method in class oscript.swing.text.ODEEditorKit.ODEDocument
 

G

GREEN - Static variable in class ti.swing.console.BgColorAttribute
 
GREEN - Static variable in class ti.swing.console.FgColorAttribute
 
getBackgroundColor() - Method in class ti.swing.console.ConsoleGraphics
 
getBufferLock() - Method in class ti.swing.console.InputAdapter
Get an object on which to synchronize access to a region iterator.
getBufferLock() - Method in interface ti.swing.console.InputHandler
Get an object on which to synchronize access to a buffer.
getColor() - Method in class ti.swing.console.ConsoleGraphics
 
getData(int, int) - Method in class ti.swing.console.InputAdapter
Get the data within the specified region.
getData(int, int) - Method in interface ti.swing.console.InputHandler
Get the data within the specified region.
getDocumentReader() - Method in class oscript.swing.text.ODEEditorKit.ODEDocument
Get a reader that returns the contents of this document
getEnd() - Method in class ti.swing.console.Region
Get the offset of the end of this region, exclusive.
getFont() - Method in class ti.swing.console.ConsoleGraphics
 
getHistory() - Method in class ti.swing.ConsoleTextArea
Get the history.
getHistory() - Method in class ti.swing.console.ConsoleKeyListener
Get the history.
getInputHandler() - Method in class ti.swing.console.Console
Get the input handler for this console.
getLastMutateTime() - Method in class oscript.swing.text.ODEEditorKit.ODEDocument
 
getLength() - Method in class ti.swing.console.Region
Get the length of this region.
getMinimumSize() - Method in class ti.swing.console.Console
Returns the minimum size Dimension of the Console.
getOffset() - Method in class ti.swing.console.InputAdapter
Get the current offset of the last character in the character stream.
getOffset() - Method in interface ti.swing.console.InputHandler
Get the current offset of the last character in the character stream.
getPreferredSize() - Method in class ti.swing.console.Console
Returns the preferred size Dimension of the Console.
getReader() - Method in class ti.swing.ConsoleTextArea
Get the Reader for this console.
getReader() - Method in class ti.swing.console.ConsoleKeyListener
Get the Reader for the console.
getRegion(int, int) - Method in interface ti.swing.console.Attribute
Get a region to apply this region.
getRegion(int, int) - Method in class ti.swing.console.BgColorAttribute
Get a region to apply this region.
getRegion(int, int) - Method in class ti.swing.console.FgColorAttribute
Get a region to apply this region.
getRegion(int, int) - Method in class ti.swing.console.InverseAttribute
Get a region to apply this region.
getRegions(int, int) - Method in class ti.swing.console.InputAdapter
Get an iterator of the regions containing the specified range.
getRegions(int, int) - Method in interface ti.swing.console.InputHandler
Get an iterator of the regions containing the specified range.
getStart() - Method in class ti.swing.console.Region
Get the offset of the start of this region, inclusive.
getToken(int) - Method in class oscript.swing.text.ODEEditorKit
Given an offset into the document, find the corresponding token.
getViewFactory() - Method in class oscript.swing.text.ODEEditorKit
Get a factory for producing Views for rendering ODEEditorKit.ODEDocuments created by this editor-kit.
getWriter() - Method in class ti.swing.ConsoleTextArea
Get the Writer for this console.

H

hyperlink(Runnable, String) - Static method in class ti.swing.console.ColorInputHandler
Create a string with a hyperlink.
hyperlink(Color, Runnable, String) - Static method in class ti.swing.console.ColorInputHandler
Create a string with a hyperlink.

I

INVERSE - Static variable in class ti.swing.console.InverseAttribute
 
InputAdapter - class ti.swing.console.InputAdapter.
An InputHandler adapter, provides default methods that just fwd the request to the parent.
InputAdapter(InputHandler) - Constructor for class ti.swing.console.InputAdapter
Class Constructor.
InputHandler - interface ti.swing.console.InputHandler.
The way data gets input to the Console is via an input handler.
InverseAttribute - class ti.swing.console.InverseAttribute.
An attribute to flip the bg and fg color.
InverseAttribute() - Constructor for class ti.swing.console.InverseAttribute
 
insertChar(char) - Method in class ti.swing.console.ConsoleKeyListener
Append char to current active buffer.
insertString(int, String, AttributeSet) - Method in class oscript.swing.text.ODEEditorKit.ODEDocument
 
isManagingFocus() - Method in class ti.swing.ConsoleTextArea
Overload so that non-read-only consoles don't let TAB change focus.

K

keyPressed(KeyEvent) - Method in class ti.swing.console.ConsoleKeyListener
Keep track of modifiers.
keyReleased(KeyEvent) - Method in class ti.swing.console.ConsoleKeyListener
Certain keys don't generate keyTyped events, so we have to do this.
keyTyped(KeyEvent) - Method in class ti.swing.console.ConsoleKeyListener
Invoked when a key is typed.

L

LF - Static variable in class ti.swing.console.Console
 
LogInputHandler - class ti.swing.console.LogInputHandler.
The LogInputHandler class logs everything written to a console to an output stream.
LogInputHandler(Console, Writer) - Constructor for class ti.swing.console.LogInputHandler
Class constructor.
LogInputHandler(Console, OutputStream) - Constructor for class ti.swing.console.LogInputHandler
Class constructor.
leave(ConsoleGraphics) - Method in class ti.swing.console.Region
Modify the state of the graphics, for example to restore the original graphics state if this region applies some attribute.
lock() - Method in class ti.swing.console.InputAdapter
Lock the console from repaints.
lock() - Method in interface ti.swing.console.InputHandler
Lock the console from repaints.

M

main(String[]) - Static method in class ti.swing.console.Test
 

O

ODEEditorKit - class oscript.swing.text.ODEEditorKit.
An editor-kit for an ODE src code editor.
ODEEditorKit() - Constructor for class oscript.swing.text.ODEEditorKit
Class Constructor.
ODEEditorKit.ODEDocument - class oscript.swing.text.ODEEditorKit.ODEDocument.
 
ODEEditorKit.ODEDocument() - Constructor for class oscript.swing.text.ODEEditorKit.ODEDocument
 
ODEUtils - class oscript.swing.text.ODEUtils.
Various utilities used by parts of the editor, but re-written in java for better performance.
ODEUtils() - Constructor for class oscript.swing.text.ODEUtils
 
offsetToNodeToken(int) - Method in class oscript.swing.text.ODEEditorKit
 
oscript.swing.text - package oscript.swing.text
 

P

paintComponent(Graphics) - Method in class ti.swing.ConsoleTextArea
Paint this component.
paintComponent(Graphics) - Method in class ti.swing.console.Console
Paint this component.
paintCursor(Graphics) - Method in class ti.swing.console.ConsoleKeyListener
Draw the cursor over the graphics.
paste() - Method in class ti.swing.ConsoleTextArea
Paste the text from the system-wide clipboard into the text area at the specified position.
paste(Clipboard) - Method in class ti.swing.ConsoleTextArea
Paste the text from the specified clipboard into the text area at the specified position.
paste(String) - Method in class ti.swing.ConsoleTextArea
Paste the text into the text area.
performUndoableSequence(Runnable) - Method in class oscript.swing.text.ODEEditorKit.ODEDocument
All document updates performed by the runnable result in a single undo event.
processMouseEvent(MouseEvent) - Method in class ti.swing.console.Console
We need to intercept the mouse click, and request focus...

R

RED - Static variable in class ti.swing.console.BgColorAttribute
 
RED - Static variable in class ti.swing.console.FgColorAttribute
 
Region - class ti.swing.console.Region.
A region gets mapped over a section of a character stream.
Region(int, int) - Constructor for class ti.swing.console.Region
Region class constructor.
remove(int, int) - Method in class oscript.swing.text.ODEEditorKit.ODEDocument
 
removeRegion(Region) - Method in class ti.swing.console.InputAdapter
Remove a region.
removeRegion(Region) - Method in interface ti.swing.console.InputHandler
Remove a region.
renderLineNumbers(Graphics, int, int, int) - Static method in class oscript.swing.text.ODEUtils
 

S

scrollTo(Point) - Method in class ti.swing.ConsoleTextArea
Scroll to a specified text coordinate.
search(String, int, int, int, Document, int) - Static method in class oscript.swing.text.ODEUtils
 
search(String, int, int, int, String, int) - Static method in class oscript.swing.text.ODEUtils
 
search(String[], int, int, int, Document, int) - Static method in class oscript.swing.text.ODEUtils
 
search(String[], int, int, int, String, int) - Static method in class oscript.swing.text.ODEUtils
 
selectAll() - Method in class ti.swing.ConsoleTextArea
Select the entire buffer.
setAttributeSetTable(SymbolMap) - Method in class oscript.swing.text.ODEEditorKit
Set the attribute set table.
setBackgroundColor(Color) - Method in class ti.swing.console.ConsoleGraphics
 
setColor(Color) - Method in class ti.swing.console.ConsoleGraphics
 
setDefaultFgColor(Color) - Static method in class oscript.swing.text.ODEEditorKit
 
setFont(Font) - Method in class ti.swing.console.Console
Sets the current font.
setFont(Font) - Method in class ti.swing.console.ConsoleGraphics
 
setHistory(Object) - Method in class ti.swing.ConsoleTextArea
Set the history.
setHistory(Object) - Method in class ti.swing.console.ConsoleKeyListener
Set the history.
setInputHandler(InputHandler) - Method in class ti.swing.console.Console
Set the input handler.
setNodeTokens(Vector) - Method in class oscript.swing.text.ODEEditorKit
Called from script code after parsing is completed.
setTabCompleter(ConsoleTabCompleter) - Method in class ti.swing.ConsoleTextArea
Set the ConsoleTabCompleter
setTabCompleter(ConsoleTabCompleter) - Method in class ti.swing.console.ConsoleKeyListener
Set the ConsoleTabCompleter

T

Test - class ti.swing.console.Test.
For testing the console.
Test() - Constructor for class ti.swing.console.Test
 
ti.swing - package ti.swing
 
ti.swing.console - package ti.swing.console
 
toOffset(Point) - Method in class ti.swing.console.Console
Convert the specified point to offset.
toPoint(int) - Method in class ti.swing.console.Console
Convert the specified offset to a point.
toggleInverse() - Method in class ti.swing.console.ConsoleGraphics
 

U

unlock() - Method in class ti.swing.console.InputAdapter
Unlock the console, rerendering if needed.
unlock() - Method in interface ti.swing.console.InputHandler
Unlock the console, rerendering if needed.

W

waitForRedraw() - Method in class ti.swing.console.Console
Block until the console is repainted.

Z

zap(int) - Method in class ti.swing.console.InputAdapter
Delete characters from end of character stream.
zap(int) - Method in interface ti.swing.console.InputHandler
Delete characters from end of character stream.
zap(int) - Method in class ti.swing.console.LogInputHandler
Delete characters from end of character stream.

A B C D E F G H I K L M O P R S T U W Z