Class TestPlugin
java.lang.Object
|
+--TestPlugin
- class TestPlugin
- extends java.lang.Object
The TestPlugin class may be invoked from MAExplorer when debugging MAEPlugins.
It uses the TestPluginCode class that is created when service the
(Plugins | Test Plugin Code) menu entry.
Put the name of the class you want test here!user's test Plugin code.
After it is working, it can be packaged into a .jar file and put into
the Plugins/ folder in the MAExplorer distribution tree.
This work was produced by Peter Lemkin of the National Cancer
Institute, an agency of the United States Government. As a work of
the United States Government there is no associated copyright. It is
offered as open source software under the Mozilla Public License
(version 1.1) subject to the limitations noted in the accompanying
LEGAL file. This notice must be included with the code. The MAExplorer
Mozilla and Legal files are available on http://maexplorer.sourceforge.net/.
- Version:
- $Date: 2003/04/24 20:16:20 $ $Revision: 1.13 $
- Author:
- P. Lemkin (NCI), G.Thornwall (SAIC), NCI-Frederick, Frederick, MD
- See Also:
- MAExplorer Home
Constructor Summary |
(package private) |
TestPlugin(MaeJavaAPI mja)
TestPlugin() - constructor to invoke user's test Plugin code. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
TestPlugin
TestPlugin(MaeJavaAPI mja)
- TestPlugin() - constructor to invoke user's test Plugin code. After it
is working, it can be packaged into a .jar file and put into the Plugins/
folder in the MAExplorer distribution tree.
- Parameters:
mja
- is instance of the Open Java API interface in case needed