Uses of Interface
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller.Menu
-
Packages that use FeatureInstaller.Menu Package Description com.vividsolutions.jump.workbench.ui.plugin 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.Menu Modifier and Type Method Description FeatureInstaller.Menu
FeatureInstaller. createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath)
FeatureInstaller.Menu
FeatureInstaller. createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath, Object[] menuPathPositions)
FeatureInstaller.Menu
FeatureInstaller. fetchMenuForKey(String key)
static FeatureInstaller.Menu
FeatureInstaller. wrapMenu(JMenu menu)
static FeatureInstaller.Menu
FeatureInstaller. wrapMenu(JMenuBar menu)
static FeatureInstaller.Menu
FeatureInstaller. wrapMenu(JPopupMenu popupMenu)
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type FeatureInstaller.Menu Modifier and Type Method Description static JMenuItem
FeatureInstaller. childMenuItem(String childName, FeatureInstaller.Menu menu)
Find the first occurrence of a menu item with the given name and return it.static JMenuItem
FeatureInstaller. childMenuItem(String itemName, FeatureInstaller.Menu menu, String[] menuPath)
find the first occuringJMenuItem
by childName in given Menu within given menuPath hierarchy, might return null if nothing was foundFeatureInstaller.Menu
FeatureInstaller. createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath)
FeatureInstaller.Menu
FeatureInstaller. createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath, Object[] menuPathPositions)
-