Skip navigation links
B C E F N O R 

B

BrwsrCtx - Class in net.java.html
Represents context where the net.java.html.json.Model and other objects operate in.
build() - Method in class org.netbeans.html.context.spi.Contexts.Builder
Generates context based on values previously inserted into this builder.
Builder(Object[]) - Constructor for class org.netbeans.html.context.spi.Contexts.Builder
 

C

Contexts - Class in org.netbeans.html.context.spi
Factory class to assign various technologies to a browser context.
Contexts.Builder - Class in org.netbeans.html.context.spi
Support for providers of new BrwsrCtx.
Contexts.Id - Annotation Type in org.netbeans.html.context.spi
Identifies the technologies passed to context builder by a name.
Contexts.Provider - Interface in org.netbeans.html.context.spi
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.

E

EMPTY - Static variable in class net.java.html.BrwsrCtx
Dummy context without binding to any real browser or technology.
execute(Runnable) - Method in class net.java.html.BrwsrCtx
Runs provided code in the context of this BrwsrCtx.

F

fillContext(Contexts.Builder, Class<?>) - Method in interface org.netbeans.html.context.spi.Contexts.Provider
Register into the context if suitable technology is available for the requesting class.
fillInByProviders(Class<?>, Contexts.Builder) - Static method in class org.netbeans.html.context.spi.Contexts
Seeks ServiceLoader for all registered instances of Contexts.Provider and asks them to fill the builder.
find(BrwsrCtx, Class<Tech>) - Static method in class org.netbeans.html.context.spi.Contexts
Seeks for the specified technology in the provided context.
findDefault(Class<?>) - Static method in class net.java.html.BrwsrCtx
Seeks for the default context that is associated with the requesting class.

N

net.java.html - package net.java.html
Representation of the browser context.
newBuilder(Object...) - Static method in class org.netbeans.html.context.spi.Contexts
Creates new, empty builder for creation of BrwsrCtx.
newBuilder() - Static method in class org.netbeans.html.context.spi.Contexts
Creates new, empty builder for creation of BrwsrCtx.

O

org.netbeans.html.context.spi - package org.netbeans.html.context.spi
Service provider classes to build BrwsrCtx instances.

R

register(Class<Tech>, Tech, int) - Method in class org.netbeans.html.context.spi.Contexts.Builder
Registers new technology into the context.
B C E F N O R 
Skip navigation links

Copyright © 2017 NetBeans. All rights reserved.