| java.lang.Object com.jgraph.bshplugin.JGraphpadBshPlugin
JGraphpadBshPlugin | public class JGraphpadBshPlugin implements JGraphEditorPlugin(Code) | | Plugin for using Bsh in JGraphpad Pro. Adds a shell console to the bottom
tabs in the main window.
|
Method Summary | |
public void | initialize(JGraphEditor editor, Node configuration) Initializes the plugin by registering all factory methods. |
initialize | public void initialize(JGraphEditor editor, Node configuration)(Code) | | Initializes the plugin by registering all factory methods.
Parameters: editor - The enclosing editor for the plugin. Parameters: configuration - The object to configure the plugin with. |
|
|