Uses of Class
org.eclipse.swt.custom.ScrolledComposite
-
Packages that use ScrolledComposite Package Description org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
-
Uses of ScrolledComposite in org.eclipse.ui.forms.widgets
Subclasses of ScrolledComposite in org.eclipse.ui.forms.widgets Modifier and Type Class Description classScrolledFormScrolledForm is a control that is capable of scrolling an instance of the Form class.classScrolledFormTextScrolledFormText is a control that is capable of scrolling an instance of the FormText class.classScrolledPageBookScrolledPageBook is a class that is capable of stacking several composites (pages), while showing one at a time.classSharedScrolledCompositeThis class is used to provide common scrolling services to a number of controls in the toolkit. -
Uses of ScrolledComposite in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed that return ScrolledComposite Modifier and Type Method Description ScrolledCompositeTabbedPropertySheetWidgetFactory. createScrolledComposite(Composite parent, int style)Creates a scrolled composite as a part of the form.
-