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

actionPerformed(ActionEvent). Method in class eh.eh_DebugBoxAction
actionPerformed(ActionEvent). Method in class eh.eh_DebugPrefsAction
actionPerformed(ActionEvent). Method in class eh.eh_ListSystemPropertiesAction
add(int, String). Static method in class eh.eh_Debug
Add InputString to debug output if InputImportanceLevel is high enough.
add(String). Method in class eh.eh_DebugListModel
Add InputString to debug output.
addLayoutComponent(String, Component). Method in class eh.eh_DebugFrame
addLongString(int, String). Static method in class eh.eh_Debug
Output a long string as multiple lines, each of length InputLineLength (or 80, whichever is less).
addLongString(int, String, int). Static method in class eh.eh_Debug
Output a long string as multiple lines, each of length InputLineLength (or 80, whichever is less).
assert(boolean, String). Static method in class eh.eh_Debug
If InputCondition is false, output InputString to debug.

C

checkCapacity(). Method in class eh.eh_DebugListModel
If the debug box has reached its designated capacity, trim it by removing a chunk from the beginning.
closeFile(). Static method in class eh.eh_Debug
Close the debug file.
conformToState(). Method in class eh.eh_DebugBoxAction
Take whatever steps are necessary to bring the Action into line with what the controlling check box wishes (as indicated by the value of StateFlag).
createDebugFrame(). Method in class eh.eh_DebugBoxAction
Create the debug frame - if it does not exist.

D

DebugBoxImportanceLevel. Static variable in class eh.eh_Debug
How important does debug information have to be before it is to be placed in the DebugBox?
DebugBoxMaxChars. Variable in class eh.eh_DebugListModel
The maximum number of characters the debug box will hold.
DebugBoxTrimSize. Variable in class eh.eh_DebugListModel
Once the debug box has reached its maximum size, this number of characters will be trimmed from its start.
DebugBuffer. Variable in class eh.eh_DebugListModel
DebugDocument. Variable in class eh.eh_DebugListModel
Document into which debug information is to be placed for display.
DebugFileImportanceLevel. Static variable in class eh.eh_Debug
How important does debug information have to be before it is to be written to the DebugFile?
DebugFileName. Static variable in class eh.eh_Debug
The name of the debug file.
DebugListModel. Static variable in class eh.eh_Debug
Manager for debug output to the screen.
DebugString. Static variable in class eh.eh_Debug
Working variable into which information to be added to the DebugBox may be placed.
decrementIndentLevel(). Static method in class eh.eh_Debug
DisplayUpdateInterval. Static variable in class eh.eh_Debug
DisplayUpdateInterval. Variable in class eh.eh_DebugThread
Manager for the output of debug information to the screen.
dispose(). Method in class eh.eh_DebugFrame
Destroy this frame.

E

eh_Debug(). Constructor for class eh.eh_Debug
eh_DebugBoxAction(). Constructor for class eh.eh_DebugBoxAction
eh_DebugFrame(). Constructor for class eh.eh_DebugFrame
Default constructor.
eh_DebugFrame(Rectangle). Constructor for class eh.eh_DebugFrame
Constructor, creating a new eh_DebugFrame of a specified size and location.
eh_DebugListModel(). Constructor for class eh.eh_DebugListModel
eh_DebugPrefsAction(JFrame). Constructor for class eh.eh_DebugPrefsAction
eh_DebugPrefsDialog(Frame). Constructor for class eh.eh_DebugPrefsDialog
Constructor.
eh_DebugThread(). Constructor for class eh.eh_DebugThread
Constructor.
eh_ListSystemPropertiesAction(). Constructor for class eh.eh_ListSystemPropertiesAction

G

getDebugBoxImportanceLevel(). Static method in class eh.eh_Debug
getDebugBoxMaxChars(). Static method in class eh.eh_Debug
getDebugBoxMaxChars(). Method in class eh.eh_DebugListModel
getDebugDocument(). Method in class eh.eh_DebugListModel
getDebugFileImportanceLevel(). Static method in class eh.eh_Debug
getDebugFileName(). Static method in class eh.eh_Debug
getDebugFileName(String). Static method in class eh.eh_Debug
getDebugFrame(). Method in class eh.eh_DebugBoxAction
Get the debug frame - or null if it does not exist.
getDebugListModel(). Static method in class eh.eh_Debug
getDebugString(). Static method in class eh.eh_Debug
getDebugString(String). Static method in class eh.eh_Debug
getMessageList(). Method in class eh.eh_DebugFrame

I

incrementIndentLevel(). Static method in class eh.eh_Debug
IndentLevel. Static variable in class eh.eh_Debug
How many times should the UnitIndentString be shown at the beginning of each line?
IndentString. Static variable in class eh.eh_Debug
The string to be shown at the start of each line.
init(). Method in class eh.eh_DebugFrame
Constructor.

L

layoutContainer(Container). Method in class eh.eh_DebugFrame
logDebugString(int). Static method in class eh.eh_Debug
Log eh_Debug.DebugString to the list box and/or the debug file if required.

M

minimumLayoutSize(Container). Method in class eh.eh_DebugFrame

N

NextDisplayTime. Static variable in class eh.eh_Debug
The frequency with which the debug box is to be updated (in milliseconds).

O

openFile(boolean). Static method in class eh.eh_Debug
Open the debug file.

P

preferredLayoutSize(Container). Method in class eh.eh_DebugFrame
printStackTrace(int, Throwable). Static method in class eh.eh_Debug
Output the stack trace of the InputThrowable to debug.

R

refreshScreen(). Method in class eh.eh_DebugListModel
Move the buffered output to the screen.
removeDebugFrame(). Method in class eh.eh_DebugBoxAction
Remove the debug frame - if it exists.
removeLayoutComponent(Component). Method in class eh.eh_DebugFrame
resetFile(). Static method in class eh.eh_Debug
Clear the debug file.
run(). Method in class eh.eh_DebugThread

S

setDebugBoxImportanceLevel(int). Static method in class eh.eh_Debug
setDebugBoxMaxChars(int). Static method in class eh.eh_Debug
setDebugBoxMaxChars(int). Method in class eh.eh_DebugListModel
setDebugFileImportanceLevel(int). Static method in class eh.eh_Debug
setDebugFileName(String). Static method in class eh.eh_Debug
setDebugListModel(eh_DebugListModel). Static method in class eh.eh_Debug
setDebugListModel(eh_DebugListModel). Method in class eh.eh_DebugThread
Set the debug list model.
setDisplayUpdateInterval(int). Method in class eh.eh_DebugThread
Set the time to wait before displaying new output.
setUnitIndentString(String). Static method in class eh.eh_Debug

T

ThreadNum. Static variable in class eh.eh_DebugThread
The length of time to wait before updating the document (in milliseconds).

U

UnitIndentString. Static variable in class eh.eh_Debug
The characters making up each indent level.