Uses of Class
org.eclipse.nebula.widgets.nattable.columnCategories.Node
Packages that use Node
-
Uses of Node in org.eclipse.nebula.widgets.nattable.columnCategories
Methods in org.eclipse.nebula.widgets.nattable.columnCategories that return NodeModifier and TypeMethodDescriptionColumnCategoriesModel.addCategory(Node parentCategory, String newCategoryName) Adds a child to the list of children for this Node.Node.addChildCategory(String categoryName) ColumnCategoriesModel.addRootCategory(String rootCategoryName) Find the Node in the tree containing the supplied data.Find a Node in a tree, containing the given dataNode.getParent()ColumnCategoriesModel.getRootCategory()Tree.getRootElement()Return the root Node of the tree.Methods in org.eclipse.nebula.widgets.nattable.columnCategories that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.getChildren()Return the children of Node.Tree.toList()Returns the Tree as a List of Node objects.Methods in org.eclipse.nebula.widgets.nattable.columnCategories with parameters of type NodeModifier and TypeMethodDescriptionColumnCategoriesModel.addCategory(Node parentCategory, String newCategoryName) Adds a child to the list of children for this Node.voidColumnCategoriesModel.addColumnsToCategory(Node parentCategory, int... columnIndexes) Find a Node in a tree, containing the given datavoidNode.insertChildAt(int index, Node child) Inserts a Node at the specified position in the child list.voidvoidTree.setRootElement(Node rootElement) Set the root Element for the tree.