List of usage examples for org.eclipse.jface.viewers IPostSelectionProvider interface-usage
From source file au.gov.ga.earthsci.common.ui.viewers.IControlViewer.java
/**
* A viewer that provides the ability to display custom controls as viewer
* items, provided by a {@link IControlProvider}. Implementations must be
* subclasses of {@link StructuredViewer} (or its subclasses).
*
* @author Michael de Hoog (michael.dehoog@ga.gov.au)
From source file au.gov.ga.earthsci.viewers.IControlViewer.java
/**
* A viewer that provides the ability to display custom controls as viewer
* items, provided by a {@link IControlProvider}. Implementations must be
* subclasses of {@link StructuredViewer} (or its subclasses).
*
* @author Michael de Hoog (michael.dehoog@ga.gov.au)
From source file com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutCanvasViewer.java
/**
* JFace {@link Viewer} wrapper around {@link LayoutCanvas}.
* <p/>
* The viewer is owned by {@link GraphicalEditorPart}.
* <p/>
* The viewer is an {@link ISelectionProvider} instance and is set as the
From source file com.android.ide.eclipse.auidt.internal.editors.layout.gle2.LayoutCanvasViewer.java
/**
* JFace {@link Viewer} wrapper around {@link LayoutCanvas}.
* <p/>
* The viewer is owned by {@link GraphicalEditorPart}.
* <p/>
* The viewer is an {@link ISelectionProvider} instance and is set as the
From source file com.google.dart.tools.ui.internal.text.editor.DartOutlinePage.java
/** * The content outline page of the Dart editor. The viewer implements a proprietary update mechanism * based on model deltas. It does not react to domain changes. Publishes its context menu under * <code>DartToolsPlugin.getDefault().getPluginId() + ".outline"</code>. */ public class DartOutlinePage extends Page implements IContentOutlinePage, IAdaptable, IPostSelectionProvider {
From source file com.google.dart.tools.ui.internal.viewsupport.SelectionProviderMediator.java
/** * A selection provider for view parts with more that one viewer. Tracks the focus of the viewers to * provide the correct selection. */ public class SelectionProviderMediator implements IPostSelectionProvider {
From source file com.hangum.tadpole.commons.viewsupport.SelectionProviderMediator.java
/** * A selection provider for view parts with more that one viewer. * Tracks the focus of the viewers to provide the correct selection. */ public class SelectionProviderMediator implements IPostSelectionProvider {
From source file com.hangum.tadpole.viewsupport.SelectionProviderMediator.java
/** * A selection provider for view parts with more that one viewer. * Tracks the focus of the viewers to provide the correct selection. */ public class SelectionProviderMediator implements IPostSelectionProvider {
From source file com.iai.proteus.ui.queryset.SelectionProviderMediator.java
/** * A selection provider for view parts with more that one viewer. * Tracks the focus of the viewers to provide the correct selection. */ public class SelectionProviderMediator implements IPostSelectionProvider {
From source file com.knitml.dsl.ui.editor.MultiPageSelectionProvider.java
/**
* Manages the current selection in a multi-page editor by tracking the active
* nested editor within the multi-page editor. When the selection changes,
* notifications are sent to all registered listeners.
* <p>
* This class may be instantiated; it is not intended to be subclassed.