Uses of Class
org.eclipse.swt.widgets.List
Packages that use List
Package
Description
Provides support for dialogs.
Provides a framework for preferences.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides the Tabbed Properties framework.
-
Uses of List in org.eclipse.jface.dialogs
Methods in org.eclipse.jface.dialogs that return ListModifier and TypeMethodDescriptionprotected List
ErrorDialog.createDropDownList
(Composite parent) Create this dialog's drop-down list component. -
Uses of List in org.eclipse.jface.preference
Methods in org.eclipse.jface.preference that return ListModifier and TypeMethodDescriptionprotected List
ListEditor.getList()
Return the List.ListEditor.getListControl
(Composite parent) Returns this field editor's list control. -
Uses of List in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers that return ListConstructors in org.eclipse.jface.viewers with parameters of type ListModifierConstructorDescriptionListViewer
(List list) Creates a list viewer on the given list control. -
Uses of List in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed that return ListModifier and TypeMethodDescriptionTabbedPropertySheetWidgetFactory.createList
(Composite parent, int style) Creates the list as a part of the form.