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
-
annotationInLayerList
- Contains all PresentationStateAnnotationObjects of the selected PresentationStateGraphicLayer.
-
deactiveAnnotationListisVisible
- if true the deaktivate list will be visbile.
-
layerNameChoice
- Contains all PresentationStateGraphicLayer name.
-
moveToChoice
- Contains all PresentationStateGraphicLayer name for moving PresentationStateAnnotationObjects,
-
Viewer.GUI.LayerPanel(ScreenImageHandler)
- Creates the GUI.
-
setValue()
- Updates the content of this panel.
annotationInLayerList
public java.awt.List annotationInLayerList
- Contains all PresentationStateAnnotationObjects of the selected PresentationStateGraphicLayer.
- Since:
30.03.1999
deactiveAnnotationListisVisible
public boolean deactiveAnnotationListisVisible
- if true the deaktivate list will be visbile.
- Since:
30.03.1999
layerNameChoice
public java.awt.Choice layerNameChoice
- Contains all PresentationStateGraphicLayer name.
- Since:
30.03.1999
moveToChoice
public java.awt.Choice moveToChoice
- Contains all PresentationStateGraphicLayer name for moving PresentationStateAnnotationObjects,
- Since:
30.03.1999
LayerPanel
public LayerPanel(ScreenImageHandler screenImageHandler)
- Creates the GUI.
- Parameters:
- screenImageHandler - Contains the current ScreenImageHandler.
- Since:
- 30.03.1999
setValue
public void setValue()
- Updates the content of this panel.
- Since:
- 30.03.1999
All Packages Class Hierarchy This Package Previous Next Index