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

Class Viewer.GUI.LayerPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Panel
                           |
                           +----Viewer.GUI.LayerPanel

public class LayerPanel
extends Panel
This class contains the GUI for the layer function tab. On this GUI are functionalities for creating, deleting, editing PresentationStateGraphicLayers , deleting and moving PresentationStateAnnotationObjects.

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
LayerPanelActionHandler

Variable Index

 o annotationInLayerList
Contains all PresentationStateAnnotationObjects of the selected PresentationStateGraphicLayer.
 o deactiveAnnotationListisVisible
if true the deaktivate list will be visbile.
 o layerNameChoice
Contains all PresentationStateGraphicLayer name.
 o moveToChoice
Contains all PresentationStateGraphicLayer name for moving PresentationStateAnnotationObjects,

Constructor Index

 o Viewer.GUI.LayerPanel(ScreenImageHandler)
Creates the GUI.

Method Index

 o setValue()
Updates the content of this panel.

Variables

 o annotationInLayerList
public java.awt.List annotationInLayerList
Contains all PresentationStateAnnotationObjects of the selected PresentationStateGraphicLayer.

Since: 30.03.1999
 o deactiveAnnotationListisVisible
public boolean deactiveAnnotationListisVisible
if true the deaktivate list will be visbile.

Since: 30.03.1999
 o layerNameChoice
public java.awt.Choice layerNameChoice
Contains all PresentationStateGraphicLayer name.

Since: 30.03.1999
 o moveToChoice
public java.awt.Choice moveToChoice
Contains all PresentationStateGraphicLayer name for moving PresentationStateAnnotationObjects,

Since: 30.03.1999

Constructors

 o LayerPanel
public LayerPanel(ScreenImageHandler screenImageHandler)
Creates the GUI.

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

Methods

 o setValue
public void setValue()
Updates the content of this panel.

Since:
30.03.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index