public class DoubleClickEvent extends EventObject
IDoubleClickListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected ISelection |
selection
The selection.
|
source
Constructor and Description |
---|
DoubleClickEvent(Viewer source,
ISelection selection)
Creates a new event for the given source and selection.
|
Modifier and Type | Method and Description |
---|---|
ISelection |
getSelection()
Returns the selection.
|
Viewer |
getViewer()
Returns the viewer that is the source of this event.
|
getSource, toString
protected ISelection selection
public DoubleClickEvent(Viewer source, ISelection selection)
source
- the viewerselection
- the selectionpublic ISelection getSelection()
public Viewer getViewer()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.