Class Viewer.Controller.LayerPanelEventController
All Packages Class Hierarchy This Package Previous Next Index
Class Viewer.Controller.LayerPanelEventController
Object
|
+----Viewer.Controller.LayerPanelEventController
- public class LayerPanelEventController
- extends Object
- implements ActionListener, ItemListener
Contains the listeners for the Class LayerPanel.
- Author:
- Klaus Kleber
- Since:
- 30.04.1999
-
Viewer.Controller.LayerPanelEventController(ScreenImageHandler, LayerPanel)
- Builds a new LayerPanelActionHandler.
-
actionPerformed(ActionEvent)
- Handles the ActionEvents of a LayerPanel object.
-
itemStateChanged(ItemEvent)
- Handles the ItemEvents of a LayerPanel object.
LayerPanelEventController
public LayerPanelEventController(ScreenImageHandler screenImageHandler,
LayerPanel layerPanel)
- Builds a new LayerPanelActionHandler.
- Parameters:
- screenImageHandler - Contains the current ScreenImageHandler
- layerPanel - Contains the LayerPanel which fires the Events
- Since:
- 30.03.1999
actionPerformed
public void actionPerformed(ActionEvent e)
- Handles the ActionEvents of a LayerPanel object.
- Parameters:
- e - ActionEvent
- Since:
- 30.03.1999
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Handles the ItemEvents of a LayerPanel object.
- Parameters:
- e - ItemEvent
- Since:
- 30.03.1999
All Packages Class Hierarchy This Package Previous Next Index