Package | Description |
---|---|
org.freehep.application |
Application Framework (see documentation).
|
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.
|
Constructor and Description |
---|
PrintHelper(Component target,
Studio app) |
Modifier and Type | Method and Description |
---|---|
Studio |
Plugin.getApplication() |
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginFactory.getInstance(Studio studio,
PluginInfo plugin,
ClassLoader loader) |
boolean |
PluginInfo.isApplicationCompatible(Studio app)
Returns true if this plugin is compatible with the application version.
|
Constructor and Description |
---|
PluginMap(Studio application)
Constructs PluginMap by scanning application extension directories.
|
Modifier and Type | Method and Description |
---|---|
List<PluginInfo> |
PluginListHandler.getAvailablePlugins(URL url,
Logger logger,
Studio application)
Called by
PluginManager to download a list of available plugins. |
Copyright © 2000–2017 FreeHEP. All rights reserved.