Uses of Class
org.eclipse.swt.widgets.Scrollable

Packages that use Scrollable
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices. 
org.eclipse.swt.browser Optional Expanded eSWT Widgets 
org.eclipse.swt.widgets Optional Expanded eSWT Widgets 
 

Uses of Scrollable in org.eclipse.ercp.swt.mobile
 

Subclasses of Scrollable in org.eclipse.ercp.swt.mobile
 class CaptionedControl
          A CaptionedControl is used to display a label (caption) in front of a control.
 class ListBox
          Instances of this class represent a selectable user interface object that displays a list of items consisting of text and icons from a data model.
 class ListView
          A widget that allows the user to select one or more items from a collection of items that can be displayed in a multi-column way with different styles.
 class MobileShell
          A shell particularly suitable for devices that require dynamic change of trims at run-time.
 class SortedList
          Instances of this class represent a selectable user interface object that displays a sorted list of text items.
 class TextExtension
          This class contains methods for extending the functionality of the Text control.
 

Uses of Scrollable in org.eclipse.swt.browser
 

Subclasses of Scrollable in org.eclipse.swt.browser
 class Browser
          Instances of this class implement the browser user interface metaphor.
 

Uses of Scrollable in org.eclipse.swt.widgets
 

Subclasses of Scrollable in org.eclipse.swt.widgets
 class Canvas
          Instances of this class provide a surface for drawing arbitrary graphics.
 class Combo
          Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field.
 class Composite
          Instances of this class are controls which are capable of containing other controls.
 class Decorations
          Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
 class List
          Instances of this class represent a selectable user interface object that displays a list of strings and issues notificiation when a string selected.
 class Shell
          Instances of this class represent the "windows" which the desktop or "window manager" is managing.
 class Table
          Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected.
 class Text
          Instances of this class are selectable user interface objects that allow the user to enter and modify text.
 class Tree
          Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notification when an item in the hierarchy is selected.
 

Methods in org.eclipse.swt.widgets that return Scrollable
 Scrollable ScrollBar.getParent()
          Returns the receiver's parent, which must be a Scrollable.