Example usage for org.eclipse.jface.viewers SelectionChangedEvent subclass-usage

List of usage examples for org.eclipse.jface.viewers SelectionChangedEvent subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers SelectionChangedEvent subclass-usage.

Usage

From source file org.eclipse.emf.search.core.engine.TargetMetaElementSelectionEvent.java

/**
 * 
 * Event embedding information for a meta element selection
 *
 */
public class TargetMetaElementSelectionEvent extends SelectionChangedEvent {

From source file org.eclipse.wst.sse.ui.internal.StructuredTextSelectionChangedEvent.java

/**
 * This event is used by the SourceEditorTreeViewer to tell the
 * ViewerSelectionManager that the selection really came from a user click on
 * the content outliner, instead of being set programatically.
 */
public class StructuredTextSelectionChangedEvent extends org.eclipse.jface.viewers.SelectionChangedEvent {

From source file org.jboss.tools.jst.css.dialog.selector.selection.CSSClassSelectionChangedEvent.java

/**
 * yzhishko
 */

@SuppressWarnings("serial")
public abstract class CSSClassSelectionChangedEvent extends SelectionChangedEvent {

From source file org.jboss.tools.jst.web.ui.internal.css.dialog.selector.selection.CSSClassSelectionChangedEvent.java

/**
 * yzhishko
 */

@SuppressWarnings("serial")
public abstract class CSSClassSelectionChangedEvent extends SelectionChangedEvent {