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
-
Viewer.Controller.LayerDialogEventController(ScreenImageHandler, LayerDialog)
- Constructs a new object.
-
actionPerformed(ActionEvent)
- Reveives the ActionEvents.
-
getIntValue(String)
- Convert a String to an int value.
-
itemStateChanged(ItemEvent)
- Handles the ItemEvents.
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
actionPerformed
public void actionPerformed(ActionEvent e)
- Reveives the ActionEvents. Inserts new PresentationStateGraphicLayer and edit old
PresentationStateGraphicLayer.
- Parameters:
- e - ActionEvent
- Since:
- 30.04.1999
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
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