BrwsrCtx
instances.See: Description
Interface | Description |
---|---|
Contexts.Provider |
Implementors of various HTML technologies should
register their implementation via
org.openide.util.lookup.ServiceProvider , so
ServiceLoader can find them, when their JARs are included
on the classpath of the running application. |
Class | Description |
---|---|
Contexts |
Factory class to assign various technologies
to a
browser context . |
Contexts.Builder |
Support for providers of new
BrwsrCtx . |
Annotation Type | Description |
---|---|
Contexts.Id |
Identifies the technologies passed to
context builder
by a name. |
Service provider classes to build BrwsrCtx
instances.
Copyright © 2018 NetBeans. All rights reserved.