Uses of Class
org.apache.batik.util.gui.resource.ButtonFactory
-
Packages that use ButtonFactory Package Description org.apache.batik.apps.svgbrowser org.apache.batik.util.gui -
-
Uses of ButtonFactory in org.apache.batik.apps.svgbrowser
Fields in org.apache.batik.apps.svgbrowser declared as ButtonFactory Modifier and Type Field Description protected ButtonFactory
DOMViewer. buttonFactory
The button factory.protected ButtonFactory
FindDialog. buttonFactory
The button factoryprotected ButtonFactory
NodePickerPanel.NameEditorDialog. buttonFactory
The Button factory.Methods in org.apache.batik.apps.svgbrowser that return ButtonFactory Modifier and Type Method Description protected ButtonFactory
NodePickerPanel.NameEditorDialog. getButtonFactory()
Gets buttonFactory. -
Uses of ButtonFactory in org.apache.batik.util.gui
Fields in org.apache.batik.util.gui declared as ButtonFactory Modifier and Type Field Description protected ButtonFactory
JErrorPane. bf
The button factory.protected ButtonFactory
URIChooser. buttonFactory
The button factory
-