Package | Description |
---|---|
org.netbeans.html.context.spi |
Service provider classes to build
BrwsrCtx
instances. |
Modifier and Type | Method and Description |
---|---|
static Contexts.Builder |
Contexts.newBuilder()
Creates new, empty builder for creation of
BrwsrCtx . |
static Contexts.Builder |
Contexts.newBuilder(Object... context)
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.
|
static boolean |
Contexts.fillInByProviders(Class<?> requestor,
Contexts.Builder cb)
Seeks
ServiceLoader for all registered instances of
Contexts.Provider and asks them to fill
the builder . |
Copyright © 2018 NetBeans. All rights reserved.