Package | Description |
---|---|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
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 |
---|---|
void |
CompareViewerSwitchingPane.doubleClick(DoubleClickEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDebugView.doubleClick(DoubleClickEvent event)
Delegate to the
DOUBLE_CLICK_ACTION ,
if any. |
Modifier and Type | Method and Description |
---|---|
void |
IDoubleClickListener.doubleClick(DoubleClickEvent event)
Notifies of a double click.
|
protected void |
StructuredViewer.fireDoubleClick(DoubleClickEvent event)
Notifies any double-click listeners that a double-click has been
received.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CommonNavigator.handleDoubleClick(DoubleClickEvent anEvent)
Note: This method is for internal use only.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceNavigator.handleDoubleClick(DoubleClickEvent event)
Handles a double-click event from the viewer.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.