Uses of Class
net.sf.navigator.util.MessageResourcesFactory

Packages that use MessageResourcesFactory
net.sf.navigator.util   
 

Uses of MessageResourcesFactory in net.sf.navigator.util
 

Subclasses of MessageResourcesFactory in net.sf.navigator.util
 class PropertyMessageResourcesFactory
          Factory for PropertyMessageResources instances.
 

Fields in net.sf.navigator.util declared as MessageResourcesFactory
protected static MessageResourcesFactory MessageResources.defaultFactory
          The default MessageResourcesFactory used to create MessageResources instances.
protected  MessageResourcesFactory MessageResources.factory
          The MessageResourcesFactory that created this instance.
 

Methods in net.sf.navigator.util that return MessageResourcesFactory
static MessageResourcesFactory MessageResourcesFactory.createFactory()
          Create and return a MessageResourcesFactory instance of the appropriate class, which can be used to create customized MessageResources instances.
 MessageResourcesFactory MessageResources.getFactory()
          The MessageResourcesFactory that created this instance.
 

Constructors in net.sf.navigator.util with parameters of type MessageResourcesFactory
MessageResources(MessageResourcesFactory factory, String config)
          Construct a new MessageResources according to the specified parameters.
MessageResources(MessageResourcesFactory factory, String config, boolean returnNull)
          Construct a new MessageResources according to the specified parameters.
PropertyMessageResources(MessageResourcesFactory factory, String config)
          Construct a new PropertyMessageResources according to the specified parameters.
PropertyMessageResources(MessageResourcesFactory factory, String config, boolean returnNull)
          Construct a new PropertyMessageResources according to the specified parameters.
 



Copyright © 2003-2007 SourceForge. All Rights Reserved.