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
-
Viewer.Controller.AnnotationPanelEventController(AnnotationPanel, ScreenImageHandler)
- Construct an EventImageCanvas.
-
actionPerformed(ActionEvent)
- Handles the ActionEvents fired from the AnnotationPanel.
-
itemStateChanged(ItemEvent)
- Handles the ItemEvents fired form the AnnotationPanel.
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
actionPerformed
public void actionPerformed(ActionEvent e)
- Handles the ActionEvents fired from the AnnotationPanel.
- Parameters:
- e - ActionEvent
- Since:
- 30.04.1999
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