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 rocks.inspectit.ui.rcp.editor.tree.DeferredTreeViewer.java

/**
 * This tree viewer works in conjunction with the
 * {@link org.eclipse.ui.progress.DeferredTreeContentManager} so that the expand function will work.
 * <p>
 * <b>IMPORTANT:</b> The class is licensed under the Eclipse Public License v1.0 as it includes the
 * code from the {@link org.eclipse.jface.viewers.TreeViewer} class belonging to the Eclipse Rich

From source file tubame.knowhow.plugin.ui.editor.multi.documentation.KnowhowEditorTreeViewer.java

/**
 * Document heading tree viewer class.<br/>
 */
public class KnowhowEditorTreeViewer extends TreeViewer implements EditorTreeViewerOperator {

    /** Logger */

From source file tubame.knowhow.plugin.ui.view.KnowhowEntryTreeViewer.java

/**
 * Tree Viewer class know-how of entry.<br/>
 */
public class KnowhowEntryTreeViewer extends TreeViewer implements KnowhowEntryTreeViewerOperator {
    /** Logger */
    private static final Logger LOGGER = LoggerFactory.getLogger(KnowhowEntryTreeViewer.class);

From source file tubame.portability.plugin.view.MousePointGetTreeViewer.java

/**
 * Mouse click management tree view class.<br/>
 * Mouse click after the class that holds the mouse coordinates. <br/>
 * It is used in the search results editing screen.<br/>
 */
public class MousePointGetTreeViewer extends TreeViewer {

From source file x10dt.ui.typeHierarchy.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 {