Package vanted_feature
Class PluginFeatureDataMapping
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
vanted_feature.PluginFeatureDataMapping
- All Implemented Interfaces:
GenericPlugin
public class PluginFeatureDataMapping extends IPK_PluginAdapter
- Author:
- Christian Klukas
-
Constructor Summary
Constructors Constructor Description PluginFeatureDataMapping()
-
Method Summary
Modifier and Type Method Description void
configure(Preferences p)
Runs configuration routines for the plugin, e.g.Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
getIcon, getInspectorTabs
Methods inherited from class org.graffiti.plugin.GenericPluginAdapter
doBeforeExit, getAddonIcon, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getGraphPostProcessors, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, setIsAddon, stop
-
Constructor Details
-
PluginFeatureDataMapping
public PluginFeatureDataMapping()
-
-
Method Details
-
configure
Description copied from class:GenericPluginAdapter
Runs configuration routines for the plugin, e.g. load preferences etc.- Specified by:
configure
in interfaceGenericPlugin
- Overrides:
configure
in classGenericPluginAdapter
- Parameters:
p
- DOCUMENT ME!
-