| public interface javax.swing.tree MutableTreeNode
|
Java SE 6 |
| version | 1.12 11/17/05 |
| See also | javax.swing.tree.DefaultMutableTreeNode, javax.swing.JTree |
| Methods | |
|---|---|
| public void | insert(MutableTreeNode child, int index) Adds child to the receiver at index.
child will be messaged with setParent.
|
| public void | remove(int index) Removes the child at index from the receiver.
|
| public void | remove(MutableTreeNode node) Removes node from the receiver. setParent
will be messaged on node.
|
| public void | removeFromParent() Removes the receiver from its parent. |
| Properties | |
|---|---|
| public void | setParent(MutableTreeNode newParent) Sets the parent of the receiver to newParent.
|
| public void | setUserObject(Object object) Resets the user object of the receiver to object.
|
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|