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.MenuFeatureInstaller. createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath)FeatureInstaller.MenuFeatureInstaller. createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath, Object[] menuPathPositions)FeatureInstaller.MenuFeatureInstaller. fetchMenuForKey(String key)static FeatureInstaller.MenuFeatureInstaller. wrapMenu(JMenu menu)static FeatureInstaller.MenuFeatureInstaller. wrapMenu(JMenuBar menu)static FeatureInstaller.MenuFeatureInstaller. wrapMenu(JPopupMenu popupMenu)Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type FeatureInstaller.Menu Modifier and Type Method Description static 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.MenuFeatureInstaller. createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath)FeatureInstaller.MenuFeatureInstaller. createMenusIfNecessary(FeatureInstaller.Menu parent, String[] menuPath, Object[] menuPathPositions)
-