Uses of Class
tecgraf.javautils.gui.tree.DefaultNode

Packages that use DefaultNode
tecgraf.javautils.gui.tree   
 

Uses of DefaultNode in tecgraf.javautils.gui.tree
 

Methods in tecgraf.javautils.gui.tree that return DefaultNode
 DefaultNode DefaultNode.getParent()
          Obtém o pai deste nó.
 

Methods in tecgraf.javautils.gui.tree that return types with arguments of type DefaultNode
 List<DefaultNode> DefaultNode.getChildren()
          Obtém a lista de filhos deste nó.
 

Methods in tecgraf.javautils.gui.tree with parameters of type DefaultNode
 void DefaultNode.addChild(DefaultNode child)
          Adiciona child a lista de filhos deste nó e coloca este nó como pai de child.
 



Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.