Uses of Interface
org.apache.batik.util.gui.resource.ActionMap
-
Packages that use ActionMap Package Description org.apache.batik.apps.svgbrowser org.apache.batik.util.gui org.apache.batik.util.gui.resource -
-
Uses of ActionMap in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement ActionMap Modifier and Type Class Description classDOMViewerThe components of this class are used to view a DOM tree.classFindDialogThis class represents a Dialog that lets the user searching for text inside an SVG document.classJSVGViewerFrameThis class represents a SVG viewer swing frame.classNodePickerPanelUsed to preview and edit nodes.static classNodePickerPanel.NameEditorDialogDialog for choosing element name. -
Uses of ActionMap in org.apache.batik.util.gui
Classes in org.apache.batik.util.gui that implement ActionMap Modifier and Type Class Description classCSSMediaPanelThis class represents a panel to edit/add/remove CSS media.static classCSSMediaPanel.AddMediumDialogA dialog to add a new CSS medium.static classCSSMediaPanel.DialogA dialog to edit/add/remove CSS media.classJErrorPaneThis class represents a dialog to display an error (message + Exception).classLanguageDialogThis class represents a language selection dialog.static classLanguageDialog.PanelThe language selection panel.classMemoryMonitorThis class contains a collection of components that can be used to track and display the memory usage.classURIChooserThis class is a dialog used to enter an URI or to choose a local file.classUserStyleDialogThis class represents a dialog to select the user style sheet. -
Uses of ActionMap in org.apache.batik.util.gui.resource
Fields in org.apache.batik.util.gui.resource declared as ActionMap Modifier and Type Field Description private ActionMapButtonFactory. actionsThe table which contains the actionsprivate ActionMapMenuFactory. actionsThe table which contains the actionsConstructors in org.apache.batik.util.gui.resource with parameters of type ActionMap Constructor Description ButtonFactory(java.util.ResourceBundle rb, ActionMap am)Creates a new button factoryMenuFactory(java.util.ResourceBundle rb, ActionMap am)Creates a new menu factoryToolBarFactory(java.util.ResourceBundle rb, ActionMap am)Creates a new tool bar factory
-