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

Class Viewer.GUI.ImageCanvasPopupNew

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

public class ImageCanvasPopupNew
extends PopupMenu
This class contains the PopupMenue for PaintObject. This PopuMenu can called up by creating a new PaintObject.

Author:
Klaus Kleber
Since:
30.04.1999

Constructor Index

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

Constructors

 o ImageCanvasPopupNew
public ImageCanvasPopupNew(ScreenImageHandler screenImageHandler,
                           PaintObject thePaintObject)
Creates the PopupMenu and adds the listeners to the menue items.

Parameters:
screenImageHandler - Contains the current ScreenImageHandler
thePaintObject - The new PaintObject
Since:
30.03.99

All Packages  Class Hierarchy  This Package  Previous  Next  Index