Eclipse Draw2d
2.1

Uses of Class
org.eclipse.draw2d.ScrollBar

Packages that use ScrollBar
org.eclipse.draw2d Most of the Draw2d classes and interfaces reside in this base package. 
 

Uses of ScrollBar in org.eclipse.draw2d
 

Fields in org.eclipse.draw2d declared as ScrollBar
protected  ScrollBar ScrollPane.hBar
          The horizontal scrollbar
protected  ScrollBar ScrollPane.vBar
          The vertical scrollbar
 

Methods in org.eclipse.draw2d that return ScrollBar
 ScrollBar ScrollPane.getHorizontalScrollBar()
          Returns the ScrollPane's horizontal ScrollBar.
 ScrollBar ScrollPane.getVerticalScrollBar()
          Returns the ScrollPane's vertical ScrollBar.
 

Methods in org.eclipse.draw2d with parameters of type ScrollBar
 void ScrollPane.setHorizontalScrollBar(ScrollBar bar)
          Sets the ScrollPane's horizontal ScrollBar to the passed ScrollBar.
 void ScrollPane.setVerticalScrollBar(ScrollBar bar)
          Sets the ScrollPane's vertical ScrollBar to the passed Scrollbar.
protected  Rectangle ScrollBarLayout.layoutButtons(ScrollBar scrollBar)
          Places the buttons and returns the Rectangle into which the track should be placed.
 


Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.