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.astra.ses.spell.gui.dialogs.controls.ServerDirectoryTreeViewer.java

/*******************************************************************************
 * @brief
 * @date 
 ******************************************************************************/
public class ServerDirectoryTreeViewer extends TreeViewer {
    /***************************************************************************

From source file com.astra.ses.spell.gui.replay.dialogs.execution.name.ExecutionSelectionViewerName.java

public class ExecutionSelectionViewerName extends TreeViewer {
    /***************************************************************************
     * 
     **************************************************************************/
    public ExecutionSelectionViewerName(Tree tree) {
        super(tree);

From source file com.astra.ses.spell.gui.replay.dialogs.execution.time.ExecutionSelectionViewerTime.java

public class ExecutionSelectionViewerTime extends TreeViewer {
    /***************************************************************************
     * 
     **************************************************************************/
    public ExecutionSelectionViewerTime(Tree tree) {
        super(tree);

From source file com.axmor.eclipse.typescript.editor.hierarchy.TypeScriptHierarchyViewer.java

/**
 * @author kudrin
 *
 */
public class TypeScriptHierarchyViewer extends TreeViewer {

From source file com.bluexml.side.application.ui.action.tree.TreeView.java

public class TreeView extends TreeViewer {

    List<TreeNode> allOptions = new ArrayList<TreeNode>();

    public TreeView(Composite parent, int style) {
        super(parent, style);

From source file com.buildml.eclipse.utils.VisibilityTreeViewer.java

/**
 * A VisibilityTreeViewer is the same as a TreeViewer, but has special features for
 * hiding certain elements. A non-visible element can either be removed completely from the
 * Tree (i.e. filtered out), or can be greyed-out (still visible, but obviously not selected).
 * 
 * @author "Peter Smith <psmith@arapiki.com>"

From source file com.clustercontrol.jobmanagement.viewer.JobTableTreeViewer.java

/**
 * <BR>
 *
 * @version 1.0.0
 * @since 1.0.0
 */

From source file com.clustercontrol.viewer.PropertySheet.java

/**
 * <BR>
 *
 * @version 1.0.0
 * @since 1.0.0
 */

From source file com.drgarbage.bytecode.jdi.dialogs.ProjectBuildPathViewer.java

/**
 * The tree viewer to show the build path class folders.
 * 
 * @author Sergej Alekseev
 * @version $Revision$
 * $Id$

From source file com.github.cutstock.ui.views.dataset.CategoryTreeViewer.java

/**
 * @author <a href="crazyfarmer.cn@gmail.com">crazyfarmer.cn@gmail.com</a>
 * @date Jan 22, 2013
 */
public class CategoryTreeViewer extends TreeViewer {
    private ViewDataTable viewDataTable;