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
-
layerPanel
- Contains the panel with layer based functions.
-
presentationStatePanel
- Contains the panel with functions and informations of the
current presentation state.
-
shutterPanel
- Contains the panel with shutter based functions.
-
wLTabPanel
- Contains the panel with the image processing functions
-
Viewer.GUI.FunktionBasisTabPanel(ScreenImageHandler)
- Constructor.
-
getPreferredSize()
- Overwrites this method.
-
setValue()
- Notifies all panels to update their values.
layerPanel
public Viewer.GUI.LayerPanel layerPanel
- Contains the panel with layer based functions.
- Since:
30.03.99
presentationStatePanel
public Viewer.GUI.PresentationStatePanel presentationStatePanel
- Contains the panel with functions and informations of the
current presentation state.
- Since:
30.03.99
shutterPanel
public Viewer.GUI.ShutterPanel shutterPanel
- Contains the panel with shutter based functions.
- Since:
30.03.99
wLTabPanel
public Viewer.GUI.WLTabPanel wLTabPanel
- Contains the panel with the image processing functions
- Since:
30.03.99
FunktionBasisTabPanel
public FunktionBasisTabPanel(ScreenImageHandler screenImageHandler)
- Constructor.
- Parameters:
- screenImageHandler - Contains the current ScreenImageHandler.
- Since:
- 30.03.99
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Overwrites this method.
- Overrides:
- getPreferredSize in class Container
- Since:
- 30.03.99
setValue
public void setValue()
- Notifies all panels to update their values.
- Since:
- 30.03.99
All Packages Class Hierarchy This Package Previous Next Index