Uses of Interface
org.eclipse.jface.viewers.IDoubleClickListener
-
Packages that use IDoubleClickListener 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. -
-
Uses of IDoubleClickListener in org.eclipse.compare
Classes in org.eclipse.compare that implement IDoubleClickListener Modifier and Type Class Description class
CompareViewerPane
ACompareViewerPane
is a convenience class which installs aCLabel
and aToolbar
in aViewForm
.class
CompareViewerSwitchingPane
A customCompareViewerPane
that supports dynamic viewer switching.Methods in org.eclipse.compare with parameters of type IDoubleClickListener Modifier and Type Method Description void
CompareViewerPane. addDoubleClickListener(IDoubleClickListener listener)
Add a double-click listener to the pane.void
CompareViewerPane. removeDoubleClickListener(IDoubleClickListener listener)
Remove a double-click listener. -
Uses of IDoubleClickListener in org.eclipse.debug.ui
Classes in org.eclipse.debug.ui that implement IDoubleClickListener Modifier and Type Class Description class
AbstractDebugView
Common function for views related to debugging. -
Uses of IDoubleClickListener in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type IDoubleClickListener Modifier and Type Method Description void
StructuredViewer. addDoubleClickListener(IDoubleClickListener listener)
Adds a listener for double-clicks in this viewer.void
StructuredViewer. removeDoubleClickListener(IDoubleClickListener listener)
Removes the given double-click listener from this viewer.
-