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.epf.authoring.ui.views.ProcessTreeViewer.java

/**
 * Displays the Process elements in a tree table viewer.
 * 
 * @author Phong Nguyen Le
 * @author Shilpa Toraskar
 * @since 1.0

From source file org.eclipse.epf.library.ui.views.ProcessTreeViewer.java

/**
 * Displays a tree view that allows a user to select a capability pattern or
 * delivery process.
 * 
 * @author Kelvin Low
 * @since 1.2

From source file org.eclipse.jdt.internal.debug.ui.classpath.RuntimeClasspathViewer.java

/**
 * A viewer that displays and manipulates runtime classpath entries.
 */
public class RuntimeClasspathViewer extends TreeViewer implements IClasspathViewer {

    /**

From source file org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewer.java

class CallHierarchyViewer extends TreeViewer {

    private final CallHierarchyViewPart fPart;
    private final CallHierarchyContentProvider fContentProvider;

    private CallerMethodWrapper fConstructorToExpand;

From source file org.eclipse.jdt.internal.ui.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 org.eclipse.mylar.zest.core.viewers.TreeRootViewer.java

/**
 * Extends the JFace {@linke TreeViewer} to automatically create a 
 * Root item from the given data {@link Item}.  All {@link TreeItem} objects
 * are then created under this item.
 * 
 * @author Chris Callendar

From source file org.eclipse.mylyn.reviews.r4e.ui.internal.navigator.ReviewNavigatorTreeViewer.java

/**
 * @author Sebastien Dubois
 * @version $Revision: 1.0 $
 */
public class ReviewNavigatorTreeViewer extends TreeViewer {

From source file org.eclipse.n4js.ui.compare.ProjectCompareTree.java

/**
 * UI widget to show comparisons of API and implementation projects.
 */
public class ProjectCompareTree extends TreeViewer {

    /** Maximum number of implementations shown side-by-side if there is no focus implementation. */

From source file org.eclipse.nebula.widgets.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 org.eclipse.osee.framework.ui.skynet.group.GroupTreeViewer.java

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

    private final GroupExplorer groupExplorer;