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

Packages that use MessageResources
net.sf.navigator.displayer   
net.sf.navigator.util   
 

Uses of MessageResources in net.sf.navigator.displayer
 

Fields in net.sf.navigator.displayer declared as MessageResources
protected  MessageResources AbstractMenuDisplayer.displayStrings
           
 

Uses of MessageResources in net.sf.navigator.util
 

Subclasses of MessageResources in net.sf.navigator.util
 class PropertyMessageResources
          Concrete subclass of MessageResources that reads message keys and corresponding strings from named property resources in the same manner that java.util.PropertyResourceBundle does.
 

Methods in net.sf.navigator.util that return MessageResources
 MessageResources PropertyMessageResourcesFactory.createResources(String config)
          Create and return a newly instansiated MessageResources.
abstract  MessageResources MessageResourcesFactory.createResources(String config)
          Create and return a newly instansiated MessageResources.
static MessageResources MessageResources.getMessageResources(String config)
          Create and return an instance of MessageResources for the created by the default MessageResourcesFactory.
 



Copyright © 2003-2007 SourceForge. All Rights Reserved.