Uses of Class
org.gnu.gtk.Adjustment

Packages that use Adjustment
org.gnu.gtk   
 

Uses of Adjustment in org.gnu.gtk
 

Methods in org.gnu.gtk that return Adjustment
 Adjustment TreeView.getHAdjustment()
          Gets the GtkAdjustment currently being used for the horizontal aspect.
 Adjustment TreeView.getVAdjustment()
          Gets the Adjustment currently being used for the vertical aspect.
 Adjustment Viewport.getHAdjustment()
          Returns the horizontal Viewport's Adjustment.
 Adjustment Viewport.getVAdjustment()
          Returns the vertical Viewport's Adjustment.
 Adjustment ScrolledWindow.getHAdjustment()
          Returns the horizontal Scrollbar's Adjustment.
 Adjustment ScrolledWindow.getVAdjustment()
          Returns the vertical Scrollbar's Adjustment.
 Adjustment SpinButton.getAdjustment()
          Returns the Adjustment ojbect used with this object.
 Adjustment Range.getAdjustment()
          Get the Adjustment which is the "model" object for Range.
 Adjustment Layout.getHorizontalAdjustment()
          Return the Horizontal Adjustment.
 Adjustment Layout.getVerticalAdjustment()
          Return the Vertical Adjustment.
 

Methods in org.gnu.gtk with parameters of type Adjustment
 void TreeView.setHAdjustment(Adjustment hadj)
          Sets the Adjustment for the current horizontal aspect.
 void TreeView.setVAdjustment(Adjustment vadj)
          Sets the Adjustment for the current vertical aspect.
 void Viewport.setHAdjustment(Adjustment hadj)
          Sets the horizontal Viewport's Adjustment.
 void Viewport.setVAdjustment(Adjustment vadj)
          Sets the vertical Viewport's Adjustment.
 void ScrolledWindow.setHAdjustment(Adjustment hadj)
          Sets the horizontal Scrollbar's Adjustment.
 void ScrolledWindow.setVAdjustment(Adjustment vadj)
          Sets the vertical Scrollbar's Adjustment.
 void SpinButton.configure(Adjustment adjustment, double climbRate, int digits)
          Changes the properties of an existing spin button.
 void SpinButton.setAdjustment(Adjustment adjustment)
          Replaces the adjustment object associated with the Spin button
 void Range.setAdjustment(Adjustment adjustment)
          Sets the adjustment to be used as the "model" object for this range widget.
 void Layout.setHorizontalAdjustment(Adjustment adjust)
          Set the Horizontal Adjustment.
 void Layout.setVerticalAdjustment(Adjustment adjust)
          Set the Vertical Adjustment.
 

Constructors in org.gnu.gtk with parameters of type Adjustment
HScrollBar(Adjustment adjustment)
          Creates a new ScrollBar
VScrollBar(Adjustment adjustment)
          Creates a new ScrollBar
Viewport(Adjustment hadj, Adjustment vadj)
          Construct a new Viewport with the given Adjustments.
Viewport(Adjustment hadj, Adjustment vadj)
          Construct a new Viewport with the given Adjustments.
ScrolledWindow(Adjustment hadj, Adjustment vadj)
          Create a new ScrolledWindow object.
ScrolledWindow(Adjustment hadj, Adjustment vadj)
          Create a new ScrolledWindow object.
SpinButton(Adjustment adjustment, double climbRate, int digits)
          Creates a new SpinButton
VScale(Adjustment adjustment)
          Creates a new VScale
HScale(Adjustment adjustment)
          Creates a new HScale widget.
Layout(Adjustment hAdj, Adjustment vAdj)
          Construct a new Layout object.
Layout(Adjustment hAdj, Adjustment vAdj)
          Construct a new Layout object.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net