|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceManager | |
org.apache.batik.apps.svgbrowser | |
org.apache.batik.ext.swing | |
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 |
FindDialog.resources
The resource manager |
protected static ResourceManager |
JSVGViewerFrame.resources
The resource manager |
protected static ResourceManager |
ThumbnailDialog.resources
The resource manager |
protected static ResourceManager |
Main.resources
The resource manager |
protected static ResourceManager |
JPEGOptionPanel.resources
The resource manager |
protected static ResourceManager |
StatusBar.rManager
The resource manager |
protected static ResourceManager |
Resources.resourceManager
The resource manager to decode messages. |
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.util.gui |
Fields in org.apache.batik.util.gui declared as ResourceManager | |
protected static ResourceManager |
DOMViewer.resources
The resource manager |
protected static ResourceManager |
JErrorPane.resources
The resource manager |
protected static ResourceManager |
LanguageDialog.resources
The resource manager |
protected static ResourceManager |
MemoryMonitor.resources
The resource manager |
protected static ResourceManager |
URIChooser.resources
The resource manager |
protected static ResourceManager |
CSSMediaPanel.resources
The resource manager |
protected static ResourceManager |
LocationBar.rManager
The resource manager |
protected static ResourceManager |
UserStyleDialog.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'): Button.text = text Button.icon = icon_name Button.mnemonic = mnemonic Button.action = action_name Button.selected = true | false Button.tooltip = tool tip text where text, icon_name and action_name are strings mnemonic is a character |
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'): MenuBar = Menu1 Menu2 ... |
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'): ToolBar = Item1 Item2 - Item3 ... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |