Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
PluginMap.Orphan |
PluginPreferences.getOrphanAction()
Getter for property orphanAction.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginPreferences.setOrphanAction(PluginMap.Orphan orphanAction,
boolean save) |
Copyright © 2000–2015 FreeHEP. All rights reserved.