Uses of Class
org.graffiti.managers.pluginmgr.PluginDescription
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.addons | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.enhanced_attribute_editors | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.info_dialog_dbe |
Contains the Info Dialog for Database Editor and its helper.
|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings | |
| org.graffiti.attributes | |
| org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
| org.graffiti.managers | |
| org.graffiti.managers.pluginmgr |
Contains classes for the plugin manager.
|
| org.graffiti.session |
Contains classes, which are needed for the session handling.
|
| org.graffiti.util |
Contains utility classes for frequently needed functionality.
|
-
Uses of PluginDescription in de.ipk_gatersleben.ag_nw.graffiti.plugins.addons
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.addons that return PluginDescription Modifier and Type Method Description PluginDescriptionAddon. getDescription()Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.addons with parameters of type PluginDescription Modifier and Type Method Description AddOnInstallResultAddonManagerPlugin. addAddon(PluginDescription pd, File f, boolean onStartup)Adds the addon to Vanted.Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.addons with parameters of type PluginDescription Constructor Description Addon(File file, URL xmlURL, PluginDescription pd, boolean active, ImageIcon icon) -
Uses of PluginDescription in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.enhanced_attribute_editors
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.enhanced_attribute_editors with parameters of type PluginDescription Modifier and Type Method Description voidIPKeditComponents. pluginAdded(GenericPlugin plugin, PluginDescription desc) -
Uses of PluginDescription 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 PluginDescription Modifier and Type Method Description static StringPluginInfoHelper. getSummaryInfo(boolean includeVersionAndAvailability, PluginDescription pd, GenericPlugin gp) -
Uses of PluginDescription in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.plugin_settings with parameters of type PluginDescription Modifier and Type Method Description voidPreferencesDialog. pluginAdded(GenericPlugin plugin, PluginDescription desc) -
Uses of PluginDescription in org.graffiti.attributes
Methods in org.graffiti.attributes with parameters of type PluginDescription Modifier and Type Method Description voidAttributeTypesManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)Called by the plugin manager, iff a plugin has been added. -
Uses of PluginDescription in org.graffiti.editor
Methods in org.graffiti.editor with parameters of type PluginDescription Modifier and Type Method Description voidMainFrame. pluginAdded(GenericPlugin plugin, PluginDescription desc)Called by the plugin manager, iff a plugin has been added. -
Uses of PluginDescription in org.graffiti.managers
Methods in org.graffiti.managers with parameters of type PluginDescription Modifier and Type Method Description voidAttributeComponentManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)Called by the plugin manager, iff a plugin has been added.voidDefaultAlgorithmManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)voidDefaultIOManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)voidDefaultModeManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)voidDefaultToolManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)voidDefaultURLattributeActionManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)voidDefaultViewManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)voidEditComponentManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)Called by the plugin manager, iff a plugin has been added.voidPreferenceManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)called each time a plugin gets loaded Checks the Plugins entries (Views, Algorithms, Tabs, ViewComponents, Tools) if they implement the PreferenceInterface If so, the preferences of this class will be a) read (and stored), if this is a new class (first time) b) set, if there are present preferences stored Also this algorithm will synchronize the preferences, in case preferences have been created or deleted. -
Uses of PluginDescription in org.graffiti.managers.pluginmgr
Methods in org.graffiti.managers.pluginmgr that return PluginDescription Modifier and Type Method Description PluginDescriptionDefaultPluginEntry. getDescription()Returns the description of the plugin.PluginDescriptionPluginEntry. getDescription()Returns the plugin description of this entry.PluginDescriptionPluginXMLParser. parse(InputStream is)Parses the givenplugin.xmlfile.Methods in org.graffiti.managers.pluginmgr with parameters of type PluginDescription Modifier and Type Method Description voidDefaultPluginManager. loadPlugin(PluginDescription description, URL pluginLocation, Boolean loadOnStartup)Loads the plugin from the given location.voidPluginManager. loadPlugin(PluginDescription desc, URL pluginLocation, Boolean loadOnStartup)Loads the plugin from the given location.voidPluginManagerListener. pluginAdded(GenericPlugin plugin, PluginDescription desc)Called by the plugin manager, iff a plugin has been added.voidDefaultPluginEntry. setDescription(PluginDescription description)Sets the description.voidPluginEntry. setDescription(PluginDescription description)Sets the description.voidPluginXMLParser. setPluginDescription(PluginDescription description)Sets the internal temporary plugin description to the given value.voidPluginXMLParser. validateDescription(PluginDescription description)Validates the given current plugin description.Constructors in org.graffiti.managers.pluginmgr with parameters of type PluginDescription Constructor Description DefaultPluginEntry(String fileName, PluginDescription description)Constructs a new plugin entry.DefaultPluginEntry(PluginDescription description, GenericPlugin plugin, Boolean loadOnStartup, URL pluginLocation)Constructs a new plugin entry. -
Uses of PluginDescription in org.graffiti.session
Methods in org.graffiti.session with parameters of type PluginDescription Modifier and Type Method Description voidSession. pluginAdded(GenericPlugin plugin, PluginDescription desc)Called by the plugin manager, iff a plugin has been added. -
Uses of PluginDescription in org.graffiti.util
Methods in org.graffiti.util that return PluginDescription Modifier and Type Method Description static PluginDescriptionPluginHelper. readPluginDescription(URL pluginLocation)Reads and returns the plugin description of the plugin from the given URL.