Uses of Class
org.eclipse.swt.widgets.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.databinding.swt.typed
Modifier and TypeMethodDescriptionstatic IWidgetValueProperty<List,
String> WidgetProperties.listSelection()
Returns a value property for observing the selection state of aList
. -
Uses of List in org.eclipse.jface.dialogs
Modifier and TypeMethodDescriptionprotected List
ErrorDialog.createDropDownList
(Composite parent) Create this dialog's drop-down list component. -
Uses of List in org.eclipse.jface.preference
Modifier 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
ModifierConstructorDescriptionListViewer
(List list) Creates a list viewer on the given list control. -
Uses of List in org.eclipse.ui.views.properties.tabbed
Modifier and TypeMethodDescriptionTabbedPropertySheetWidgetFactory.createList
(Composite parent, int style) Creates the list as a part of the form.