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 StringPluginInfoHelper. 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 StringPluginInfoHelper. 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 classDefaultPluginEntryRepresents 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 voidPluginDescription. addChild(PluginEntry plugin)voidDefaultPluginManager. loadPlugins(PluginEntry[] plugins)Loads the plugin from the given location.voidDefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer)voidDefaultPluginManager. loadPlugins(PluginEntry[] plugins, ProgressViewer progressViewer, boolean doAutomatic)Loads the plugin from the given location.The progress made is displayed with progressViewer.voidPluginManager. loadPlugins(PluginEntry[] plugins)Loads the plugins described by the given entries.