Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableTreeNode
Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.
DefaultMutableTreeNode,
JTree| Method Summary | |
|---|---|
void |
insert(MutableTreeNode child,
int index)
Adds child to the receiver at index. |
void |
remove(int index)
Removes the child at index from the receiver. |
void |
remove(MutableTreeNode node)
Removes node from the receiver. |
void |
removeFromParent()
Removes the receiver from its parent. |
void |
setParent(MutableTreeNode newParent)
Sets the parent of the receiver to newParent. |
void |
setUserObject(Object object)
Resets the user object of the receiver to object. |
| Methods inherited from interface javax.swing.tree.TreeNode |
|---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
void insert(MutableTreeNode child,
int index)
child to the receiver at index.
child will be messaged with setParent.
void remove(int index)
index from the receiver.
void remove(MutableTreeNode node)
node from the receiver. setParent
will be messaged on node.
void setUserObject(Object object)
object.
void removeFromParent()
void setParent(MutableTreeNode newParent)
newParent.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.