| Package | Description |
|---|---|
| net.java.html |
Representation of the
browser context. |
| org.netbeans.html.context.spi |
Service provider classes to build
BrwsrCtx
instances. |
| Modifier and Type | Field and Description |
|---|---|
static BrwsrCtx |
BrwsrCtx.EMPTY
Dummy context without binding to any real browser or technology.
|
| Modifier and Type | Method and Description |
|---|---|
static BrwsrCtx |
BrwsrCtx.findDefault(Class<?> requestor)
Seeks for the default context that is associated with the requesting
class.
|
| Modifier and Type | Method and Description |
|---|---|
BrwsrCtx |
Contexts.Builder.build()
Generates context based on values previously inserted into
this builder.
|
| Modifier and Type | Method and Description |
|---|---|
static <Tech> Tech |
Contexts.find(BrwsrCtx context,
Class<Tech> technology)
Seeks for the specified technology in the provided context.
|
Copyright © 2017 NetBeans. All Rights Reserved.