List of usage examples for org.eclipse.jface.viewers TreeNode subclass-usage
From source file com.abstratt.mdd.internal.ui.editors.TextUMLTreeNode.java
public class TextUMLTreeNode extends TreeNode { public TextUMLTreeNode(UIModelObject model) { super(model); List children = model.getChildren(); if (!children.isEmpty()) {
From source file com.htmlhifive.tools.wizard.ui.page.tree.CategoryNode.java
/** * <H3>.</H3> * * @author fkubo */ public class CategoryNode extends TreeNode implements LibraryTreeNode {
From source file com.htmlhifive.tools.wizard.ui.page.tree.LibraryNode.java
/** * <H3>.</H3> * * @author fkubo */ public class LibraryNode extends TreeNode implements LibraryTreeNode {
From source file com.htmlhifive.tools.wizard.ui.page.tree.RootNode.java
/** * <H3>.</H3> * * @author fkubo */ public class RootNode extends TreeNode implements LibraryTreeNode {
From source file com.htmlhifive.tools.wizard.ui.page.tree.SiteNode.java
/** * <H3>.</H3> * * @author fkubo */ public class SiteNode extends TreeNode implements LibraryTreeNode {
From source file com.nokia.carbide.cdt.internal.api.builder.ui.BrokenConfigurationInProjectTreeNode.java
public class BrokenConfigurationInProjectTreeNode extends TreeNode { /** * Constructs a new tree node for the given SDK * @param value the SDK to create the tree node for */
From source file com.nokia.carbide.cpp.sdk.ui.shared.BuildTargetTreeNode.java
/** * A tree node representing a Symbian OS SDK. This node's children will be the * list of available build configurations. */ @SuppressWarnings("restriction") public class BuildTargetTreeNode extends TreeNode {
From source file com.salesforce.ide.ui.packagemanifest.PackageTreeNode.java
/** * * @author ataylor * */ public class PackageTreeNode extends TreeNode {
From source file edu.tum.in.bruegge.epd.emfstore.dialog.util.scm.SCMTreeNode.java
/** * A TreeNode class which also contains a reference to the ProjectSpace. * * @author shterev */ public class SCMTreeNode extends TreeNode {
From source file eu.esdihumboldt.hale.ui.util.tree.AbstractMultiColumnTreeNode.java
/**
* Tree node that stores values for multiple columns
*
* @author Simon Templer
* @partner 01 / Fraunhofer Institute for Computer Graphics Research
* @version $Id$