[JPP-Devel] Adding new file types to Open... dialogue box

2008-06-30 Thread Christopher
File opening question: In OpenJUMP, how does one add a new file type and file handler to the “File-Open...” or “File-Open File...” dialogue box? --Christopher PS, as an update of my progress on the TIN module, I have a crude display pipeline written, but untested. I should have it up and

Re: [JPP-Devel] Adding new file types to Open... dialogue box

2008-06-30 Thread Stefan Steiniger
Hei Christopher, does this page help? http://openjump.org/wiki/show/HOWTO+Create+an+Open+Wizard You also can start with the OpenJUMPConfiguration file where for instance MrSID support is added. But the difference here is, that this is an image format. Stefan Christopher schrieb: File

Re: [JPP-Devel] Adding new file types to Open... dialogue box

2008-06-30 Thread Paul Austin
The Open File..., works with the FileLayerLoader, this is by far the easiest option if you want to open something from a file. It also supports loading files from within zip files. See org.openjump.core.ui.io.file.DataSourceFileLayerLoader for an example