Class IPK_EditorPluginAdapter
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
org.graffiti.plugin.EditorPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.IPK_EditorPluginAdapter
- All Implemented Interfaces:
EditorPlugin,GenericPlugin
- Direct Known Subclasses:
AddonAdapter,AddonManagerPlugin,FastViewPlugin,InvertSelectionPlugin,IPK_StandardTools,IPKeditComponents,KeggToolbarPlugin,ReferencesPlugin,ZoomFitPlugin
public class IPK_EditorPluginAdapter extends EditorPluginAdapter
- Author:
- Christian Klukas (c) 2004 IPK-Gatersleben
-
Field Summary
Fields inherited from class org.graffiti.plugin.EditorPluginAdapter
tools -
Constructor Summary
Constructors Constructor Description IPK_EditorPluginAdapter() -
Method Summary
Methods inherited from class org.graffiti.plugin.EditorPluginAdapter
getAttributeComponents, getGUIComponents, getInspectorTabs, getModes, getShapes, getTools, getValueEditComponentsMethods 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, stopMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graffiti.plugin.GenericPlugin
configure, doBeforeExit, getAlgorithms, getAttributeDescriptions, getAttributes, getDefaultView, getDependencies, getExtensions, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, stop
-
Constructor Details
-
IPK_EditorPluginAdapter
public IPK_EditorPluginAdapter()
-
-
Method Details
-
getIcon
Description copied from class:GenericPluginAdapterReturns the default icon for a plugin, which does not overwrite this method.- Specified by:
getIconin interfaceGenericPlugin- Overrides:
getIconin classGenericPluginAdapter- Returns:
- the default plugin icon for a plugin implementation, which does not overwrite this method.
-