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

Packages that use ResourceFormatException
org.apache.batik.util.gui.resource   
 

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

Methods in org.apache.batik.util.gui.resource that throw ResourceFormatException
 JToolBar ToolBarFactory.createJToolBar(String name)
          Creates a tool bar
 JButton ToolBarFactory.createJButton(String name)
          Creates and returns a new swing button
 JButton ButtonFactory.createJButton(String name)
          Creates and returns a new swing button
 JButton ButtonFactory.createJToolbarButton(String name)
          Creates and returns a new swing button initialised to be used as a toolbar button
 JRadioButton ButtonFactory.createJRadioButton(String name)
          Creates and returns a new swing radio button
 JCheckBox ButtonFactory.createJCheckBox(String name)
          Creates and returns a new swing check box
 JMenuBar MenuFactory.createJMenuBar(String name)
          Creates and returns a swing menu bar
protected  JComponent MenuFactory.createJMenuComponent(String name)
          Creates and returns a menu item or a separator
 JMenu MenuFactory.createJMenu(String name)
          Creates and returns a new swing menu
 JMenuItem MenuFactory.createJMenuItem(String name)
          Creates and returns a new swing menu item
 JRadioButtonMenuItem MenuFactory.createJRadioButtonMenuItem(String name)
          Creates and returns a new swing radio button menu item
 JCheckBoxMenuItem MenuFactory.createJCheckBoxMenuItem(String name)
          Creates and returns a new swing check box menu item
protected  void MenuFactory.initializeJMenuItem(JMenuItem item, String name)
          Initializes a swing menu item
 boolean ResourceManager.getBoolean(String key)
          Returns the boolean mapped with the given key
 int ResourceManager.getInteger(String key)
          Returns the integer mapped with the given string
 int ResourceManager.getCharacter(String key)
           
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.