All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

addListener(JerminalListenerInterface). Method in class com.cometway.jerminal.JerminalSession
This adds a JerminalListener to this JerminalSession
aliasClass(JerminalSession). Constructor for class com.cometway.jerminal.commands.aliasClass
allowBinaryAccess(). Method in class com.cometway.jerminal.JerminalSession
allowFileAccess(). Method in class com.cometway.jerminal.JerminalSession
alt. Variable in class com.cometway.jerminal.EmacsKeyListener

B

back(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method moves the cursor and the input buffer back one character.
backspace(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method tells the JerminalWindow to delete a character backwards.
basename(String). Method in class com.cometway.jerminal.commands.UnixFileCommand
This method returns the basename part of the pathname
beginningOfLine(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method moves the cursor and the input buffer index to the beginning.
bgColor. Variable in class com.cometway.jerminal.JerminalWindow
The background color
buffer. Variable in class com.cometway.jerminal.EmacsKeyListener
This is the input buffer.

C

cachedCommands. Variable in class com.cometway.jerminal.JerminalSession
This is the Hashtable of cached commands.
cd(JerminalSession). Constructor for class com.cometway.jerminal.commands.cd
classAliases. Variable in class com.cometway.jerminal.JerminalSession
This is the Hashtable which tracks the classname aliases set by the aliasClass command
ClassLoader(). Constructor for class com.cometway.jerminal.ClassLoader
clearHistory(JerminalSession). Constructor for class com.cometway.jerminal.commands.clearHistory
commandHistory. Variable in class com.cometway.jerminal.JerminalSession
This is the Vector which contains this sessions command history
commandString. Variable in class com.cometway.jerminal.commands.JerminalCommand
This field stores the command as it should be given to the interpreter.
commaToVector(String). Static method in class com.cometway.jerminal.JerminalSession
complete(). Method in class com.cometway.jerminal.EmacsKeyListener
This method handles command completion and file/path completion.
componentHidden(ComponentEvent). Method in class com.cometway.jerminal.JerminalWindow
ComponentListener methods
componentMoved(ComponentEvent). Method in class com.cometway.jerminal.JerminalWindow
componentResized(ComponentEvent). Method in class com.cometway.jerminal.JerminalWindow
componentShown(ComponentEvent). Method in class com.cometway.jerminal.JerminalWindow
ctrl. Variable in class com.cometway.jerminal.EmacsKeyListener
cursorX. Variable in class com.cometway.jerminal.JerminalWindow
The X index of the cursor (index of the current String element in the array)
cursorY. Variable in class com.cometway.jerminal.JerminalWindow
The Y index of the cursor (index in the array of Strings)

D

defaultKey(KeyEvent). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method simply displays the key inputed to the JerminalWindow.
delete(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method deletes one character at the input buffer index.
deleteWordBack(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method deletes up to the previous whitespace or path separator or beginning of line from the input buffer index backwards.
deleteWordForward(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method deletes up to the next whitespace or path separator or end of line from the input buffer index forward.
dispose(). Method in class com.cometway.jerminal.JerminalWindow
This closes the window and releases used resources (but doesn't necessarily dispose of them).
drawCursor. Variable in class com.cometway.jerminal.JerminalWindow
This flag tells the JerminalWindow whether to draw a cursor
DumbTerminal(). Constructor for class com.cometway.jerminal.DumbTerminal
DumbTerminal(String[]). Constructor for class com.cometway.jerminal.DumbTerminal

E

echo(JerminalSession). Constructor for class com.cometway.jerminal.commands.echo
EmacsKeyListener(JerminalWindow). Constructor for class com.cometway.jerminal.EmacsKeyListener
This constructor assigns the parent to the JerminalWindow parameter.
endOfLine(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method moves the cursor and the input buffer index to the end.
error(String). Method in class com.cometway.jerminal.JerminalWindow
error(String, Exception). Method in class com.cometway.jerminal.commands.JerminalCommand
error(String, Exception). Method in class com.cometway.jerminal.JerminalSession
This prints error messages to System.err as well as the JerminalSession if the 'print_errors' jerminal environment variable exists.
error(String, Exception). Method in class com.cometway.jerminal.JerminalWindow
eval(JerminalSession). Constructor for class com.cometway.jerminal.commands.eval
evaluate(String). Method in class com.cometway.jerminal.JerminalSession
This method evaluates a command string.
evaluate(Vector). Method in class com.cometway.jerminal.commands.aliasClass
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.cd
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.clearHistory
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.echo
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.eval
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.exit
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.getClass
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.getField
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.history
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.instantiate
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.invoke
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.javac
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.javap
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.JerminalCommand
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.loadClass
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.ls
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.main
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.mkdir
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.mkdirs
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.nop
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.rehash
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.rm
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.setenv
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.setField
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.source
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.unaliasClass
This method is called by the JerminalSession when it uses this command.
evaluate(Vector). Method in class com.cometway.jerminal.commands.unsetenv
This method is called by the JerminalSession when it uses this command.
exit(JerminalSession). Constructor for class com.cometway.jerminal.commands.exit
exitOnClose. Variable in class com.cometway.jerminal.JerminalWindow
This flag tells the Jerminal window whether to exit the JerminalSession if a close window event is recieved.

F

fgColor. Variable in class com.cometway.jerminal.JerminalWindow
The foreground color
filename(String). Method in class com.cometway.jerminal.commands.UnixFileCommand
This method returns the filename part of the pathname
fixedFontHeight. Variable in class com.cometway.jerminal.JerminalWindow
The number of pixels high the current font takes up
fixedFontWidth. Variable in class com.cometway.jerminal.JerminalWindow
The number of pixels wide the current font takes up
font. Variable in class com.cometway.jerminal.JerminalWindow
The font in which the text is drawn
forward(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method moves the cursor and the input buffer forward one character.

G

getAliasedClass(String). Method in class com.cometway.jerminal.JerminalSession
This method takes a String alias and unaliases it to the Classname.
getBufferIndex(). Method in class com.cometway.jerminal.EmacsKeyListener
getBufferIndex(). Method in interface com.cometway.jerminal.JerminalKeyListener
This method returns the cursor index of the input buffer.
getClass(JerminalSession). Constructor for class com.cometway.jerminal.commands.getClass
getClassData(Class). Method in class com.cometway.jerminal.ClassLoader
getClassData(String). Method in class com.cometway.jerminal.ClassLoader
getField(JerminalSession). Constructor for class com.cometway.jerminal.commands.getField
getHistoryCommand(String). Method in class com.cometway.jerminal.JerminalSession
This method takes a String pattern and matches it with all the commands in the command history.
getInputBuffer(). Method in class com.cometway.jerminal.EmacsKeyListener
getInputBuffer(). Method in interface com.cometway.jerminal.JerminalKeyListener
This method returns what is currently in the input buffer.
getInputStream(). Method in class com.cometway.jerminal.JerminalSession
getInsert(). Method in class com.cometway.jerminal.EmacsKeyListener
getInsert(). Method in interface com.cometway.jerminal.JerminalKeyListener
This method returns the state of the INSERT flag.
getInterpret(). Method in class com.cometway.jerminal.EmacsKeyListener
getInterpret(). Method in interface com.cometway.jerminal.JerminalKeyListener
This method returns the state of the INTERPRET flag.
getJerminalWindow(). Method in class com.cometway.jerminal.EmacsKeyListener
getJerminalWindow(). Method in interface com.cometway.jerminal.JerminalKeyListener
This method returns the JerminalWindow which this key listener is reading from.
getKillBuffer(). Method in class com.cometway.jerminal.EmacsKeyListener
getKillBuffer(). Method in interface com.cometway.jerminal.JerminalKeyListener
This method returns the copy/paste buffer.
getMaxCharHeight(int). Method in class com.cometway.jerminal.JerminalWindow
This method returns the maximum number of characters that will fit vertically across the current window based on the given font height.
getMaxCharWidth(int). Method in class com.cometway.jerminal.JerminalWindow
This method returns the maximum number of characters that will fit horizontally across the current window based on the given font advance.
getOutputStream(). Method in class com.cometway.jerminal.JerminalSession
getProps(). Method in class com.cometway.jerminal.JerminalSession
This method returns the Props object which holds all the environment variables.

H

height. Variable in class com.cometway.jerminal.JerminalWindow
The height of the window in pixels
help(Vector). Method in class com.cometway.jerminal.commands.JerminalCommand
This method is called by evaluate to check for the help flag.
helpString. Variable in class com.cometway.jerminal.commands.JerminalCommand
This is the help string
history(JerminalSession). Constructor for class com.cometway.jerminal.commands.history
historyIndex. Variable in class com.cometway.jerminal.EmacsKeyListener

I

index. Variable in class com.cometway.jerminal.EmacsKeyListener
This is the cursor index of the input buffer.
init(). Method in class com.cometway.jerminal.JerminalWindow
Init runtime variables
initProps(). Method in class com.cometway.jerminal.JerminalAgent
initProps(). Method in class com.cometway.jerminal.JerminalSession
This initializes the default evironment variables.
initProps(). Method in class com.cometway.jerminal.JerminalWindow
Initialize defaults for Props and set local props dependant variables
insert. Variable in class com.cometway.jerminal.EmacsKeyListener
This flag determines whether input should be inserted at the cursor or overwritten
insertAtCursor(char). Method in class com.cometway.jerminal.JerminalWindow
This method inserts the character into the String array at the cursor.
insertAtCursor(String). Method in class com.cometway.jerminal.JerminalWindow
This method inserts the String into the String array at the cursor.
insertTab(). Method in class com.cometway.jerminal.JerminalWindow
This method inserts a tab in the String array at the cursor.
instantiate(JerminalSession). Constructor for class com.cometway.jerminal.commands.instantiate
interpret. Variable in class com.cometway.jerminal.EmacsKeyListener
This flag determines whether this key listener should interpret the input as Emacs keys
invoke(JerminalSession). Constructor for class com.cometway.jerminal.commands.invoke

J

javac(JerminalSession). Constructor for class com.cometway.jerminal.commands.javac
javap(JerminalSession). Constructor for class com.cometway.jerminal.commands.javap
jerminal. Variable in class com.cometway.jerminal.commands.JerminalCommand
This is the Jerminal which will be using the JerminalCommand
jerminal. Variable in class com.cometway.jerminal.JerminalWindow
The JerminalSession associated with this Window (this can be left null)
JerminalAgent(). Constructor for class com.cometway.jerminal.JerminalAgent
JerminalCommand(JerminalSession). Constructor for class com.cometway.jerminal.commands.JerminalCommand
jerminalIn. Variable in class com.cometway.jerminal.JerminalWindow
The JerminalSession input stream associated with this Window (this can be left null)
jerminalOut. Variable in class com.cometway.jerminal.JerminalWindow
The JerminalSession output stream associated with this Window (this can be left null)
JerminalSession(InputStream, OutputStream, Props, boolean, boolean). Constructor for class com.cometway.jerminal.JerminalSession
This instantiates and initializes a JerminalSession.
JerminalSession(InputStream, OutputStream, Props, boolean, boolean, boolean). Constructor for class com.cometway.jerminal.JerminalSession
This instantiates and initializes a JerminalSession.
JerminalWindow(Props). Constructor for class com.cometway.jerminal.JerminalWindow
Initialize window and local variables.

K

keyBreak(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method displays a '^C' on a line by itself to the JerminalWindow.
keyListener. Variable in class com.cometway.jerminal.JerminalWindow
The key listener that will listen to keyboard input for this window
keyPressed(KeyEvent). Method in class com.cometway.jerminal.EmacsKeyListener
These methods implement the KeyListener interface
keyReleased(KeyEvent). Method in class com.cometway.jerminal.EmacsKeyListener
keyTyped(KeyEvent). Method in class com.cometway.jerminal.EmacsKeyListener
kill(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method deletes all the characters from the input buffer index to the end of the input buffer and stores that String in the killBuffer.
killBuffer. Variable in class com.cometway.jerminal.EmacsKeyListener
This buffer is the copy/paste buffer

L

lineDiff(String, String). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method helps determine how many lines the Strings passed in take up in the JerminalWindow.
listeners. Variable in class com.cometway.jerminal.JerminalSession
This is the Vector of JerminalListenerInterface listening to this session.
loadClass(byte[]). Method in class com.cometway.jerminal.ClassLoader
loadClass(JerminalSession). Constructor for class com.cometway.jerminal.commands.loadClass
loadClass(String, boolean). Method in class com.cometway.jerminal.ClassLoader
loadClass(String, byte[]). Method in class com.cometway.jerminal.ClassLoader
loadClassData(String). Method in class com.cometway.jerminal.ClassLoader
loadClassFile(File). Static method in class com.cometway.jerminal.ClassLoader
ls(JerminalSession). Constructor for class com.cometway.jerminal.commands.ls

M

main(JerminalSession). Constructor for class com.cometway.jerminal.commands.main
main(String[]). Static method in class com.cometway.jerminal.DumbTerminal
main(String[]). Static method in class com.cometway.jerminal.JerminalSession
main(String[]). Static method in class com.cometway.jerminal.JerminalWindow
makeNewLine(). Method in class com.cometway.jerminal.JerminalWindow
This method inserts a new String (new line) at the Y cursor.
mkdir(JerminalSession). Constructor for class com.cometway.jerminal.commands.mkdir
mkdirs(JerminalSession). Constructor for class com.cometway.jerminal.commands.mkdirs
moveCursor(int, int). Method in class com.cometway.jerminal.JerminalWindow
This method moves the cursor to the given coordinates.
moveCursorX(int). Method in class com.cometway.jerminal.JerminalWindow
This method offsets the X cursor xdiff number of characters.
moveCursorY(int). Method in class com.cometway.jerminal.JerminalWindow
This method offsets the Y cursor xdiff number of array elements.

N

newline(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method starts a newline in the JerminalWindow and flushes the input buffer to the JerminalWindow's JerminalSession (thus giving it a command).
next(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method displays the next command in the command history to the JerminalWindow and sets the cursor and the input buffer index to the end.
nop(JerminalSession). Constructor for class com.cometway.jerminal.commands.nop
notifyExecutingCommand(String). Method in class com.cometway.jerminal.DumbTerminal
Not Implemented
notifyExecutingCommand(String). Method in interface com.cometway.jerminal.JerminalListenerInterface
This method is called if the jerminal is executing a JerminalCommand.
notifyFinishedExecutingCommand(String). Method in class com.cometway.jerminal.DumbTerminal
Not Implemented
notifyFinishedExecutingCommand(String). Method in interface com.cometway.jerminal.JerminalListenerInterface
This method is called if the jerminal has finished executing a JerminalCommand.
notifyFinishedRunningBinary(). Method in class com.cometway.jerminal.DumbTerminal
When the JerminalSession is finished executing a binary, the JerminalKeyListener must start interpreting input again.
notifyFinishedRunningBinary(). Method in interface com.cometway.jerminal.JerminalListenerInterface
This method is called when the Jerminal has finished executing a binary.
notifyInvalidCommand(). Method in class com.cometway.jerminal.DumbTerminal
If the JerminalSession has been given an invalid command, the JerminalWindow will visually beep.
notifyInvalidCommand(). Method in interface com.cometway.jerminal.JerminalListenerInterface
This method is called if a command is issued to the Jerminal that was invalid.
notifyJerminalExiting(). Method in class com.cometway.jerminal.DumbTerminal
This notification tells us we should clean house and shut down.
notifyJerminalExiting(). Method in interface com.cometway.jerminal.JerminalListenerInterface
This method is called when the Jerminal is exiting.
notifyRunningBinary(). Method in class com.cometway.jerminal.DumbTerminal
When the JerminalSession is executing a binary, the JerminalKeyListener must stop interpreting input.
notifyRunningBinary(). Method in interface com.cometway.jerminal.JerminalListenerInterface
This method is called if the Jerminal is executing a binary.

O

overwriteAtCursor(char). Method in class com.cometway.jerminal.JerminalWindow
This method replaces the character at the cursor with the character passed in as a parameter.
overwriteAtCursor(String). Method in class com.cometway.jerminal.JerminalWindow
This method replaces the text at the cursor with the String passed in as a parameter.

P

paint(Graphics). Method in class com.cometway.jerminal.JerminalWindow
This method draws the Strings in the String array text[].
parent. Variable in class com.cometway.jerminal.EmacsKeyListener
This keylistener's parent JerminalWindow, keyboard input is read from here
parseArgs(String). Method in class com.cometway.jerminal.JerminalSession
This method is responsible for parsing a String of arguments and making evaluations based on the syntax.
pathSeparator. Variable in class com.cometway.jerminal.commands.UnixFileCommand
local copy of the path separator character
previous(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method displays the previous command in the command history to the JerminalWindow and sets the cursor and the input buffer index to the end.
print(String). Method in class com.cometway.jerminal.commands.JerminalCommand
print(String). Method in class com.cometway.jerminal.JerminalSession
This prints messages to the System.out as well as the JerminalSession if the 'verbose' jerminal environment variable variable exists.
print(String). Method in class com.cometway.jerminal.JerminalWindow
prompt(). Method in class com.cometway.jerminal.JerminalSession
This method prints a prompt and performs the necesary maintenance on the session and the prompt.
props. Variable in class com.cometway.jerminal.JerminalWindow
The runtime properties for the JerminalWindow

R

refresh(boolean). Method in class com.cometway.jerminal.JerminalWindow
This forces the window to repaint itself.
rehash(JerminalSession). Constructor for class com.cometway.jerminal.commands.rehash
removeDir(File, boolean). Method in class com.cometway.jerminal.commands.rm
removeListener(JerminalListenerInterface). Method in class com.cometway.jerminal.JerminalSession
This removes a JerminalListener.
resolve(String). Method in class com.cometway.jerminal.commands.UnixFileCommand
This method resolves paths which use ., .., and ~ symbols.
rm(JerminalSession). Constructor for class com.cometway.jerminal.commands.rm
run(). Method in class com.cometway.jerminal.DumbTerminal
This is the method that sets everything up and reads from the JerminalSession's output stream and writes to the JerminalWindow.
run(). Method in class com.cometway.jerminal.JerminalAgent
run(). Method in class com.cometway.jerminal.JerminalSession
This method is the prompt/read/evaluate cycle of the JerminalSession interpreter.

S

scrollDown(). Method in class com.cometway.jerminal.JerminalWindow
This method causes the window to scroll down, thus viewing Strings of a higher array index.
scrollIndex. Variable in class com.cometway.jerminal.JerminalWindow
When scrolling, this is how far from the end of the array is being drawn
scrolling. Variable in class com.cometway.jerminal.JerminalWindow
This flag is set to true when the JerminalWindow is currently scrolling through previously undrawn String array elements
scrollUp(). Method in class com.cometway.jerminal.JerminalWindow
This method causes the window to scroll up, thus viewing Strings of a lower array index.
setBufferIndex(int). Method in class com.cometway.jerminal.EmacsKeyListener
setBufferIndex(int). Method in interface com.cometway.jerminal.JerminalKeyListener
This method sets the cursor index of the input buffer.
setenv(JerminalSession). Constructor for class com.cometway.jerminal.commands.setenv
setField(JerminalSession). Constructor for class com.cometway.jerminal.commands.setField
setInputBuffer(String). Method in class com.cometway.jerminal.EmacsKeyListener
setInputBuffer(String). Method in interface com.cometway.jerminal.JerminalKeyListener
This method sets the input buffer of the key listener.
setInsert(boolean). Method in class com.cometway.jerminal.EmacsKeyListener
These methods implement the JerminalKeyListener interface
setInsert(boolean). Method in interface com.cometway.jerminal.JerminalKeyListener
This sets the INSERT flag of the key listener.
setInterpret(boolean). Method in class com.cometway.jerminal.EmacsKeyListener
setInterpret(boolean). Method in interface com.cometway.jerminal.JerminalKeyListener
This sets the INTERPRET flag of the key listener.
setJerminalWindow(JerminalWindow). Method in class com.cometway.jerminal.EmacsKeyListener
setJerminalWindow(JerminalWindow). Method in interface com.cometway.jerminal.JerminalKeyListener
This method sets the JerminalWindow which this key listener should be reading keyboard input from.
setKillBuffer(String). Method in class com.cometway.jerminal.EmacsKeyListener
setKillBuffer(String). Method in interface com.cometway.jerminal.JerminalKeyListener
This sets the copy/paste buffer of the key listener.
shift. Variable in class com.cometway.jerminal.EmacsKeyListener
source(JerminalSession). Constructor for class com.cometway.jerminal.commands.source
start(). Method in class com.cometway.jerminal.JerminalAgent
start(). Method in class com.cometway.jerminal.JerminalSession
This starts the JerminalSession on its own Thread of execution.
stopRunning. Variable in class com.cometway.jerminal.JerminalAgent
Setting this value to true will cause the JerminalAgent to stop listening on its ServerSocket.
stopRunning. Variable in class com.cometway.jerminal.JerminalSession
Setting this to true will cause the JerminalSession to stop accepting commands and its thread to stop.

T

tabWidth. Variable in class com.cometway.jerminal.JerminalWindow
This is the width of a tab in characters
text. Variable in class com.cometway.jerminal.JerminalWindow
This is the array that the text in this window is stored in.
tmpHistory. Variable in class com.cometway.jerminal.EmacsKeyListener

U

unaliasClass(JerminalSession). Constructor for class com.cometway.jerminal.commands.unaliasClass
UnauthorizedAccessException(). Constructor for class com.cometway.jerminal.UnauthorizedAccessException
UnauthorizedAccessException(String). Constructor for class com.cometway.jerminal.UnauthorizedAccessException
UnixFileCommand(JerminalSession). Constructor for class com.cometway.jerminal.commands.UnixFileCommand
unsetenv(JerminalSession). Constructor for class com.cometway.jerminal.commands.unsetenv

V

visualBeep(). Method in class com.cometway.jerminal.JerminalWindow
This method causes the window to flash, indicating a 'beep'.

W

width. Variable in class com.cometway.jerminal.JerminalWindow
The width of the window in pixels
windowActivated(WindowEvent). Method in class com.cometway.jerminal.JerminalWindow
WindowListener methods
windowClosed(WindowEvent). Method in class com.cometway.jerminal.JerminalWindow
windowClosing(WindowEvent). Method in class com.cometway.jerminal.JerminalWindow
windowDeactivated(WindowEvent). Method in class com.cometway.jerminal.JerminalWindow
windowDeiconified(WindowEvent). Method in class com.cometway.jerminal.JerminalWindow
windowIconified(WindowEvent). Method in class com.cometway.jerminal.JerminalWindow
windowOpened(WindowEvent). Method in class com.cometway.jerminal.JerminalWindow
wordBack(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method moves the cursor and the input buffer index to the previous whitespace or path separator from the input buffer index backwards.
wordForward(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method moves the cursor and the input buffer index to the next whitespace or path separator from the input buffer index forward.

X

xCharOffset. Variable in class com.cometway.jerminal.JerminalWindow
The number of pixels to buffer the left and right edge of the window
xoffset. Variable in class com.cometway.jerminal.JerminalWindow
The X offset (in pixels) of where the text is to be drawn

Y

yank(). Method in class com.cometway.jerminal.EmacsKeyListener
This helper method inserts the killBuffer at the input buffer index and updates the JerminalWindow.
yCharOffset. Variable in class com.cometway.jerminal.JerminalWindow
The number of pixels to buffer the top and bottom edge of the window
yoffset. Variable in class com.cometway.jerminal.JerminalWindow
The Y offset (in pixels) of where the text is to be drawn