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

Class Viewer.Controller.PopupMenuEventController

Object
   |
   +----Viewer.Controller.PopupMenuEventController

public class PopupMenuEventController
extends Object
implements ActionListener, ItemListener
This class handles the ActionEvents fired form any PopupMenu.

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
ImageCanvasPopupEdit, ImageCanvasPopupEditText, ImageCanvasPopupNew

Constructor Index

 o Viewer.Controller.PopupMenuEventController(ScreenImageHandler)
Constructs a new Object.

Method Index

 o actionPerformed(ActionEvent)
Handles the ActionEvents received from any PopupMenu.
 o convert(int)
 o itemStateChanged(ItemEvent)

Constructors

 o PopupMenuEventController
public PopupMenuEventController(ScreenImageHandler screenImageHandler)
Constructs a new Object.

Parameters:
ScreenImageHander - Contains the current ScreenImageHandler.
Since:
30.04.1999

Methods

 o actionPerformed
public void actionPerformed(ActionEvent e)
Handles the ActionEvents received from any PopupMenu.

Parameters:
e - ActionEvent
Since:
30.04.1999
See Also:
ImageCanvasPopupEdit, ImageCanvasPopupEditText, ImageCanvasPopupNew
 o convert
public void convert(int units)
 o itemStateChanged
public void itemStateChanged(ItemEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index