| ||||||||
| Changed: | ||||||||
| < < |
Steps to create a plugin | |||||||
| > > |
Steps to create a plugin | |||||||
| Added: | ||||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < |
1. implement shiva.interfaces.ShivaPlugin interface
2. have public final static String PLUGIN_DESCRIPTION = "About Shiva";
3. in shiva/resources/start.xml specify the plugin class:
| |||||||
| > > |
At this point, the plugin can be loaded by SHIVA. | |||||||
| Changed: | ||||||||
| < < |
4. for menu/toolbar command type of plugins, in "start()" function, you do
| |||||||
| > > |
For specific types of plugins, check the following links:
| |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
| |||||||
|
Revision r1.1 - 13 Sep 2005 - 19:36 - Main.HengYuan Revision r1.3 - 06 Jan 2006 - 22:55 - Main.HengYuan |