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

Class Viewer.Controller.WLTabPanelItemEventController

Object
   |
   +----Viewer.Controller.WLTabPanelItemEventController

public class WLTabPanelItemEventController
extends Object
implements ItemListener
This class handles the ItemEvents fired from the WLTabPanel objects.

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
WLTabPanel

Constructor Index

 o Viewer.Controller.WLTabPanelItemEventController(ScreenImageHandler, WLTabPanel)
Constructs a new object.

Method Index

 o itemStateChanged(ItemEvent)
Handles the ItemEvents.

Constructors

 o WLTabPanelItemEventController
public WLTabPanelItemEventController(ScreenImageHandler screenImageHandler,
                                     WLTabPanel wLTabPanel)
Constructs a new object.

Parameters:
screenImageHandler - Contains the current screenImageHandler.
WLTabPanel - GUI class which fires the Events.
Since:
30.04.1999

Methods

 o itemStateChanged
public void itemStateChanged(ItemEvent e)
Handles the ItemEvents. Receiving a ItemEvent from the imageWindowChoice results in a new window level setting. Receiving a ItemEvent from the lutChoice results in applying the LUT to the image.

Parameters:
e - ItemEvent
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index