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

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

Introduction

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

Usage

From source file at.bitandart.zoubek.mervin.swt.comments.CommentListViewer.java

/**
 * A {@link Viewer} that manages the content of a {@link CommentList} widget.
 * 
 * @author Florian Zoubek
 *
 */

From source file at.bitandart.zoubek.mervin.swt.diff.tree.TreeDiffViewer.java

/**
 * A {@link Viewer} that adapts a {@link TreeDiff} control and uses a
 * {@link ITreeDiffItemProvider} to create items for the control. This viewer
 * currently does not support specifying a selection.
 * 
 * @author Florian Zoubek

From source file bilab.ValueViewer.java

public class ValueViewer extends Viewer implements ISelectionListener {

    // we register this with the viewer as a selection change listener, and
    // re-fire those events
    // via our Viewer.fileSelectionChanged()
    private final ISelectionChangedListener viewerListener = new ISelectionChangedListener() {

From source file bitub.sgf.jreality.views.viewer.JRealityContentViewer.java

/**
 * A JReality content viewer. The input data uses an adaption mechanism and
 * requests for a <em>SceneGraphComponent</em> of JReality which has to be the
 * root node of viewer.
 * 
 * @author bernold - 27.06.2012

From source file cg.editor.propertysheet.PropertySheetViewer.java

/**
 * The PropertySheetViewer displays the properties of objects. The model for the
 * viewer consists of a hierarchy of <code>IPropertySheetEntry</code>.
 * <p>
 * This viewer also supports the optional catogorization of the first level
 * <code>IPropertySheetEntry</code> s by using instances of

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.appnativa.studio.properties.PropertySheetViewer.java

/**
 * The PropertySheetViewer displays the properties of objects. The model for the
 * viewer consists of a hierarchy of <code>IPropertySheetEntry</code>.
 * <p>
 * This viewer also supports the optional catogorization of the first level
 * <code>IPropertySheetEntry</code> s by using instances of

From source file com.axmor.eclipse.typescript.editor.compare.TypeScriptViewer.java

/**
 * @author Konstantin Zaitcev
 */
public class TypeScriptViewer extends Viewer {

    /** Source viewer. */

From source file com.codeaffine.home.control.admin.ui.util.viewer.property.PropertySheetViewer.java

/**
 * The PropertySheetViewer displays the properties of objects. The model for the
 * viewer consists of a hierarchy of <code>IPropertySheetEntry</code>.
 * <p>
 * This viewer also supports the optional catogorization of the first level
 * <code>IPropertySheetEntry</code> s by using instances of