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 PluginDescription
Addon. getDescription()
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.addons with parameters of type PluginDescription Modifier and Type Method Description AddOnInstallResult
AddonManagerPlugin. 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 void
IPKeditComponents. 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 String
PluginInfoHelper. 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 void
PreferencesDialog. 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 void
AttributeTypesManager. 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 void
MainFrame. 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 void
AttributeComponentManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)
Called by the plugin manager, iff a plugin has been added.void
DefaultAlgorithmManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)
void
DefaultIOManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)
void
DefaultModeManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)
void
DefaultToolManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)
void
DefaultURLattributeActionManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)
void
DefaultViewManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)
void
EditComponentManager. pluginAdded(GenericPlugin plugin, PluginDescription desc)
Called by the plugin manager, iff a plugin has been added.void
PreferenceManager. 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 PluginDescription
DefaultPluginEntry. getDescription()
Returns the description of the plugin.PluginDescription
PluginEntry. getDescription()
Returns the plugin description of this entry.PluginDescription
PluginXMLParser. parse(InputStream is)
Parses the givenplugin.xml
file.Methods in org.graffiti.managers.pluginmgr with parameters of type PluginDescription Modifier and Type Method Description void
DefaultPluginManager. loadPlugin(PluginDescription description, URL pluginLocation, Boolean loadOnStartup)
Loads the plugin from the given location.void
PluginManager. loadPlugin(PluginDescription desc, URL pluginLocation, Boolean loadOnStartup)
Loads the plugin from the given location.void
PluginManagerListener. pluginAdded(GenericPlugin plugin, PluginDescription desc)
Called by the plugin manager, iff a plugin has been added.void
DefaultPluginEntry. setDescription(PluginDescription description)
Sets the description.void
PluginEntry. setDescription(PluginDescription description)
Sets the description.void
PluginXMLParser. setPluginDescription(PluginDescription description)
Sets the internal temporary plugin description to the given value.void
PluginXMLParser. 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 void
Session. 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 PluginDescription
PluginHelper. readPluginDescription(URL pluginLocation)
Reads and returns the plugin description of the plugin from the given URL.