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

ACP3(). Constructor for class oplan.acp3.ACP3
Create the ACP3 agent.
ACP3_Viewer(). Constructor for class oplan.acp3.ACP3_Viewer
ACP3_Watcher_Only(). Constructor for class oplan.acp3.ACP3_Watcher_Only
ACP3_With_Watcher(). Constructor for class oplan.acp3.ACP3_With_Watcher
action(Event, Object). Method in class oplan.acp3.MainFrame
agent. Static variable in class oplan.acp3.ACP3
The ACP3 agent
analyzeMessage(Message). Method in class oplan.acp3.KqmlWatcher
Performs the actual message analysis.
askLine(String). Static method in class oplan.util.Util
Simple, text-based user interaction.
assert(boolean). Static method in class oplan.util.Debug
assert checks a condition that should always be true and throws an AssertionFailure if it is not.
assert(boolean, String). Static method in class oplan.util.Debug
A variant that allows a message that describes the assertion.
AssertionFailure(). Constructor for class oplan.util.AssertionFailure
AssertionFailure(String). Constructor for class oplan.util.AssertionFailure

B

backgroundColor. Static variable in class oplan.util.ViewColor
BOLD. Static variable in class oplan.util.DefaultFont

C

code. Variable in class oplan.acp3.VMEvent
commandLoop. Static variable in class oplan.acp3.ACP3_Watcher_Only
contents. Variable in class oplan.util.MessageQueue
contents. Variable in class oplan.acp3.VMQueue

D

date. Static variable in class oplan.Release
Debug(). Constructor for class oplan.util.Debug
DEFAULT_IMAGE_SIZE. Static variable in class oplan.util.WaitImage
DefaultFont(). Constructor for class oplan.util.DefaultFont
DefaultFont(). Static method in class oplan.util.DefaultFont
defaultImage(Component). Static method in class oplan.util.WaitImage
Create in memory a default image in a nominated component.
destroy(). Method in class oplan.acp3.MainFrame

E

ev. Variable in class oplan.acp3.VMEvent
exit(int). Static method in class oplan.acp3.ACP3
ACP3.exit should always be called instead of System.exit.

F

fatalException(Exception). Static method in class oplan.acp3.KqmlWatcher
fatalException is called when an exception indicates that something that must happen has failed, and there isn't anything in the system that would enable it to fix the problem and try again.

H

handleEvent(Event). Method in class oplan.acp3.MainFrame

I

info. Variable in class oplan.acp3.MainFrame
infoHeight. Static variable in class oplan.acp3.MainFrame
infoLabel. Static variable in class oplan.acp3.MainFrame
infoWidth. Static variable in class oplan.acp3.MainFrame
infoXPosn. Static variable in class oplan.acp3.MainFrame
infoYPosn. Static variable in class oplan.acp3.MainFrame
init(). Method in class oplan.acp3.KqmlWatcher
The init() method creates a KqmlAgent and then registers message handlers for the Kqml performatives we care about.

K

kqmlAgent. Variable in class oplan.acp3.KqmlWatcher
kqmlAgentName. Static variable in class oplan.acp3.KqmlWatcher
Our name as a Kqml agent
kqmlEvents. Variable in class oplan.acp3.KqmlWatcher
KqmlWatcher(ProcessViewer). Constructor for class oplan.acp3.KqmlWatcher
Create a KqmlWatcher connected to a ProcessViewer.

L

LARGE. Static variable in class oplan.util.DefaultFont
LARGE_SUPERSCRIPT. Static variable in class oplan.util.DefaultFont
LINE_MAX. Static variable in class oplan.util.Util
lineBuffer. Static variable in class oplan.util.Util

M

m_hitNode. Variable in class oplan.acp3.MainFrame
main(String[]). Static method in class oplan.acp3.ACP3_Viewer
main(String[]). Static method in class oplan.acp3.ACP3_Watcher_Only
main(String[]). Static method in class oplan.acp3.ACP3_With_Watcher
MainFrame(). Constructor for class oplan.acp3.MainFrame
MessageQueue(). Constructor for class oplan.util.MessageQueue
mf. Static variable in class oplan.acp3.ACP3_With_Watcher
mfHeight. Static variable in class oplan.acp3.MainFrame
mfLabel. Static variable in class oplan.acp3.MainFrame
mfWidth. Static variable in class oplan.acp3.MainFrame
mfXPosn. Static variable in class oplan.acp3.MainFrame
mfYPosn. Static variable in class oplan.acp3.MainFrame
minimumSize(). Method in class oplan.acp3.MainFrame
myDimension. Variable in class oplan.acp3.MainFrame

N

nextMessage(). Method in class oplan.util.MessageQueue
nextMessage(). Method in class oplan.acp3.VMQueue
NORMAL. Static variable in class oplan.util.DefaultFont
NORMAL_SUPERSCRIPT. Static variable in class oplan.util.DefaultFont
note(String). Static method in class oplan.util.Debug
note writes a string to Debug.out if Debug.on is true.
noteException(Exception). Static method in class oplan.util.Debug
Note an exception together with a backtrace.
noteln(String). Static method in class oplan.util.Debug
noteln writes a string, followed by a newline, to Debug.out if Debug.on is true.
noteln(String, int). Static method in class oplan.util.Debug
noteln(String, Object). Static method in class oplan.util.Debug

O

on. Static variable in class oplan.util.Debug
Global on/off control over the debugging output produced by the note and noteln methods.
out. Static variable in class oplan.util.Debug
The output destination used by note and noteln.

P

pleaseAnalyze(Message). Method in class oplan.acp3.KqmlWatcher
Enqueues a Kqml Message for analysis in watcherMainLoop.
PM_EVENT. Static variable in class oplan.acp3.VMEvent
preferredSize(). Method in class oplan.acp3.MainFrame
printGreeting(String). Static method in class oplan.acp3.ACP3
A method to print the name of the system, the release version, and the release date.
printlnNote(String). Static method in class oplan.util.Debug
printNote(String). Static method in class oplan.util.Debug

R

readLine(InputStream). Static method in class oplan.util.Util
Reads a line from an InputStream.
Release(). Constructor for class oplan.Release

S

ScreenNumber. Variable in class oplan.acp3.MainFrame
send(Object). Method in class oplan.util.MessageQueue
send(Object). Method in class oplan.acp3.VMQueue
setNoteFile(String). Static method in class oplan.util.Debug
Sets the output destination for debugging notes.
setNoteStream(PrintStream). Static method in class oplan.util.Debug
Sets the output destination for debugging notes.
setViewer(ProcessViewer). Method in class oplan.acp3.KqmlWatcher
Change the ProcessViewer that the KqmlWatcher tells of status changes.
shutdown(). Method in class oplan.acp3.ACP3
shutdown performs any necessary cleanup before an exit.
shutdown(). Method in class oplan.acp3.ACP3_Watcher_Only
shutdown performs any necessary cleanup before an exit.
shutdown(). Method in class oplan.acp3.ACP3_With_Watcher
shutdown performs any necessary cleanup before an exit.
shutdown(). Method in class oplan.acp3.KqmlWatcher
shutdown should be called before the system exits so that it can call kqmlAgent.shutdown().
startAction(String, int). Method in class oplan.acp3.MainFrame
startAction(String, int). Method in interface oplan.acp3.ProcessViewer
StartCOA2. Variable in class oplan.acp3.MainFrame
StartCOA3. Variable in class oplan.acp3.MainFrame
STATUS_BLANK. Static variable in class oplan.util.ViewColor
STATUS_COMPLETE. Static variable in class oplan.util.ViewColor
STATUS_EXECUTING. Static variable in class oplan.util.ViewColor
STATUS_IMPOSSIBLE. Static variable in class oplan.util.ViewColor
STATUS_NA. Static variable in class oplan.util.ViewColor
STATUS_POSSIBLE. Static variable in class oplan.util.ViewColor
STATUS_TBD. Static variable in class oplan.util.ViewColor
statusColor. Static variable in class oplan.util.ViewColor
statusName. Static variable in class oplan.util.ViewColor

T

TRI_EVENT. Static variable in class oplan.acp3.VMEvent

U

Util(). Constructor for class oplan.util.Util

V

version. Static variable in class oplan.Release
vg. Variable in class oplan.acp3.MainFrame
ViewColor(). Constructor for class oplan.util.ViewColor
ViewColor(). Static method in class oplan.util.ViewColor
viewer. Static variable in class oplan.acp3.ACP3_Watcher_Only
viewer. Variable in class oplan.acp3.KqmlWatcher
vm. Variable in class oplan.acp3.MainFrame
VM_EVENT. Static variable in class oplan.acp3.VMEvent
VMEvent(int, int). Constructor for class oplan.acp3.VMEvent
VMQueue(). Constructor for class oplan.acp3.VMQueue

W

waitCreateImage(int, int, Component). Static method in class oplan.util.WaitImage
waitCreateImage is used for secure image handling in ViewMatrix.
waitGetImage(String, Component). Static method in class oplan.util.WaitImage
Method to load an image for a component, waiting for it to become available.
WaitImage(). Constructor for class oplan.util.WaitImage
warn(String). Static method in class oplan.util.Util
Use this to tell the user about minor problems.
watcher. Static variable in class oplan.acp3.ACP3_Watcher_Only
watcher. Static variable in class oplan.acp3.ACP3_With_Watcher
watcherMainLoop(). Method in class oplan.acp3.KqmlWatcher
Analyzes messages enqueued by pleaseAnalyze.