- Java access to the GGobi instance.
-
Native methods for accessing the data and methods of a ggobid.
Call the constructor with the GGobi instance.
Done. If such a method exists, call it. Otherwise, use default
constructor. May call onCreate later.
- Support for the different events generated by GGobi.
-
- Support for listing dependent plugins.
-
In the GGobiPluginDetails structure
but not utilized yet.
Added to read_init.c also.
Needs to be used in the loading of the libraries
- Figure out where the Gtk-CRITICAL errors are coming from
- Use the RandomPlugin class.
ggobi --datamode=jrand
-
Some example plugins.
- Directory Tree and file selector
- Tree of displays
- Input plugin for reading XML (e.g. network, genetic,
gnumeric data)
- FTP/HTTP data input.
-
Fixed
- Implement general plugin methods.
-
Done.
Need way to invoke the onLoad and onUnload.
We can really do away with the OnCreate method.
It is the constructor.
Perhaps we can use it to ensure a method
that takes a GGobi instance.
- Mechanism to force the immediate loading of a class.
- Can hijack the PluginDetails for the JVM plugin.
Usual mechanism works now that we have a separate Details
section for each plugin.
- Fix the class names if they have . instead of /
- fixJavaClassName()
Duncan Temple Lang
<duncan@research.bell-labs.com>
Last modified: Mon Nov 19 23:24:52 EST 2001