Class Viewer.Controller.LayerDialogEventController
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Viewer.Controller.LayerDialogEventController

Object
   |
   +----Viewer.Controller.LayerDialogEventController

public class LayerDialogEventController
extends Object
implements ActionListener, ItemListener
Contains the listeners for the class LayerDialog.

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
LayerDialog

Constructor Index

 o Viewer.Controller.LayerDialogEventController(ScreenImageHandler, LayerDialog)
Constructs a new object.

Method Index

 o actionPerformed(ActionEvent)
Reveives the ActionEvents.
 o getIntValue(String)
Convert a String to an int value.
 o itemStateChanged(ItemEvent)
Handles the ItemEvents.

Constructors

 o LayerDialogEventController
public LayerDialogEventController(ScreenImageHandler screenImageHandler,
                                  LayerDialog layerDialog)
Constructs a new object.

Parameters:
screenImageHandler - Contains the current ScreenImageHandler
layerDialog - Contains the LayerDialog which fires the Events
Since:
30.04.1999

Methods

 o actionPerformed
public void actionPerformed(ActionEvent e)
Reveives the ActionEvents. Inserts new PresentationStateGraphicLayer and edit old PresentationStateGraphicLayer.

Parameters:
e - ActionEvent
Since:
30.04.1999
 o getIntValue
public int getIntValue(String textValue)
Convert a String to an int value.

Parameters:
textValue - Contains the String which should be converted to an int-value.
Since:
30.04.1999
 o itemStateChanged
public void itemStateChanged(ItemEvent e)
Handles the ItemEvents.

Parameters:
e - ItemEvent
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index