| java.lang.Object com.jgraph.twikiplugin.JGraphpadTWikiPlugin
JGraphpadTWikiPlugin | public class JGraphpadTWikiPlugin implements JGraphEditorPlugin(Code) | | Action to embed JGraphpad Pro into a TWiki (or other Webapplication). The
upload action requires a -upload URL option and filename to be passed to the
editor at startup, the latter also being a URL.
If the filename is not found for the URL, a new file is created using the URL
as the filename by JGraphpad.
The URL option is used to upload 3 files, using the basename of the diagram
filename. For example, a diagram filename of
http://www.example.com/diagrams/test.xml.gz will result in a basename of
test being used to upload test.xml.gz, test.map and test.png. Note that the
map file is only uploaded if the image map is not empty, ie. if the diagram's
business objects contain at least one property for the name url .
|
Field Summary | |
public static String | PATH_UICONFIG Defines the path to the UI configuration to be merged into the existing
UI configuration. |
Method Summary | |
public void | initialize(JGraphEditor editor, Node configuration) Initializes the plugin by registering all action bundles and merging the
UI configuration into the main configuration. |
PATH_UICONFIG | public static String PATH_UICONFIG(Code) | | Defines the path to the UI configuration to be merged into the existing
UI configuration.
|
initialize | public void initialize(JGraphEditor editor, Node configuration) throws ParserConfigurationException, SAXException, IOException(Code) | | Initializes the plugin by registering all action bundles and merging the
UI configuration into the main configuration.
Parameters: editor - The enclosing editor for the plugin. Parameters: configuration - The object to configure the plugin with. |
|
|