Uses of Interface
org.graffiti.managers.pluginmgr.PluginEntry
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.info_dialog_dbe |
Contains the Info Dialog for Database Editor and its helper.
|
org.graffiti.managers.pluginmgr |
Contains classes for the plugin manager.
|
-
Uses of PluginEntry in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.info_dialog_dbe
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.info_dialog_dbe with parameters of type PluginEntry Modifier and Type Method Description static String
PluginInfoHelper. getPluginDescriptionTable(PluginEntry dpe)
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.info_dialog_dbe with type arguments of type PluginEntry Modifier and Type Method Description static String
PluginInfoHelper. pretifyPluginList(Collection<PluginEntry> pluginEntries)
-
Uses of PluginEntry in org.graffiti.managers.pluginmgr
Classes in org.graffiti.managers.pluginmgr that implement PluginEntry Modifier and Type Class Description class
DefaultPluginEntry
Represents a plugin entry in the plugin manager.Methods in org.graffiti.managers.pluginmgr that return PluginEntry Modifier and Type Method Description PluginEntry[]
PluginSelector. getSelectedItems()
Returns the selected plugin entries.Methods in org.graffiti.managers.pluginmgr that return types with arguments of type PluginEntry Modifier and Type Method Description Collection<PluginEntry>
PluginDescription. getChildPlugins()
Collection<PluginEntry>
DefaultPluginManager. getPluginEntries()
Returns the corrent list of plugin entries.Collection<PluginEntry>
PluginManager. getPluginEntries()
Returns the current list of plugin entries.Methods in org.graffiti.managers.pluginmgr with parameters of type PluginEntry Modifier and Type Method Description void
PluginDescription. addChild(PluginEntry plugin)
void
DefaultPluginManager. loadPlugins(PluginEntry[] plugins)
Loads the plugin from the given location.void
DefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer)
void
DefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer, boolean doAutomatic)
Loads the plugin from the given location.The progress made is displayed with progressViewer.void
PluginManager. loadPlugins(PluginEntry[] plugins)
Loads the plugins described by the given entries.