Class Viewer.GUI.FunktionBasisTabPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Viewer.GUI.FunktionBasisTabPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Panel
                           |
                           +----TabPanel
                                   |
                                   +----Viewer.GUI.FunktionBasisTabPanel

public class FunktionBasisTabPanel
extends TabPanel
This class contains the GUI of the function tab on the right side.

Author:
Klaus Kleber
Since:
30.04.1999

Variable Index

 o layerPanel
Contains the panel with layer based functions.
 o presentationStatePanel
Contains the panel with functions and informations of the current presentation state.
 o shutterPanel
Contains the panel with shutter based functions.
 o wLTabPanel
Contains the panel with the image processing functions

Constructor Index

 o Viewer.GUI.FunktionBasisTabPanel(ScreenImageHandler)
Constructor.

Method Index

 o getPreferredSize()
Overwrites this method.
 o setValue()
Notifies all panels to update their values.

Variables

 o layerPanel
public Viewer.GUI.LayerPanel layerPanel
Contains the panel with layer based functions.

Since: 30.03.99
 o presentationStatePanel
public Viewer.GUI.PresentationStatePanel presentationStatePanel
Contains the panel with functions and informations of the current presentation state.

Since: 30.03.99
 o shutterPanel
public Viewer.GUI.ShutterPanel shutterPanel
Contains the panel with shutter based functions.

Since: 30.03.99
 o wLTabPanel
public Viewer.GUI.WLTabPanel wLTabPanel
Contains the panel with the image processing functions

Since: 30.03.99

Constructors

 o FunktionBasisTabPanel
public FunktionBasisTabPanel(ScreenImageHandler screenImageHandler)
Constructor.

Parameters:
screenImageHandler - Contains the current ScreenImageHandler.
Since:
30.03.99

Methods

 o getPreferredSize
public java.awt.Dimension getPreferredSize()
Overwrites this method.

Overrides:
getPreferredSize in class Container
Since:
30.03.99
 o setValue
public void setValue()
Notifies all panels to update their values.

Since:
30.03.99

All Packages  Class Hierarchy  This Package  Previous  Next  Index