Package org.eclipse.jface.viewers
Interface IDoubleClickListener
- All Known Implementing Classes:
AbstractDebugView
,CompareContentViewerSwitchingPane
,CompareStructureViewerSwitchingPane
,CompareViewerPane
,CompareViewerSwitchingPane
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A listener which is notified of double-click events on viewers.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doubleClick
(DoubleClickEvent event) Notifies of a double click.
-
Method Details
-
doubleClick
Notifies of a double click.- Parameters:
event
- event object describing the double-click
-