Uses of Class
org.eclipse.jface.viewers.DoubleClickEvent
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides the Common Navigator framework.
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
-
Uses of DoubleClickEvent in org.eclipse.compare
-
Uses of DoubleClickEvent in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionvoid
AbstractDebugView.doubleClick
(DoubleClickEvent event) Delegate to theDOUBLE_CLICK_ACTION
, if any. -
Uses of DoubleClickEvent in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionvoid
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.