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

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

Introduction

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

Usage

From source file com.google.gwt.eclipse.oophm.breadcrumbs.BreadcrumbViewer.java

/**
 * A breadcrumb viewer shows a the parent chain of its input element in a list.
 * Each breadcrumb item of that list can be expanded and a sibling of the
 * element presented by the breadcrumb item can be selected.
 * <p>
 * Content providers for breadcrumb viewers must implement the

From source file com.jointlogic.breadcrumbs.sampleapp.api.BreadcrumbViewer.java

/**
 * A breadcrumb viewer shows a the parent chain of its input element in a list.
 * Each breadcrumb item of that list can be expanded and a sibling of the
 * element presented by the breadcrumb item can be selected.
 * <p>
 * Content providers for breadcrumb viewers must implement the

From source file com.nokia.sdt.utils.ui.ThumbnailGridViewer.java

/**
 * Displays thumbnails with caption for single or multiple selection
 */
public class ThumbnailGridViewer extends StructuredViewer {

    private List<Object> elements;

From source file com.nokia.tools.carbide.ct.confml.ui.overview.ConfMLViewer.java

public class ConfMLViewer extends StructuredViewer implements IOverviewViewer {
    private static String TITLE = "Design";
    private IDocument document;
    private Composite parentComposite;
    private FormToolkit toolkit;
    private ScrolledForm form;

From source file com.nokia.tools.carbide.ct.crml.ui.overview.CRMLViewer.java

public class CRMLViewer extends StructuredViewer implements IOverviewViewer {
    private static String TITLE = "Design";
    private IDocument document;
    private Composite parentComposite;
    private FormToolkit toolkit;
    private ScrolledForm form;

From source file com.nokia.tools.s60ct.confml.viewer.FeatureViewer.java

/**
 * This viewer is used in the value editor plugin and possible in other places where users 
 * manipulate features of confml specification. 
 * @author haismail
 *
 */

From source file com.nokia.tools.variant.navigator.views.NavigatorViewer.java

public class NavigatorViewer extends StructuredViewer {

    private ScrolledComposite scrolled;
    private NavigatorComposite control;
    private boolean staticFirstButton;

From source file com.nokia.tools.variant.viewer.viewer.SettingsViewer.java

/**
 * Viewer for editing elements with values, contains widgets
 * {@link BaseConfMLWidget} Needs {@link IValuesContentProvider} as content
 * provider and {@link ISettingsLabelProvider} as label provider
 * 
 */

From source file com.nokia.tools.vct.common.ui.navigator.NavigatorViewer.java

public class NavigatorViewer extends StructuredViewer {

    private ScrolledComposite scrolled;
    private NavigatorComposite control;
    private boolean staticFirstButton;

From source file de.femodeling.e4.ui.progress.internal.AbstractProgressViewer.java

/**
 * The AbstractProgressViewer is the abstract superclass of the viewers that
 * show progress.
 * 
 */
public abstract class AbstractProgressViewer extends StructuredViewer {