Schema Based Code Completion for NetBeans Platform Applications

Posted by Geertjan on Oracle Blogs See other posts from Oracle Blogs or by Geertjan
Published on Wed, 26 Sep 2012 19:24:11 +0000 Indexed on 2012/09/26 21:44 UTC
Read the original article Hit count: 246

Filed under:

Toni's recent blog entry provides, among several other interesting things, instructions for something I've been wanting to cover for a long time, which is schema based code completion:

The above is a sample I created via Toni's tutorial, using the schema described here:

http://www.w3schools.com/schema/schema_example.asp

The support for the Navigator ain't bad either, especially considering I didn't do any coding at all to get all this:

And here's where you can find the whole sample:

http://java.net/projects/nb-api-samples/sources/api-samples/show/versions/7.2/misc/ShipOrder

© Oracle Blogs or respective owner

Related posts about /NetBeans IDE