Package org.eclipse.jface.viewers
Class DoubleClickEvent
java.lang.Object
java.util.EventObject
org.eclipse.jface.viewers.DoubleClickEvent
- All Implemented Interfaces:
- Serializable
Event object describing a double-click. The source of these
 events is a viewer.
- See Also:
- 
Field SummaryFieldsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionDoubleClickEvent(Viewer source, ISelection selection) Creates a new event for the given source and selection.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the selection.Returns the viewer that is the source of this event.Methods inherited from class java.util.EventObjectgetSource, toString
- 
Field Details- 
selectionThe selection.
 
- 
- 
Constructor Details- 
DoubleClickEventCreates a new event for the given source and selection.- Parameters:
- source- the viewer
- selection- the selection
 
 
- 
- 
Method Details- 
getSelectionReturns the selection.- Returns:
- the selection
 
- 
getViewerReturns the viewer that is the source of this event.- Returns:
- the originating viewer
 
 
-