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

Constructor Index

 o Viewer.Controller.LayerPanelEventController(ScreenImageHandler, LayerPanel)
Builds a new LayerPanelActionHandler.

Method Index

 o actionPerformed(ActionEvent)
Handles the ActionEvents of a LayerPanel object.
 o itemStateChanged(ItemEvent)
Handles the ItemEvents of a LayerPanel object.

Constructors

 o 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

Methods

 o actionPerformed
public void actionPerformed(ActionEvent e)
Handles the ActionEvents of a LayerPanel object.

Parameters:
e - ActionEvent
Since:
30.03.1999
 o 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