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.navigator.resources |
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
|
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 |
CompareViewerPane.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 |
ProjectExplorer.handleDoubleClick(DoubleClickEvent anEvent) |
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceNavigator.handleDoubleClick(DoubleClickEvent event)
Deprecated.
Handles a double-click event from the viewer.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.