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.ScrollablePopupMenuDropDownHistoryModel. parentThe 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
Fields in org.apache.batik.util.gui declared as DropDownComponent.ScrollablePopupMenu Modifier and Type Field Description private DropDownComponent.ScrollablePopupMenuDropDownComponent.DefaultScrollablePopupMenuItem. parentThe parent scrollable popup menu.private DropDownComponent.ScrollablePopupMenuDropDownComponent. popupMenuThe scrollable pop up menu.Methods in org.apache.batik.util.gui that return DropDownComponent.ScrollablePopupMenu Modifier and Type Method Description DropDownComponent.ScrollablePopupMenuDropDownComponent. 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.
-