Uses of Interface
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.Node

Packages that use Node
be.ac.ulg.montefiore.run.totem.domain.model.jaxb This package holds the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl This package holds the implementation of the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory.idGenerator   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents   
be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model   
 

Uses of Node in be.ac.ulg.montefiore.run.totem.domain.model.jaxb
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb that return Node
 Node ObjectFactory.createNode()
          Create an instance of Node
 

Uses of Node in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl
 

Classes in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl that implement Node
 class NodeImpl
           
 

Uses of Node in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory that return Node
 Node NodeFactory.createInstance(java.util.HashMap<java.lang.String,java.lang.String> params)
           
 Node NodeFactory.createObject(java.lang.String model, java.util.HashMap<java.lang.String,java.lang.String> params)
           
 

Uses of Node in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory.idGenerator
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.factory.idGenerator with parameters of type Node
 java.lang.String OrderedNodeIdGenerator.generate(Node node)
           
 java.lang.String NodeIdGenerator.generate(Node node)
           
 

Uses of Node in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents
 

Constructors in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.guiComponents with parameters of type Node
NodePropertiesDialog(Node node, DomainDecorator domainDecorator)
           
 

Uses of Node in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model that return Node
 Node DomainDecoratorImpl.getNode(java.lang.String id)
           
 Node DomainDecorator.getNode(java.lang.String id)
          returns the node identified by id if exists, null otherwise
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit.model with parameters of type Node
 void DomainDecoratorImpl.addNode(Node node)
           
 void DomainDecorator.addNode(Node node)
          add a node to the domain
 void DomainDecoratorImpl.removeNode(Node node)
           
 void DomainDecorator.removeNode(Node node)
          remove a node from the domain
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.