|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectds.ov2.gui.Ov_demo
public class Ov_demo
Root class for the application logic of the graphical demonstrator.
Having such a root class was a nice idea, which however got only
little support. So only very little is done here: The constructor
parses the command line and creates the interlocked instances of
Card_protocols
, Gui_actions
and Progress_messages
.
Apart from the standard swing accelerator keys the following key strokes are defined.
The OV-chip graphical demonstrator recognizes the following options.
Field Summary | |
---|---|
private Card_protocols |
card_protocols
Card protocols instance of the graphical demonstrator. |
Gui_actions |
gui_actions
Gui actions instance of the graphical demonstrator. |
private Option[] |
options
Array of recognized command line options. |
Progress_messages |
progress_window
Progress window. |
private String |
short_application_name
Short application name for error messages during option parsing. |
Constructor Summary | |
---|---|
Ov_demo(String[] args,
Ov_demo_gui gui)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final String short_application_name
private Card_protocols card_protocols
public final Gui_actions gui_actions
public final Progress_messages progress_window
private final Option[] options
Constructor Detail |
---|
public Ov_demo(String[] args, Ov_demo_gui gui)
args
- the command line arguments, they are ignoredgui
- the GUI instance, currently also ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |