Uses of Class
org.apache.batik.util.resources.ResourceManager
-
Packages that use ResourceManager Package Description org.apache.batik.apps.svgbrowser org.apache.batik.ext.swing 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 Modifier and Type Field Description protected static ResourceManager
Resources. resourceManager
The resource manager to decode messages.protected static ResourceManager
DOMViewer. resources
The resource managerprivate static ResourceManager
DropDownHistoryModel. resources
The resource manager.protected static ResourceManager
FindDialog. resources
The resource managerprotected static ResourceManager
JSVGViewerFrame. resources
The resource managerprotected static ResourceManager
Main. resources
The resource managerprotected static ResourceManager
NodePickerPanel.NameEditorDialog. resources
The resource manager.private static ResourceManager
NodePickerPanel. resources
The resource manager.protected static ResourceManager
OptionPanel. resources
The resource managerprotected static ResourceManager
ThumbnailDialog. resources
The resource managerprotected 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 Modifier and Type Field Description protected static ResourceManager
Resources. resourceManager
The resource manager to decode messages. -
Uses of ResourceManager in org.apache.batik.util
Fields in org.apache.batik.util declared as ResourceManager Modifier and Type Field Description 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 Modifier and Type Field Description protected static ResourceManager
CSSMediaPanel. resources
The resource managerprivate static ResourceManager
DropDownComponent.ScrollablePopupMenu. resources
The resource manager.protected static ResourceManager
JErrorPane. resources
The resource managerprotected static ResourceManager
LanguageDialog. resources
The resource managerprotected static ResourceManager
MemoryMonitor. resources
The resource managerprotected static ResourceManager
URIChooser. resources
The resource managerprotected static ResourceManager
UserStyleDialog. resources
The resource managerprotected static ResourceManager
LocationBar. rManager
The resource manager -
Uses of ResourceManager in org.apache.batik.util.gui.resource
Subclasses of ResourceManager in org.apache.batik.util.gui.resource Modifier and Type Class Description 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.
-