Descripción
Sintaxis
public class DefaultMutableTreeNode extends Object implements Cloneable, MutableTreeNode, Serializable
Constructores
Campos
Métodos
- add()
- breadthFirstEnumeration()
- children()
- clone()
- depthFirstEnumeration()
- getAllowsChildren()
- getChildAfter()
- getChildAt()
- getChildBefore()
- getChildCount()
- getDepth()
- getFirstChild()
- getFirstLeaf()
- getIndex()
- getLastChild()
- getLastLeaf()
- getLeafCount()
- getLevel()
- getNextLeaf()
- getNextNode()
- getNextSibling()
- getParent()
- getPath()
- getPathToRoot()
- getPreviousLeaf()
- getPreviousNode()
- getPreviousSibling()
- getRoot()
- getSharedAncestor()
- getSiblingCount()
- getUserObject()
- getUserObjectPath()
- insert()
- isLeaf()
- isNodeAncestor()
- isNodeChild()
- isNodeDescendant()
- isNodeRelated()
- isNodeSibling()
- isRoot()
- pathFromAncestorEnumeration()
- postorderEnumeration()
- preorderEnumeration()
- remove()
- removeAllChildren()
- removeFromParent()
- setAllowsChildren()
- setParent()
- setUserObject()
- toString()
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.