| com.jgraph.editor.JGraphEditorPlugin
All known Subclasses: com.jgraph.epsplugin.JGraphpadEPSPlugin, com.jgraph.twikiplugin.JGraphpadTWikiPlugin, com.jgraph.l2fplugin.JGraphpadL2FPlugin, com.jgraph.codecplugin.JGraphpadCodecPlugin, com.jgraph.bshplugin.JGraphpadBshPlugin, com.jgraph.browserplugin.JGraphpadBrowserPlugin, com.jgraph.svgplugin.JGraphpadSVGPlugin, com.jgraph.pdfplugin.JGraphpadPDFPlugin, com.jgraph.jgxplugin.JGraphpadJGXPlugin,
JGraphEditorPlugin | public interface JGraphEditorPlugin (Code) | | Defines the requirements for a class that may be used define addon
functionality for a JGraph editor.
|
initialize | public void initialize(JGraphEditor editor, Node configuration) throws Exception(Code) | | Initializes the plugin for the specified editor using
configuration
Parameters: editor - The editor to initialize the plugin for. Parameters: configuration - The configuration for the plugin. throws: Exception - To indicate that the plugin could not be initialized. |
|
|