![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
example: insert entries More...
Inheritance diagram for aud.example.A234TreeExample:
Collaboration diagram for aud.example.A234TreeExample:Classes | |
| class | MyA234Tree |
Public Member Functions | |
| A234TreeExample (boolean bottom_up) | |
| create application instance More... | |
| MyA234Tree | getTree () |
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... | |
Static Public Member Functions | |
| static void | main (String[] args) |
| start interactive example More... | |
| 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 | |
| MyA234Tree | tree_ = null |
| DotViewer | viewer_ |
Protected Attributes inherited from aud.util.SingleStepper | |
| JFrame | frame |
| JTextArea | history |
| JButton | next |
| Object | monitor = new Object() |
| int | timeout = 0 |
| aud.example.A234TreeExample.A234TreeExample | ( | boolean | bottom_up | ) |
create application instance
Definition at line 33 of file A234TreeExample.java.
References aud.example.A234TreeExample.tree_.
| MyA234Tree aud.example.A234TreeExample.getTree | ( | ) |
Definition at line 38 of file A234TreeExample.java.
References aud.example.A234TreeExample.tree_.
Referenced by aud.example.A234TreeExample.main().
Here is the caller graph for this function:
|
static |
start interactive example
Reimplemented from aud.util.SingleStepper.
Definition at line 46 of file A234TreeExample.java.
References aud.example.A234TreeExample.getTree(), aud.util.SingleStepper.halt(), and aud.util.SingleStepper.setTimeout().
Here is the call graph for this function:
|
protected |
Reimplemented from aud.util.SingleStepper.
Definition at line 40 of file A234TreeExample.java.
References aud.util.DotViewer.display(), aud.example.A234TreeExample.tree_, and aud.example.A234TreeExample.viewer_.
Here is the call graph for this function:
|
protected |
Definition at line 28 of file A234TreeExample.java.
Referenced by aud.example.A234TreeExample.A234TreeExample(), aud.example.A234TreeExample.getTree(), and aud.example.A234TreeExample.onHalt().
|
protected |
Definition at line 29 of file A234TreeExample.java.
Referenced by aud.example.A234TreeExample.onHalt().