Package com.japisoft.editix.plugin
Class TestPlugin
java.lang.Object
com.japisoft.editix.plugin.TestPlugin
- All Implemented Interfaces:
EditixPlugin
public class TestPlugin extends java.lang.Object implements EditixPlugin
- Version:
- 1.0
- Author:
- (c) 2003 JAPISoft / Alexandre Brillant
-
Constructor Summary
Constructors Constructor Description TestPlugin() -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()voidinit()Initialize the plugin at startingvoidstart(PluginContext context)Start the plugin and insert Hello world at the current document location
-
Constructor Details
-
TestPlugin
public TestPlugin()
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getNamein interfaceEditixPlugin- Returns:
- the name of the plugin
-
init
public void init()Description copied from interface:EditixPluginInitialize the plugin at starting- Specified by:
initin interfaceEditixPlugin
-
start
Start the plugin and insert Hello world at the current document location- Specified by:
startin interfaceEditixPlugin
-