Public Member Functions | |
| AnzeigeFenster (String titel, MenuListener menuListener) | |
| void | showInfo () |
| File | openFileChooser () |
| void | setAnsicht (BaumAnsicht b) |
| void | showToolBars () |
| void | hideToolBars () |
| boolean | toolBarsVisible () |
| void | changeOnTheFly () |
The window is used to draw the tree and to display the sliders used for adjusting parameters of the application.
| ansicht.AnzeigeFenster.AnzeigeFenster | ( | String | titel, | |
| MenuListener | menuListener | |||
| ) |
Constructor
| titel | specifies the words to be displayed as title of the frame | |
| menuListener | is used to listen to the menu events |
| void ansicht.AnzeigeFenster.showInfo | ( | ) |
shows the info pane
| File ansicht.AnzeigeFenster.openFileChooser | ( | ) |
Opens standard filechooser and returns the file selected by the user
| void ansicht.AnzeigeFenster.setAnsicht | ( | BaumAnsicht | b | ) |
sets the ansicht
| baumAnsicht | sets the current ansicht |
| void ansicht.AnzeigeFenster.showToolBars | ( | ) |
Sets the Toolbars visible
| void ansicht.AnzeigeFenster.hideToolBars | ( | ) |
hides the Toolbars
| boolean ansicht.AnzeigeFenster.toolBarsVisible | ( | ) |
returns the toolbars visibility
| void ansicht.AnzeigeFenster.changeOnTheFly | ( | ) |
changes the on the fly function