See: Description
Package | Description |
---|---|
org.netbeans.api.htmlui |
HTMLUI NetBeans Platform specific bindings over standard HTML for Java API.
FreeGeoIp service no longer works. Removing the default GeoIp location provider.
Each WebView
created by one of the
annotations (
@HTMLComponent,
@HTMLDialog,
@OpenHTMLRegistration
) is by default skinned with a CSS that makes it
look like the the other Swing components.
Read more...
The HTML UI API for Java revision 1.1 supports technolgy identifiers. Now they can be used via NetBeans annotations as well.
The HTML UI API for Java and NetBeans has been included in the NetBeans platform.
Primary purpose of this API is to allow smooth use of HTML based UI in NetBeans Platform. To achieve that it provides specific annotatations like @OpenHTMLRegistration, but otherwise it builds on the same usecases as the HTML for Java API.
|
|
The sources for the module are in the NetBeans Mercurial repositories.
The HTML for Java & NetBeans API is a classical NetBeans module. However it depends on other modules provided by the HTML for Java project and those are OSGi bundles. As such, when one decides to use this module, one needs to turn on an OSGi container inside of the NetBeans Platform. It can be either Felix or NetBeans version of Equinox.
Read more about the implementation in the answers to architecture questions.