ansicht.AnzeigeFenster Class Reference

Inherits JFrame.

List of all members.

Public Member Functions

 AnzeigeFenster (String titel, MenuListener menuListener)
void showInfo ()
File openFileChooser ()
void setAnsicht (BaumAnsicht b)
void showToolBars ()
void hideToolBars ()
boolean toolBarsVisible ()
void changeOnTheFly ()


Detailed Description

AnzeigeFenster provides the window for the application

The window is used to draw the tree and to display the sliders used for adjusting parameters of the application.

Author:
Clemens Czermak

Johannes Moser


Constructor & Destructor Documentation

ansicht.AnzeigeFenster.AnzeigeFenster ( String  titel,
MenuListener  menuListener 
)

Constructor

Parameters:
titel specifies the words to be displayed as title of the frame
menuListener is used to listen to the menu events


Member Function Documentation

void ansicht.AnzeigeFenster.showInfo (  ) 

shows the info pane

File ansicht.AnzeigeFenster.openFileChooser (  ) 

Opens standard filechooser and returns the file selected by the user

Returns:
File selected by user

void ansicht.AnzeigeFenster.setAnsicht ( BaumAnsicht  b  ) 

sets the ansicht

Parameters:
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

Returns:
boolean whether the toolbars are visible or not

void ansicht.AnzeigeFenster.changeOnTheFly (  ) 

changes the on the fly function


The documentation for this class was generated from the following file: