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

Class Viewer.Controller.AnnotationPanelEventController

Object
   |
   +----Viewer.Controller.AnnotationPanelEventController

public class AnnotationPanelEventController
extends Object
implements ActionListener, ItemListener
This class contains the Listeners for the class AnnotationPanel

Author:
Klaus Kleber
Since:
30.04.1999

Constructor Index

 o Viewer.Controller.AnnotationPanelEventController(AnnotationPanel, ScreenImageHandler)
Construct an EventImageCanvas.

Method Index

 o actionPerformed(ActionEvent)
Handles the ActionEvents fired from the AnnotationPanel.
 o itemStateChanged(ItemEvent)
Handles the ItemEvents fired form the AnnotationPanel.

Constructors

 o AnnotationPanelEventController
public AnnotationPanelEventController(AnnotationPanel annotationPanel,
                                      ScreenImageHandler screenImageHandler)
Construct an EventImageCanvas.

Parameters:
annotationPanel - Contains the AnnotationPanel wich fires the Events.
screenImageHandler - Contains the current ScreenImageHandler
Since:
30.04.1999

Methods

 o actionPerformed
public void actionPerformed(ActionEvent e)
Handles the ActionEvents fired from the AnnotationPanel.

Parameters:
e - ActionEvent
Since:
30.04.1999
 o itemStateChanged
public void itemStateChanged(ItemEvent e)
Handles the ItemEvents fired form the AnnotationPanel.

Parameters:
e - ItemEvents
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index