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

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

Introduction

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

Usage

From source file at.spardat.xma.guidesign.presentation.UIPreviewer.java

/**
 * @author s1462
 *
 * To change this generated comment edit the template variable "typecomment":
 * Window>Preferences>Java>Templates.
 * To enable and disable the creation of type comments go to

From source file com.nokia.sdt.uidesigner.gallery.GalleryViewer.java

public class GalleryViewer extends ContentViewer {

    private GalleryMouseListener mouseListener = new GalleryMouseListener();
    // must be 0.5, 0.75, or 1.0
    public static final double DEFAULT_SCALE = 0.75;
    public static final int MAX_COLUMNS = 10;

From source file com.sap.dirigible.ide.ui.widgets.connection.ConnectionViewer.java

public class ConnectionViewer extends ContentViewer {

    private static final long serialVersionUID = 2227733381272538227L;

    private static final String INVALID_OR_MISSING_TARGET_ITEM_RESOLVER = Messages.ConnectionViewer_INVALID_OR_MISSING_TARGET_ITEM_RESOLVER;

From source file de.fuberlin.agcsw.heraclitus.graph.ui.graphviewer.GraphViewer.java

public class GraphViewer extends ContentViewer {

    public GraphViewer(Composite parent, int style) {
        super();

    }

From source file gov.nasa.ensemble.common.ui.CompositeListViewer.java

public class CompositeListViewer extends ContentViewer {

    private CompositeList list;
    private ICompositeListLabel selectedLabel;
    @SuppressWarnings("unused")
    private Logger trace = Logger.getLogger(CompositeListViewer.class);

From source file net.bioclipse.cdk.ui.sdfeditor.editor.MoleculeTableViewer.java

public class MoleculeTableViewer extends ContentViewer {

    public final static int STRUCTURE_COLUMN_WIDTH = 200;

    NatTable table;
    JCPCellPainter cellPainter;

From source file org.bbaw.pdr.ae.export.swt.FileSelectionGroup.java

/**
 * {@link AeExportCoreProvider#getFileHistory(String)}
 * {@link SWT#SAVE}
 * {@link #init(String, int)}
 * @author jhoeper
 *

From source file org.bonitasoft.studio.expression.editor.viewer.ExpressionViewer.java

/**
 * @author Romain Bioteau
 * 
 */
public class ExpressionViewer extends ContentViewer implements ExpressionConstants, SWTBotConstants,
        IContentProposalListener, IBonitaContentProposalListener2, IBonitaVariableContext {

From source file org.eclipse.compare.codereview.compareEditor.RefacContentMergeViewer.java

/**
 * An abstract compare and merge viewer with two side-by-side content areas
 * and an optional content area for the ancestor. The implementation makes no
 * assumptions about the content type.
 * <p>
 * <code>ContentMergeViewer</code>

From source file org.eclipse.compare.contentmergeviewer.ContentMergeViewer.java

/**
 * An abstract compare and merge viewer with two side-by-side content areas
 * and an optional content area for the ancestor. The implementation makes no
 * assumptions about the content type.
 * <p>
 * <code>ContentMergeViewer</code>