Package | Description |
---|---|
org.apache.batik.util.gui.resource | |
org.apache.batik.util.resources |
Modifier and Type | Method and Description |
---|---|
JButton |
ToolBarFactory.createJButton(String name)
Creates and returns a new swing button
|
JButton |
ButtonFactory.createJButton(String name)
Creates and returns a new swing button
|
JCheckBox |
ButtonFactory.createJCheckBox(String name)
Creates and returns a new swing check box
|
JCheckBoxMenuItem |
MenuFactory.createJCheckBoxMenuItem(String name)
Creates and returns a new swing check box menu item
|
JCheckBoxMenuItem |
MenuFactory.createJCheckBoxMenuItem(String name,
String specialization)
Creates and returns a new swing check box menu item
|
JMenu |
MenuFactory.createJMenu(String name)
Creates and returns a new swing menu
|
JMenu |
MenuFactory.createJMenu(String name,
String specialization)
Creates and returns a new swing menu
|
JMenuBar |
MenuFactory.createJMenuBar(String name)
Creates and returns a swing menu bar
|
JMenuBar |
MenuFactory.createJMenuBar(String name,
String specialization)
Creates and returns a swing menu bar
|
protected JComponent |
MenuFactory.createJMenuComponent(String name,
String specialization)
Creates and returns a menu item or a separator
|
JMenuItem |
MenuFactory.createJMenuItem(String name)
Creates and returns a new swing menu item
|
JMenuItem |
MenuFactory.createJMenuItem(String name,
String specialization)
Creates and returns a new swing menu item
|
JRadioButton |
ButtonFactory.createJRadioButton(String name)
Creates and returns a new swing radio button
|
JRadioButtonMenuItem |
MenuFactory.createJRadioButtonMenuItem(String name)
Creates and returns a new swing radio button menu item
|
JRadioButtonMenuItem |
MenuFactory.createJRadioButtonMenuItem(String name,
String specialization)
Creates and returns a new swing radio button menu item
|
JToolBar |
ToolBarFactory.createJToolBar(String name)
Creates a tool bar
|
JButton |
ButtonFactory.createJToolbarButton(String name)
Creates and returns a new swing button initialised
to be used as a toolbar button
|
JToggleButton |
ButtonFactory.createJToolbarToggleButton(String name)
Creates and returns a new swing button initialised
to be used as a toolbar toggle button
|
protected void |
MenuFactory.initializeJMenuItem(JMenuItem item,
String name,
String specialization)
Initializes a swing menu item
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourceManager.getBoolean(String key)
Returns the boolean mapped with the given key
|
int |
ResourceManager.getCharacter(String key) |
int |
ResourceManager.getInteger(String key)
Returns the integer mapped with the given string
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.