Class IPKDefaultView
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
org.graffiti.plugin.EditorPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.DBE_EditorPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.IPKDefaultView
- All Implemented Interfaces:
EditorPlugin
,GenericPlugin
public class IPKDefaultView extends DBE_EditorPluginAdapter
PlugIn for default view of graffiti graph editor
- Version:
- $Revision$
-
Field Summary
Fields inherited from class org.graffiti.plugin.EditorPluginAdapter
tools
-
Constructor Summary
Constructors Constructor Description IPKDefaultView()
Constructor for DefaultView. -
Method Summary
Modifier and Type Method Description String
getDefaultView()
Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.DBE_EditorPluginAdapter
getIcon
Methods inherited from class org.graffiti.plugin.EditorPluginAdapter
getAttributeComponents, getGUIComponents, getInspectorTabs, getModes, getShapes, getTools, getValueEditComponents
Methods inherited from class org.graffiti.plugin.GenericPluginAdapter
configure, doBeforeExit, getAddonIcon, getAlgorithms, getAttributeDescriptions, getAttributes, getDependencies, getExtensions, getGraphPostProcessors, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, setIsAddon, stop
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.graffiti.plugin.GenericPlugin
configure, doBeforeExit, getAlgorithms, getAttributeDescriptions, getAttributes, getDependencies, getExtensions, getInputSerializers, getOutputSerializers, getURLattributeActions, getViews, interrupt, isSelectionListener, isSessionListener, isViewListener, needsEditComponents, stop
-
Constructor Details
-
IPKDefaultView
public IPKDefaultView()Constructor for DefaultView.
-
-
Method Details
-
getDefaultView
- Specified by:
getDefaultView
in interfaceGenericPlugin
- Overrides:
getDefaultView
in classGenericPluginAdapter
-