Package | Description |
---|---|
org.apache.batik.apps.svgbrowser | |
org.apache.batik.util.gui | |
org.apache.batik.util.gui.resource |
Modifier and Type | Method and Description |
---|---|
Action |
FindDialog.getAction(String key)
Returns the action associated with the given string
or null on error
|
Action |
DOMViewer.getAction(String key)
Returns the action associated with the given string or null on error
|
Action |
NodePickerPanel.getAction(String key)
Returns the action associated with the given string or null on error
|
Action |
NodePickerPanel.NameEditorDialog.getAction(String key)
Returns the action associated with the given string or null on error
|
Action |
JSVGViewerFrame.getAction(String key)
Returns the action associated with the given string
or null on error
|
Modifier and Type | Method and Description |
---|---|
Action |
MemoryMonitor.getAction(String key)
Returns the action associated with the given string
or null on error
|
Action |
JErrorPane.getAction(String key)
Returns the action associated with the given string or null on error
|
Action |
LanguageDialog.getAction(String key)
Returns the action associated with the given string
or null on error
|
Action |
LanguageDialog.Panel.getAction(String key)
Returns the action associated with the given string
or null on error
|
Action |
UserStyleDialog.getAction(String key)
Returns the action associated with the given string
or null on error
|
Action |
CSSMediaPanel.getAction(String key)
Returns the action associated with the given string or null on error
|
Action |
CSSMediaPanel.AddMediumDialog.getAction(String key)
Returns the action associated with the given string or null on error
|
Action |
CSSMediaPanel.Dialog.getAction(String key)
Returns the action associated with the given string or null on error
|
Action |
URIChooser.getAction(String key)
Returns the action associated with the given string
or null on error
|
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
|
Action |
ActionMap.getAction(String key)
Returns the action associated with the given string
or null on error
|
protected void |
MenuFactory.initializeJMenuItem(JMenuItem item,
String name,
String specialization)
Initializes a swing menu item
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.