Package | Description |
---|---|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
Modifier and Type | Method and Description |
---|---|
static void |
HtmlBrowser.setFactory(HtmlBrowser.Factory brFactory)
Deprecated.
Use Lookup instead to register factories
|
Constructor and Description |
---|
HtmlBrowser(HtmlBrowser.Factory fact,
boolean toolbar,
boolean statusLine)
Creates new html browser.
|
HtmlBrowser(HtmlBrowser.Factory fact,
boolean toolbar,
boolean statusLine,
Component extraToolbar)
Creates new html browser.
|