All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class observers.DoubleScrollbar

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Scrollbar
                   |
                   +----observers.DoubleScrollbar

public class DoubleScrollbar
extends java.awt.Scrollbar
implements java.util.Observer

Variable Index

 o doubleValue

Constructor Index

 o DoubleScrollbar(ObservableDouble)
 o DoubleScrollbar(ObservableDouble, int)
 o DoubleScrollbar(ObservableDouble, int, int, int, int, int)

Method Index

 o handleEvent(Event)
 o update(Observable, Object)

Variables

 o doubleValue
 private observers.ObservableDouble doubleValue

Constructors

 o DoubleScrollbar
 public DoubleScrollbar(observers.ObservableDouble newValue)
 o DoubleScrollbar
 public DoubleScrollbar(observers.ObservableDouble newValue,
                        int orientation)
 o DoubleScrollbar
 public DoubleScrollbar(observers.ObservableDouble newValue,
                        int orientation,
                        int value,
                        int pageSize,
                        int lowValue,
                        int highValue)

Methods

 o handleEvent
 public boolean handleEvent(java.awt.Event evt)
Overrides:
handleEvent in class java.awt.Component
 o update
 public void update(java.util.Observable obs,
                    java.lang.Object arg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index