Class Viewer.GUI.ImageCanvasPopupEdit
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Viewer.GUI.ImageCanvasPopupEdit

Object
   |
   +----MenuComponent
           |
           +----MenuItem
                   |
                   +----Menu
                           |
                           +----PopupMenu
                                   |
                                   +----Viewer.GUI.ImageCanvasPopupEdit

public class ImageCanvasPopupEdit
extends PopupMenu
This class contains the PopupMenue for editing PresentationStateGraphicObject.

Author:
Klaus Kleber
Since:
30.04.1999

Constructor Index

 o Viewer.GUI.ImageCanvasPopupEdit(ScreenImageHandler, PresentationStateGraphicObject)
Creates the PopupMenu and adds the listeners to the menue items.

Constructors

 o ImageCanvasPopupEdit
public ImageCanvasPopupEdit(ScreenImageHandler screenImageHandler,
                            PresentationStateGraphicObject clickedObject)
Creates the PopupMenu and adds the listeners to the menue items.

Parameters:
screenImageHandler - Contains the current ScreenImageHandler
clickedObject - Contains the PresentationStateGraphicObject which is clicked with the mouse.
Since:
30.03.99

All Packages  Class Hierarchy  This Package  Previous  Next  Index