Uses of Interface
org.jdesktop.swingx.treetable.MutableTreeTableNode
Packages that use MutableTreeTableNode
Package
Description
Contains API required by the JXTreeTable component.
-
Uses of MutableTreeTableNode in org.jdesktop.swingx.treetable
Classes in org.jdesktop.swingx.treetable that implement MutableTreeTableNodeModifier and TypeClassDescriptionclassAbstractMutableTreeTableNodeprovides an implementation of most of theMutableTreeTableNodefeatures.classA default implementation of anAbstractMutableTreeTableNodethat returnsgetUserObject().toString()for all value queries.Fields in org.jdesktop.swingx.treetable declared as MutableTreeTableNodeModifier and TypeFieldDescriptionprotected MutableTreeTableNodeAbstractMutableTreeTableNode.parentthis node's parent, or null if this node has no parentFields in org.jdesktop.swingx.treetable with type parameters of type MutableTreeTableNodeModifier and TypeFieldDescriptionprotected final List<MutableTreeTableNode>AbstractMutableTreeTableNode.childrenList of children, if this node has no children the list will be empty.Methods in org.jdesktop.swingx.treetable that return types with arguments of type MutableTreeTableNodeModifier and TypeMethodDescriptionEnumeration<? extends MutableTreeTableNode>AbstractMutableTreeTableNode.children()Returns an enumeration this node's children.protected List<MutableTreeTableNode>AbstractMutableTreeTableNode.createChildrenList()Creates the list used to manage the children of this node.Methods in org.jdesktop.swingx.treetable with parameters of type MutableTreeTableNodeModifier and TypeMethodDescriptionvoidAbstractMutableTreeTableNode.add(MutableTreeTableNode child) add a child note to the treevoidAbstractMutableTreeTableNode.insert(MutableTreeTableNode child, int index) Adds thechildto this node at the specifiedindex.voidMutableTreeTableNode.insert(MutableTreeTableNode child, int index) Adds thechildto this node at the specifiedindex.voidDefaultTreeTableModel.insertNodeInto(MutableTreeTableNode newChild, MutableTreeTableNode parent, int index) Invoked this to insert newChild at location index in parents children.voidAbstractMutableTreeTableNode.remove(MutableTreeTableNode node) Removes the specified childnodefrom this node.voidMutableTreeTableNode.remove(MutableTreeTableNode node) Removes the specified childnodefrom this node.voidDefaultTreeTableModel.removeNodeFromParent(MutableTreeTableNode node) Message this to remove node from its parent.voidAbstractMutableTreeTableNode.setParent(MutableTreeTableNode newParent) Sets the parent of this node tonewParent.voidMutableTreeTableNode.setParent(MutableTreeTableNode newParent) Sets the parent of this node tonewParent.