Uses of Interface
org.apache.batik.util.gui.DropDownComponent.ScrollablePopupMenuModel
-
Packages that use DropDownComponent.ScrollablePopupMenuModel Package Description org.apache.batik.apps.svgbrowser org.apache.batik.util.gui -
-
Uses of DropDownComponent.ScrollablePopupMenuModel in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement DropDownComponent.ScrollablePopupMenuModel Modifier and Type Class Description classDropDownHistoryModelThe history scrollable popup menu model.static classDropDownHistoryModel.RedoPopUpMenuModelThe redo pop up menu model.static classDropDownHistoryModel.UndoPopUpMenuModelThe undo pop up menu model. -
Uses of DropDownComponent.ScrollablePopupMenuModel in org.apache.batik.util.gui
Methods in org.apache.batik.util.gui that return DropDownComponent.ScrollablePopupMenuModel Modifier and Type Method Description DropDownComponent.ScrollablePopupMenuModelDropDownComponent.ScrollablePopupMenu. getModel()Gets the ScrollablePopupMenuModelMethods in org.apache.batik.util.gui with parameters of type DropDownComponent.ScrollablePopupMenuModel Modifier and Type Method Description voidDropDownComponent.ScrollablePopupMenu. setModel(DropDownComponent.ScrollablePopupMenuModel model)Sets the ScrollablePopupMenuModel.
-