![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
Demonstrate use of SingleStepper. More...
Inheritance diagram for aud.util.SingleStepperDemo:
Collaboration diagram for aud.util.SingleStepperDemo:Static Public Member Functions | |
| static void | main (String args[]) |
| static void | main (String[] args) |
Protected Member Functions | |
| void | onHalt () |
Protected Member Functions inherited from aud.util.SingleStepper | |
| JComponent | createComponents () |
| void | onNext () |
| call on button pressed More... | |
| void | println (String text) |
| print to both, text area and stdout More... | |
| void | onHalt () |
Protected Attributes | |
| DList<?> | list = null |
| DotViewer | v |
Protected Attributes inherited from aud.util.SingleStepper | |
| JFrame | frame |
| JTextArea | history |
| JButton | next |
| Object | monitor = new Object() |
| int | timeout = 0 |
Additional Inherited Members | |
Public Member Functions inherited from aud.util.SingleStepper | |
| SingleStepper (JFrame parent) | |
| create new instance More... | |
| SingleStepper (String caption) | |
| create new instance More... | |
| JFrame | parent () |
| get parent widget More... | |
| void | halt (String text, int timeout) |
display text and wait for user or timeout More... | |
| void | setTimeout (int timeout) |
| Set global timeout. More... | |
| SingleStepper | whereAmI () |
| print location of calling code More... | |
| SingleStepper | showSource () |
| jmp to caller's location in editor (emacs only) More... | |
| void | halt (String text) |
display text and wait for user (or global timeout) More... | |
| void | halt () |
| wait for user More... | |
Demonstrate use of SingleStepper.
Definition at line 7 of file SingleStepperDemo.java.
|
static |
Reimplemented from aud.util.SingleStepper.
Definition at line 23 of file SingleStepperDemo.java.
References aud.util.SingleStepper.halt(), aud.DList< T >.insert(), aud.util.SingleStepperDemo.list, aud.DList< T >.push_back(), and aud.DList< T >.push_front().
Here is the call graph for this function:
|
protected |
Reimplemented from aud.util.SingleStepper.
Definition at line 18 of file SingleStepperDemo.java.
References aud.util.DotViewer.display(), aud.util.SingleStepperDemo.list, and aud.util.SingleStepperDemo.v.
Here is the call graph for this function:
|
protected |
Definition at line 9 of file SingleStepperDemo.java.
Referenced by aud.util.SingleStepperDemo.main(), and aud.util.SingleStepperDemo.onHalt().
|
protected |
Definition at line 10 of file SingleStepperDemo.java.
Referenced by aud.util.SingleStepperDemo.onHalt().