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.String
getName()
void
init()
Initialize the plugin at startingvoid
start(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:
getName
in interfaceEditixPlugin
- Returns:
- the name of the plugin
-
init
public void init()Description copied from interface:EditixPlugin
Initialize the plugin at starting- Specified by:
init
in interfaceEditixPlugin
-
start
Start the plugin and insert Hello world at the current document location- Specified by:
start
in interfaceEditixPlugin
-