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

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

Introduction

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

Usage

From source file org.eclipse.egit.ui.internal.dialogs.NonDeletedFilesTree.java

/**
 * UI to show a tree with files within a Repository
 */
public class NonDeletedFilesTree extends TreeViewer {

    private final List<String> filePaths;

From source file org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.WrappableTreeViewer.java

/**
 * <p>
 * <i>This class is not intended to be used outside of its package. It has been set to public for testing
 * purpose only.</i>
 * </p>
 * @author <a href="mailto:mikael.barbero@obeo.fr">Mikael Barbero</a>

From source file org.eclipse.emf.compare.ui.viewer.content.part.diff.ModelContentMergeDiffTab.java

/**
 * Represents the tree view under a {@link ModelContentMergeTabFolder}'s diff tab.
 * 
 * @author <a href="mailto:laurent.goubet@obeo.fr">Laurent Goubet</a>
 * @noextend This class is not intended to be subclassed by clients.
 */

From source file org.eclipse.emf.compare.ui.viewer.structure.ModelStructureMergeViewer.java

/**
 * Compare and merge viewer with an area showing diffs as a structured tree.
 * 
 * @author <a href="mailto:laurent.goubet@obeo.fr">Laurent Goubet</a>
 * @noextend This class is not intended to be subclassed by clients.
 */

From source file org.eclipse.emf.diffmerge.ui.viewers.ComparisonSideViewer.java

/**
 * A viewer which provides a representation of a model scope in a comparison.
 * Input: EMFDiffNode ; Elements: EMatch.
 * @author Olivier Constant
 */
public class ComparisonSideViewer extends TreeViewer {

From source file org.eclipse.emf.diffmerge.ui.viewers.ComparisonTreeViewer.java

/**
 * A viewer which provides a representation of the model tree of a given comparison.
 * Input: EMFDiffNode ; Elements: IMatch.
 * @author Olivier Constant
 */
public class ComparisonTreeViewer extends TreeViewer {

From source file org.eclipse.emf.diffmerge.ui.viewers.ModelScopeViewer.java

/**
 * A viewer which provides a representation of a model scope.
 * Input: IModelScope ; Elements: EObject.
 * @author Olivier Constant
 */
public class ModelScopeViewer extends TreeViewer {

From source file org.eclipse.emf.eson.ui.editor.tree.NonCollapsingTreeViewer.java

/**
 * TreeViewer which ignores programatic requests to collapse (but end-user
 * initiated collapsing by clicking on triangles in the UI still work).
 *
 * This is an ugly hack to solve the annoying problem of the auto-re-collapsing
 * when Add-ing new sub-elements in the Tree, for which we are too dumb to

From source file org.eclipse.emf.henshin.editor.HighlightingTreeViewer.java

/**
 * @author Gregor Bonifer
 * @author Stefan Jurack
 */
public class HighlightingTreeViewer extends TreeViewer {

From source file org.eclipse.emf.mapping.presentation.SimpleMappedObjectViewer.java

public class SimpleMappedObjectViewer extends TreeViewer {
    protected SimpleMappedObjectViewer otherViewer;
    protected MappingDomain mappingDomain;
    protected AdapterFactory adapterFactory;
    protected boolean isTop;