Uses of Interface
org.tm4j.net.LocatorFactory

Packages that use LocatorFactory
org.tm4j.net Provides functionality for dealing with references to external resources. 
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of LocatorFactory in org.tm4j.net
 

Classes in org.tm4j.net that implement LocatorFactory
 class LocatorFactoryBase
          A basic implementation of the LocatorFactory interface with the createLocator() method implemented.
 

Fields in org.tm4j.net declared as LocatorFactory
protected  LocatorFactory LocatorBase.m_factory
          The locator factory associated with this locator.
 

Methods in org.tm4j.net that return LocatorFactory
 LocatorFactory LocatorBase.getFactory()
           
 LocatorFactory Locator.getFactory()
          Returns the locator factory associated with this locator.
 

Methods in org.tm4j.net with parameters of type LocatorFactory
 void LocatorBase.setFactory(LocatorFactory factory)
           
 void Locator.setFactory(LocatorFactory factory)
          Associates the locator with the given factory.
 

Constructors in org.tm4j.net with parameters of type LocatorFactory
LocatorBase(LocatorFactory factory, java.lang.String notation, java.lang.String address)
          Creates a complete, initialized locator.
LocatorBase(LocatorFactory factory)
          Creates a new locator and associates it with the given factory.
 

Uses of LocatorFactory in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap that return LocatorFactory
protected  LocatorFactory TopicMapFactoryBase.getLocatorFactory()
          Makes the internal locator factory object available to derived classes.
 LocatorFactory TopicMapProvider.getLocatorFactory()
          Returns the object which may be used to create locator objects in the data store managed by this TopicMapProvider.
 LocatorFactory TopicMap.getLocatorFactory()
          Get the concrete implementation of the LocatorFactory interface which partners with the concrete implementation of this interface.
 

Constructors in org.tm4j.topicmap with parameters of type LocatorFactory
TopicMapFactoryBase(LocatorFactory locFactory, TopicMap tm)
           
 

Uses of LocatorFactory in org.tm4j.topicmap.unified
 

Methods in org.tm4j.topicmap.unified that return LocatorFactory
 LocatorFactory UnifiedTopicMap.getLocatorFactory()
           
 

Uses of LocatorFactory in org.tm4j.topicmap.utils
 

Fields in org.tm4j.topicmap.utils declared as LocatorFactory
protected  LocatorFactory TopicMapDoclet.m_locFactory
           
 

Constructors in org.tm4j.topicmap.utils with parameters of type LocatorFactory
XTMBuilder(TopicMapFactory factory, LocatorFactory locFactory)
          Creates an XTMBuilder using the provided TopicMapFactory and LocatorFactory.