Uses of Class
org.eclipse.draw2d.ScrollBar
Packages that use ScrollBar
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of ScrollBar in org.eclipse.draw2d
Subclasses of ScrollBar in org.eclipse.draw2dFields in org.eclipse.draw2d declared as ScrollBarModifier and TypeFieldDescriptionprotected ScrollBar
ScrollPane.hBar
The horizontal scrollbarprotected ScrollBar
ScrollPane.vBar
The vertical scrollbarMethods in org.eclipse.draw2d that return ScrollBarModifier and TypeMethodDescriptionScrollPane.getHorizontalScrollBar()
Returns the ScrollPane's horizontal ScrollBar.ScrollPane.getVerticalScrollBar()
Returns the ScrollPane's vertical ScrollBar.Methods in org.eclipse.draw2d with parameters of type ScrollBarModifier and TypeMethodDescriptionprotected Rectangle
ScrollBarLayout.layoutButtons
(ScrollBar scrollBar) Places the buttons and returns the Rectangle into which the track should be placed.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.