Package | Description |
---|---|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
org.eclipse.jface.preference |
Provides a framework for preferences.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Method and Description |
---|---|
protected List |
ErrorDialog.createDropDownList(Composite parent)
Create this dialog's drop-down list component.
|
Modifier and Type | Method and Description |
---|---|
protected List |
ListEditor.getList()
Return the List.
|
List |
ListEditor.getListControl(Composite parent)
Returns this field editor's list control.
|
Modifier and Type | Method and Description |
---|---|
List |
ListViewer.getList()
Returns this list viewer's list control.
|
Constructor and Description |
---|
ListViewer(List list)
Creates a list viewer on the given list control.
|
Modifier and Type | Method and Description |
---|---|
List |
TabbedPropertySheetWidgetFactory.createList(Composite parent,
int style)
Creates the list as a part of the form.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.