Class DBE_PluginAdapter
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.DBE_PluginAdapter
- All Implemented Interfaces:
GenericPlugin
- Direct Known Subclasses:
DBEplugin
,SetBackgroundColorPlugin
public class DBE_PluginAdapter extends GenericPluginAdapter
- Author:
- Christian Klukas (c) 2004 IPK-Gatersleben
-
Constructor Summary
Constructors Constructor Description DBE_PluginAdapter()
-
Method Summary
Methods inherited from class org.graffiti.plugin.GenericPluginAdapter
configure, doBeforeExit, getAddonIcon, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getGraphPostProcessors, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, setIsAddon, stop
-
Constructor Details
-
DBE_PluginAdapter
public DBE_PluginAdapter()
-
-
Method Details
-
getIcon
Description copied from class:GenericPluginAdapter
Returns the default icon for a plugin, which does not overwrite this method.- Specified by:
getIcon
in interfaceGenericPlugin
- Overrides:
getIcon
in classGenericPluginAdapter
- Returns:
- the default plugin icon for a plugin implementation, which does not overwrite this method.
-