Package | Description |
---|---|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.search.ui.text |
Provides the base classes to implement a search result view part for searches with textual matches.
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StructuredViewer.fireOpen(OpenEvent event)
Notifies any open event listeners that a open event has been received.
|
void |
IOpenListener.open(OpenEvent event)
Notifies of an open event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTextSearchViewPage.handleOpen(OpenEvent event)
This method is called when the search page gets an open even from it's
underlying viewer (for example on double click).
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceNavigator.handleOpen(OpenEvent event)
Handles an open event from the viewer.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.