Proparse Java/SWT tree view

This is an example of using Proparse from Java. It is self contained with Java source and the JNI DLL necessary for loading Proparse from Java.

It contains a "ProparseLdr" class to make it easy to interface with Proparse.dll, and a "Node" class to make it easy to work with nodes in Proparse's syntax tree.

It also contains an SWT example (SWT is the widget toolkit from eclipse.org) of browsing Proparse's syntax tree:

Proparse tree browser in SWTProparse tree browser in SWT

Version 02, 13 Sep 2004: Added the ability to configure Proparse via an optional "proparse.config" file. See TreeView.java and ProparseUtil.java.

See "Attachments" below for download.


AttachmentSize
proparse_java02.zip1.7 MB