|
|
NetBeans Platform API Improvements
Visual Library API. The Visual Library API, which is the next generation
Graph Library, is useful for data visualization, such as graph-oriented
modeling, in NetBeans modules. For further information, view
demo
or visit http://graph.netbeans.org/.
NetBeans Preferences API. The NetBeans Preferences API provides a
NetBeans-specific implementation of the JDK's Preferences API. For example, it
allows you to store preferences in the NetBeans user directory.
Lexer. Enhanced NetBeans API for creating tokens from a textual input.
The tokens can then be used to, for example, provide syntax coloring. For
further information, see
http://lexer.netbeans.org/.
Logger. NetBeans API ErrorManager deprecated, in favor of standard JDK's
Logger mechanism. For details, see
Logging in NetBeans.
Generified Interfaces. The JDK 1.5 generics are used throughout the
NetBeans APIs. |