Uses of Class
org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenu
-
Packages that use DropDownComponent.ScrollablePopupMenu Package Description org.apache.batik.apps.svgbrowser org.apache.batik.util.gui -
-
Uses of DropDownComponent.ScrollablePopupMenu in org.apache.batik.apps.svgbrowser
Fields in org.apache.batik.apps.svgbrowser declared as DropDownComponent.ScrollablePopupMenu Modifier and Type Field Description protected DropDownComponent.ScrollablePopupMenu
DropDownHistoryModel. parent
The parent scrollable popup menu.Constructors in org.apache.batik.apps.svgbrowser with parameters of type DropDownComponent.ScrollablePopupMenu Constructor Description DropDownHistoryModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
Creates the history pop up menu model.RedoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
Creates the redo pop up menu modelUndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
Creates the unod pop up menu model -
Uses of DropDownComponent.ScrollablePopupMenu in org.apache.batik.util.gui
Methods in org.apache.batik.util.gui that return DropDownComponent.ScrollablePopupMenu Modifier and Type Method Description DropDownComponent.ScrollablePopupMenu
DropDownComponent. getPopupMenu()
Gets the dropdown popup menu.Constructors in org.apache.batik.util.gui with parameters of type DropDownComponent.ScrollablePopupMenu Constructor Description DefaultScrollablePopupMenuItem(DropDownComponent.ScrollablePopupMenu parent, java.lang.String text)
Constructor.
-