| Package | Description |
|---|---|
| org.apidesign.html.context.spi |
| Modifier and Type | Method and Description |
|---|---|
static Contexts.Builder |
Contexts.newBuilder()
Creates new, empty builder for creation of
BrwsrCtx. |
<Tech> Contexts.Builder |
Contexts.Builder.register(Class<Tech> type,
Tech impl,
int position)
Registers new technology into the context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contexts.Provider.fillContext(Contexts.Builder context,
Class<?> requestor)
Register into the context if suitable technology is
available for the requesting class.
|
Copyright © 2014 NetBeans. All Rights Reserved.