Uses of Class
org.apache.batik.util.gui.resource.ResourceManager

Packages that use ResourceManager
org.apache.batik.ext.swing   
org.apache.batik.script.rhino Provides an API for interpreting JavaScript language through the Rhino interpreter. 
org.apache.batik.util Provides some useful classes. 
org.apache.batik.util.gui   
org.apache.batik.util.gui.resource   
 

Uses of ResourceManager in org.apache.batik.ext.swing
 

Fields in org.apache.batik.ext.swing declared as ResourceManager
protected static ResourceManager Resources.resourceManager
          The resource manager to decode messages.
 

Uses of ResourceManager in org.apache.batik.script.rhino
 

Fields in org.apache.batik.script.rhino declared as ResourceManager
protected static ResourceManager Messages.resourceManager
          The resource manager to decode messages.
 

Uses of ResourceManager in org.apache.batik.util
 

Fields in org.apache.batik.util declared as ResourceManager
protected static ResourceManager Messages.resourceManager
          The resource manager to decode messages.
 

Uses of ResourceManager in org.apache.batik.util.gui
 

Fields in org.apache.batik.util.gui declared as ResourceManager
protected static ResourceManager LocationBar.rManager
          The resource manager
protected static ResourceManager CSSMediaPanel.resources
          The resource manager
protected static ResourceManager LanguageDialog.resources
          The resource manager
protected static ResourceManager UserStyleDialog.resources
          The resource manager
protected static ResourceManager MemoryMonitor.resources
          The resource manager
protected static ResourceManager JErrorPane.resources
          The resource manager
protected static ResourceManager URIChooser.resources
          The resource manager
protected static ResourceManager DOMViewer.resources
          The resource manager
 

Uses of ResourceManager in org.apache.batik.util.gui.resource
 

Subclasses of ResourceManager in org.apache.batik.util.gui.resource
 class ButtonFactory
          This class represents a button factory which builds buttons from the content of a resource bundle.
 class MenuFactory
          This class represents a menu factory which builds menubars and menus from the content of a resource file.
 class ToolBarFactory
          This class represents a tool bar factory which builds tool bars from the content of a resource file.
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.