Uses of Class
org.eclipse.swt.widgets.ScrollBar
Packages that use ScrollBar
Package
Description
SWT Custom widgets.
SWT widget public API classes.
-
Uses of ScrollBar in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom with parameters of type ScrollBarModifier and TypeMethodDescriptionprivate voidMouseNavigator.fireSelectionEvent(Event e, ScrollBar bar) (package private) voidStyledText.setScrollBar(ScrollBar bar, int clientArea, int maximum, int margin) -
Uses of ScrollBar in org.eclipse.swt.widgets
Fields in org.eclipse.swt.widgets declared as ScrollBarModifier and TypeFieldDescription(package private) ScrollBarScrollable.horizontalBar(package private) ScrollBarScrollable.verticalBarMethods in org.eclipse.swt.widgets that return ScrollBarModifier and TypeMethodDescription(package private) ScrollBarScrollable.createScrollBar(int style) Scrollable.getHorizontalBar()Returns the receiver's horizontal scroll bar if it has one, and null if it does not.Scrollable.getVerticalBar()Returns the receiver's vertical scroll bar if it has one, and null if it does not.Methods in org.eclipse.swt.widgets with parameters of type ScrollBarModifier and TypeMethodDescription(package private) voidScrollable.destroyScrollBar(ScrollBar bar) (package private) booleanComposite.setScrollBarVisible(ScrollBar bar, boolean visible) (package private) booleanScrollable.setScrollBarVisible(ScrollBar bar, boolean visible) (package private) voidExpandBar.updateScrollBarValue(ScrollBar bar) (package private) voidScrollable.updateScrollBarValue(ScrollBar bar) (package private) voidTable.updateScrollBarValue(ScrollBar bar) (package private) voidTree.updateScrollBarValue(ScrollBar bar)