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
-
Viewer.Controller.PopupMenuEventController(ScreenImageHandler)
- Constructs a new Object.
-
actionPerformed(ActionEvent)
- Handles the ActionEvents received from any PopupMenu.
-
convert(int)
-
-
itemStateChanged(ItemEvent)
-
PopupMenuEventController
public PopupMenuEventController(ScreenImageHandler screenImageHandler)
- Constructs a new Object.
- Parameters:
- ScreenImageHander - Contains the current ScreenImageHandler.
- Since:
- 30.04.1999
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
convert
public void convert(int units)
itemStateChanged
public void itemStateChanged(ItemEvent event)
All Packages Class Hierarchy This Package Previous Next Index