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

Packages that use ResourceManager
org.apache.batik.apps.svgbrowser   
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.apps.svgbrowser
 

Fields in org.apache.batik.apps.svgbrowser declared as ResourceManager
protected static ResourceManager ThumbnailDialog.resources
          The resource manager
protected static ResourceManager OptionPanel.resources
          The resource manager
protected static ResourceManager JSVGViewerFrame.resources
          The resource manager
protected static ResourceManager FindDialog.resources
          The resource manager
protected static ResourceManager Resources.resourceManager
          The resource manager to decode messages.
protected static ResourceManager Main.resources
          The resource manager
protected static ResourceManager StatusBar.rManager
          The resource manager
 

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 DOMViewer.resources
          The resource manager
protected static ResourceManager LocationBar.rManager
          The resource manager
protected static ResourceManager LanguageDialog.resources
          The resource manager
protected static ResourceManager URIChooser.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 CSSMediaPanel.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.
The resource entries format is (for a button named 'Button'):
 class MenuFactory
          This class represents a menu factory which builds menubars and menus from the content of a resource file.
The resource entries format is (for a menubar named 'MenuBar'):
 class ToolBarFactory
          This class represents a tool bar factory which builds tool bars from the content of a resource file.
The resource entries format is (for a tool bar named 'ToolBar'):
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.