Class TestPluginCode
java.lang.Object
|
+--TestPluginCode
- class TestPluginCode
- extends java.lang.Object
This is a dummy class meant to be used with TestPluginCode for testing MAEPlugins.
The primary class is invoked by a plugin (not the MAEPlugin extended class,
but the class that calls.
The mae.DBUG_TEST_PLUGIN_FLAG enables testing MAEPlugin code
from the initial menu without doing a dynamic load class.
The class that the Plugin invokes should be linked
with MAExplorer and invoked by TestPlugin menu that
then invokes the class. This means that you need to
edit TestPluginCode.java to invoke the code you want to debug
with MAExplorer.
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.7 $
- Author:
- P. Lemkin (NCI), G.Thornwall (SAIC), NCI-Frederick, Frederick, MD
- See Also:
- MAExplorer Home,
TestPlugin
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
TestPluginCode
TestPluginCode(MAExplorer mae)
throws java.lang.ClassNotFoundException
- TestPluginCode() - constructor to capture mae.
- Parameters:
mae
- is instance of MAExplorer- See Also:
TestPlugin