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

Class Viewer.Controller.PanelScrollImageEventController

Object
   |
   +----MouseAdapter
           |
           +----Viewer.Controller.PanelScrollImageEventController

public class PanelScrollImageEventController
extends MouseAdapter
implements AdjustmentListener
This class contains the listeners for the Scrollbars in the class PanelScrollImage.

Author:
Klaus Kleber
Since:
30.04.1999
See Also:
PanelScrollImage

Variable Index

 o screenImageHandler
Contains the current ScreenImageHandler

Constructor Index

 o Viewer.Controller.PanelScrollImageEventController(ScreenImageHandler)
Constructs a new object.

Method Index

 o adjustmentValueChanged(AdjustmentEvent)
Handles the AdjustmentEvent.

Variables

 o screenImageHandler
public Viewer.Main.ScreenImageHandler screenImageHandler
Contains the current ScreenImageHandler

Since: 30.04.1999

Constructors

 o PanelScrollImageEventController
public PanelScrollImageEventController(ScreenImageHandler screenImageHandler)
Constructs a new object.

Parameters:
screenImageHandler - Contains the current screenImageHandler.
Since:
30.04.1999

Methods

 o adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)
Handles the AdjustmentEvent. Receiving this Event results in moving the image in the ImageCanvas.

Parameters:
e - AdjustmentEvent
Since:
30.04.1999

All Packages  Class Hierarchy  This Package  Previous  Next  Index