com.japisoft.editix.plugin
Class TestPlugin

java.lang.Object
  extended by 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
TestPlugin()
           
 
Method Summary
 java.lang.String getName()
           
 void init()
          Initialize the plugin at starting
 void start(PluginContext context)
          Start the plugin and insert Hello world at the current document location
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPlugin

public TestPlugin()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface EditixPlugin
Returns:
the name of the plugin

init

public void init()
Description copied from interface: EditixPlugin
Initialize the plugin at starting

Specified by:
init in interface EditixPlugin

start

public void start(PluginContext context)
Start the plugin and insert Hello world at the current document location

Specified by:
start in interface EditixPlugin