Class IPK_PluginAdapter
java.lang.Object
org.graffiti.plugin.GenericPluginAdapter
de.ipk_gatersleben.ag_nw.graffiti.IPK_PluginAdapter
- All Implemented Interfaces:
GenericPlugin
- Direct Known Subclasses:
AlternativeIdentifiersPlugin
,AttributeAndDataMappingEvaluation
,BeanShellDesktopPlugin
,BioPAX_OWL_ReaderPlugin
,BioPAX_OWL_WriterPlugin
,CenterLayouterPlugin
,ChartAttributePlugin
,ChartAttributePlugin
,CircleLayouterPlugin
,ClusterColorAttributePlugin
,CompoundImageAttributePlugin
,DavidTestPlugin
,DeleteNodesPlugin
,ExpandReduceLayouterPlugin
,FontAttributePlugin
,GraphGenerationPlugin
,GridLayouterPlugin
,GridPlacementPlugin
,InverseGraphPlugin
,KEGG_XML_ReaderPlugin
,KeggAttributePlugin
,LabelAlignmentAttributePlugin
,LabelColorAttributePlugin
,LabelFontAttributePlugin
,LabelStyleAttributePlugin
,LinesSubstancesPlugin
,LinkVisualizationLegendPlugin
,MetatoolIOPlugin
,PajekReaderPlugin
,PluginCopyPatternLayout
,PluginFeatureClusterCommands
,PluginFeatureDataMapping
,PluginFeatureExtendedFileFormatSupport
,PluginFeatureHierarchyCommands
,PluginFeatureMacroRecording
,PluginFeatureMetaCropAccess
,PluginFeatureNetworkAnalysisCommands
,PluginFeatureStatistics
,PluginPatternSpringembedder
,PluginPatternSpringembedderNoCache
,RatioViewPlugin
,ReplaceLabelPlugin
,ResizeAndGridLayoutPlugin
,SBML_XML_ReaderPlugin
,SBML_XML_WriterPlugin
,SOMplugin
,StartLayoutPlugin
,SVGPlugin
,TextListReaderPlugin
,URLattributeContextMenuCommandPlugin
,URLAttributePlugin
,XMLAttributePlugin
public class IPK_PluginAdapter extends GenericPluginAdapter
- Author:
- Christian Klukas (c) 2004 IPK-Gatersleben
-
Constructor Summary
Constructors Constructor Description IPK_PluginAdapter()
-
Method Summary
Modifier and Type Method Description ImageIcon
getIcon()
Returns the default icon for a plugin, which does not overwrite this method.InspectorTab[]
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
-
IPK_PluginAdapter
public IPK_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.
-
getInspectorTabs
-