Uses of Class
se.entitymanager.presentation.swing.EntityTreeNode

Packages that use EntityTreeNode
se.entitymanager.presentation.swing   
 

Uses of EntityTreeNode in se.entitymanager.presentation.swing
 

Fields in se.entitymanager.presentation.swing declared as EntityTreeNode
private  EntityTreeNode SwingDualTreePanel.rootNode
          Root node of entities.
private  EntityTreeNode EntityTree.rootNode
          The root node of the entities.
 

Methods in se.entitymanager.presentation.swing that return EntityTreeNode
 EntityTreeNode EntityTree.addNode(EntityInterface child)
          Add child to the currently selected node.
 EntityTreeNode EntityTree.addNode(EntityTreeNode parent, EntityInterface child, boolean shouldBeVisible)
           
 EntityTreeNode EntityTree.getSelectedEntity()
          Gets the selected entity from the tree if there is one selected.
 

Methods in se.entitymanager.presentation.swing with parameters of type EntityTreeNode
 EntityTreeNode EntityTree.addNode(EntityTreeNode parent, EntityInterface child, boolean shouldBeVisible)
           
 

Constructors in se.entitymanager.presentation.swing with parameters of type EntityTreeNode
EntityTree(SwingPresentationFacade presentationFacade, EntityTreeNode rootNode)
          Constructs an entity tree, that uses presentationFacade to display a tree with root rootNode.