JGraphpad Pro
v6.0.5.0


com.jgraph.editor
Interface JGraphEditorPlugin


public interface JGraphEditorPlugin

Defines the requirements for a class that may be used define addon functionality for a JGraph editor.


Method Summary
 void initialize(JGraphEditor editor, Node configuration)
          Initializes the plugin for the specified editor using configuration
 

Method Detail

initialize

public void initialize(JGraphEditor editor,
                       Node configuration)
                throws Exception
Initializes the plugin for the specified editor using configuration

Parameters:
editor - The editor to initialize the plugin for.
configuration - The configuration for the plugin.
Throws:
Exception - To indicate that the plugin could not be initialized.

JGraphpad Pro
v6.0.5.0


Copyright (C) 2005 JGraph.com. All rights reserved.