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

Class Viewer.Controller.CommandImageScrollbarHandler

Object
   |
   +----Viewer.Controller.CommandImageScrollbarHandler

public class CommandImageScrollbarHandler
extends Object
implements CommandScrollbarListener
Handler for events of the sliders beside the main view to pan the shown image. This class derives the interface CommandScrollbarListener to receive the events sent from the class CommandScrollbar.

Author:
Andreas Schröter
Since:
30.04.1999

Constructor Index

 o Viewer.Controller.CommandImageScrollbarHandler(ScreenImageHandler)
Constructor; initializes an object.

Method Index

 o ScrollbarChanged(int, int)
This method is called when an event was fired.

Constructors

 o CommandImageScrollbarHandler
public CommandImageScrollbarHandler(ScreenImageHandler screenImageHandler)
Constructor; initializes an object.

Methods

 o ScrollbarChanged
public void ScrollbarChanged(int ID,
                             int toValue)
This method is called when an event was fired.

Parameters:
ID - ID of the fireing scrollbar
toValue - new value of the scollbar

All Packages  Class Hierarchy  This Package  Previous  Next  Index