Uses of Class
org.freehep.application.studio.PluginMap.Orphan

Packages that use PluginMap.Orphan
org.freehep.application.studio Classes used by interactive applications that can be extended with plugins. 
org.freehep.application.studio.pluginmanager Plugin that handles installing, updating, and removing other plugins. 
 

Uses of PluginMap.Orphan in org.freehep.application.studio
 

Methods in org.freehep.application.studio that return PluginMap.Orphan
static PluginMap.Orphan PluginMap.Orphan.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PluginMap.Orphan[] PluginMap.Orphan.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.freehep.application.studio with parameters of type PluginMap.Orphan
 void PluginMap.processUnclaimedLibraries(PluginMap.Orphan action)
          Creates plugins for unclaimed libraries if necessary, and sets their properties to ensure that PluginMap.purge() method will take appropriate action.
 

Uses of PluginMap.Orphan in org.freehep.application.studio.pluginmanager
 

Methods in org.freehep.application.studio.pluginmanager that return PluginMap.Orphan
 PluginMap.Orphan PluginPreferences.getOrphanAction()
          Getter for property orphanAction.
 PluginMap.Orphan PluginPreferences.verifyOrphanAction(EnumMap<PluginDir,ArrayList<LibInfo>> unclaimedLibraries)
           
 

Methods in org.freehep.application.studio.pluginmanager with parameters of type PluginMap.Orphan
 void PluginPreferences.setOrphanAction(PluginMap.Orphan orphanAction, boolean save)
           
 



Copyright © 2000-2014 FreeHEP. All Rights Reserved.