Java org.eclipse.jface.viewers OpenEvent fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.viewers OpenEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.viewers OpenEvent.

The text is from its open source code.

Constructor

OpenEvent(Viewer source, ISelection selection)
Creates a new event for the given source and selection.

Method

ISelectiongetSelection()
Returns the selection.
ViewergetViewer()
Returns the viewer that is the source of this event.