Hi,
I had to add the following method:
/**
* Allows for a check of the import facility before actually doing the
* import. If true is returned, then the import will be invoked by calling
* the public doFile() method of the Import class, otherwise no import is
* invoked. The import module normally returns true, but it could return
* false and call the doFile() method on it's own, which is done e.g. by
* the JavaImport after displaying a classpath dialog.
*
* @param importer the Import instance
*
* @return whether Import.doFile() should be invoked or not
*/
boolean isApprovedImport(Import importer);
For all non-Java import modules, it is safe to return true.
Regards,
Thomas
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]