Uses of Class
com.vividsolutions.jump.workbench.ui.plugin.FeatureInstaller

Packages that use FeatureInstaller
com.vividsolutions.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items. 
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 in com.vividsolutions.jump.workbench.plugin
 

Methods in com.vividsolutions.jump.workbench.plugin that return FeatureInstaller
 FeatureInstaller PlugInContext.getFeatureInstaller()
           
 

Uses of FeatureInstaller in com.vividsolutions.jump.workbench.ui.plugin
 

Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type FeatureInstaller
static javax.swing.JMenu FeatureInstaller.addMainMenu(FeatureInstaller featureInstaller, java.lang.String[] menuPath, java.lang.String menuName, int index)