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

Class Viewer.Controller.WLTabPanelImageProcessEventController

Object
   |
   +----Viewer.Controller.WLTabPanelImageProcessEventController

public class WLTabPanelImageProcessEventController
extends Object
implements ActionListener
This class contains the Listeners for the Buttons with the image processing functions on the WLTabPanel.

Author:
Klaus Kleber
Since:
30.04.1999

Constructor Index

 o Viewer.Controller.WLTabPanelImageProcessEventController(ScreenImageHandler)
Constructs a new object.

Method Index

 o actionPerformed(ActionEvent)
Handles the ActionEvents fired from the image processing Buttons off the class WLTabPanel.

Constructors

 o WLTabPanelImageProcessEventController
public WLTabPanelImageProcessEventController(ScreenImageHandler screenImageHandler)
Constructs a new object.

Parameters:
screenImageHandler - Contains the current screenImageHandler.
Since:
30.04.1999

Methods

 o actionPerformed
public void actionPerformed(ActionEvent e)
Handles the ActionEvents fired from the image processing Buttons off the class WLTabPanel. The action restuls in some image processing functions.

Parameters:
e - ActionEvent
Since:
30.04.1999
See Also:
WLTabPanel

All Packages  Class Hierarchy  This Package  Previous  Next  Index