Class BeanShellDesktopPlugin
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.scripting.BeanShellDesktopPlugin
- All Implemented Interfaces:
GenericPlugin
public class BeanShellDesktopPlugin extends IPK_PluginAdapter
Plugin Adapter for the BeanShell Plugin.
- Author:
- Dirk Koschuetzki, Christian Klukas
-
Constructor Summary
Constructors Constructor Description BeanShellDesktopPlugin()
Creates a new BeanShellDesktopPlugin object. -
Method Summary
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
getIcon, getInspectorTabs
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
-
BeanShellDesktopPlugin
public BeanShellDesktopPlugin()Creates a new BeanShellDesktopPlugin object.
-