Uses of Interface
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.Menu
Packages that use FeatureInstaller.Menu
Package
Description
The built-in JUMP "plug-ins" (code modules that can be assigned to
buttons and menu items).
-
Uses of FeatureInstaller.Menu in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return FeatureInstaller.MenuModifier and TypeMethodDescriptionFeatureInstaller.createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath) FeatureInstaller.createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath, Object[] menuPathPositions) FeatureInstaller.fetchMenuForKey(String key) static FeatureInstaller.Menustatic FeatureInstaller.Menustatic FeatureInstaller.MenuFeatureInstaller.wrapMenu(JPopupMenu popupMenu) Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type FeatureInstaller.MenuModifier and TypeMethodDescriptionstatic JMenuItemFeatureInstaller.childMenuItem(String childName, FeatureInstaller.Menu menu) Find the first occurrence of a menu item with the given name and return it.static JMenuItemFeatureInstaller.childMenuItem(String itemName, FeatureInstaller.Menu menu, String[] menuPath) find the first occuringJMenuItemby childName in given Menu within given menuPath hierarchy, might return null if nothing was foundFeatureInstaller.createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath) FeatureInstaller.createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath, Object[] menuPathPositions)