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 com.google.dart.tools.ui.callhierarchy.CallHierarchyViewer.java

class CallHierarchyViewer extends TreeViewer {

    private final CallHierarchyViewPart part;
    private final CallHierarchyContentProvider contentProvider;
    private CallerMethodWrapper constructorToExpand;
    private TreeRoot dummyRoot;

From source file com.google.dart.tools.ui.internal.viewsupport.ProblemTreeViewer.java

/**
 * Extends a TreeViewer to allow more performance when showing error ticks. A
 * <code>ProblemItemMapper</code> is contained that maps all items in the tree to underlying
 * resource
 */
public class ProblemTreeViewer extends TreeViewer implements ResourceToItemsMapper.IContentViewerAccessor {

From source file com.google.gapid.widgets.VisibilityTrackingTreeViewer.java

/**
 * A {@link TreeViewer} that notifies the bound {@link IContentProvider} and
 * {@link IBaseLabelProvider} of visibility changes if they also implement
 * the {@link Listener} interface.
 */
public class VisibilityTrackingTreeViewer extends TreeViewer {

From source file com.hydra.project.myplugin_nebula.xviewer.XViewer.java

/**
 * @author Donald G. Dunne
 */
public class XViewer extends TreeViewer {

    public static final String MENU_GROUP_PRE = "XVIEWER MENU GROUP PRE"; //$NON-NLS-1$

From source file com.iw.plugins.spindle.ui.TreeViewerWithToolTips.java

public class TreeViewerWithToolTips extends TreeViewer {

    private ToolTipHandler toolTipHandler;
    private IToolTipProvider tipProvider;

    /**

From source file com.javapathfinder.vjp.config.tree.ModePropertyTree.java

/**
 * Displays the tree of JPF configuration files.
 * @author Sandro Badame
 * @author Saad Naji
 */
public class ModePropertyTree extends TreeViewer {

From source file com.mentor.nucleus.bp.model.compare.contentmergeviewer.SynchronizedTreeViewer.java

public class SynchronizedTreeViewer extends TreeViewer implements ITransactionListener {

    private static final String OPEN = "open"; //$NON-NLS-1$

    private List<SynchronizedTreeViewer> synchronizedViewers = new ArrayList<SynchronizedTreeViewer>();

From source file com.mentor.nucleus.bp.model.compare.structuremergeviewer.ModelStructureDiffViewer.java

public class ModelStructureDiffViewer extends TreeViewer implements ICompareInputChangeListener {

    public static HashMap<Object, ModelStructureDiffViewer> inputMap = new HashMap<Object, ModelStructureDiffViewer>();
    protected IAction expandAll;
    protected IAction collapseAll;
    private CompareConfiguration configuration;

From source file com.mentor.nucleus.bp.ui.explorer.ExplorerTreeViewer.java

/**
 * The tree viewer that constitutes most of the model explorer's screen real
 * estate.
 */
public class ExplorerTreeViewer extends TreeViewer {
    /**

From source file com.mentor.nucleus.bp.ui.session.SessionExplorerTreeViewer.java

/**
 * The tree viewer that constitutes most of the SessionExplorer's screen real
 * estate.
 */
public class SessionExplorerTreeViewer extends TreeViewer {
    /**