Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.jface.viewers.deferred |
Provides a framework for viewers that handle deferred contents.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptAllFilter
Filter that accepts everything.
|
Modifier and Type | Method and Description |
---|---|
static IFilter |
AcceptAllFilter.getInstance()
Returns the singleton instance of AcceptAllFilter
|
Modifier and Type | Method and Description |
---|---|
void |
DeferredContentProvider.setFilter(IFilter toSet)
Sets the filter for this content provider.
|
Modifier and Type | Method and Description |
---|---|
IFilter |
ISectionDescriptor.getFilter()
Get the section filter instance for this section.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.