Package | Description |
---|---|
com.sun.javafx.scene.web.skin | |
com.sun.javafx.sg.prism.web | |
com.sun.javafx.webkit | |
com.sun.javafx.webkit.drt | |
com.sun.javafx.webkit.theme | |
com.sun.webkit | |
com.sun.webkit.network | |
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private WebPage |
HTMLEditorSkin.webPage |
Modifier and Type | Field and Description |
---|---|
private WebPage |
NGWebView.page |
Modifier and Type | Method and Description |
---|---|
void |
NGWebView.setPage(WebPage page) |
Modifier and Type | Field and Description |
---|---|
private WebPage |
InputMethodClientImpl.webPage |
Modifier and Type | Method and Description |
---|---|
WebPage |
UIClientImpl.createPage(boolean menu,
boolean status,
boolean toolbar,
boolean resizable) |
abstract WebPage |
Accessor.getPage() |
WebPage |
Accessor.PageAccessor.getPage(WebEngine w) |
static WebPage |
Accessor.getPageFor(WebEngine w) |
Constructor and Description |
---|
InputMethodClientImpl(WebView wv,
WebPage webPage) |
Modifier and Type | Field and Description |
---|---|
private WebPage |
EventSender.webPage
The web page to send events to.
|
private WebPage |
UIClientImpl.webPage |
private WebPage |
DumpRenderTree.webPage |
Modifier and Type | Method and Description |
---|---|
WebPage |
UIClientImpl.createPage(boolean menu,
boolean status,
boolean toolbar,
boolean resizable) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
DumpRenderTree.dumpUnloadListeners(WebPage page,
long frame) |
private static java.lang.String |
DumpRenderTree.getFrameDescription(WebPage page,
long frame) |
private static java.lang.String |
DumpRenderTree.getUnloadListenersDescription(WebPage page,
long frame) |
(package private) void |
UIClientImpl.setWebPage(WebPage webPage) |
Constructor and Description |
---|
EventSender(WebPage webPage)
Creates a new
EventSender . |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
PopupMenuImpl.doShow(ContextMenu popup,
WebPage page,
int anchorX,
int anchorY) |
protected void |
PopupMenuImpl.show(WebPage page,
int x,
int y,
int width) |
Modifier and Type | Field and Description |
---|---|
private WebPage |
BackForwardList.page |
private WebPage |
ContextMenu.ShowContext.page |
private WebPage |
WCWidget.page |
Modifier and Type | Method and Description |
---|---|
WebPage |
UIClient.createPage(boolean menu,
boolean status,
boolean toolbar,
boolean resizable) |
private WebPage |
WebPage.fwkCreateWindow(boolean menu,
boolean status,
boolean toolbar,
boolean resizable) |
WebPage |
ContextMenu.ShowContext.getPage() |
(package private) WebPage |
WCWidget.getPage() |
Modifier and Type | Method and Description |
---|---|
private static WCPluginWidget |
WCPluginWidget.create(WebPage webPage,
int width,
int height,
java.lang.String urlString,
java.lang.String mimeType,
java.lang.String[] pNames,
java.lang.String[] pValues) |
private static ColorChooser |
ColorChooser.fwkCreateAndShowColorChooser(WebPage webPage,
int r,
int g,
int b,
long pdata) |
private void |
PopupMenu.fwkShow(WebPage page,
int x,
int y,
int width) |
private void |
ContextMenu.fwkShow(WebPage webPage,
long pData,
int x,
int y) |
protected abstract void |
PopupMenu.show(WebPage page,
int x,
int y,
int width) |
Constructor and Description |
---|
BackForwardList(WebPage page) |
ColorChooser(WebPage webPage,
Color color,
long data) |
ShowContext(WebPage page,
long pdata) |
WCFrameView(WebPage page) |
WCPluginWidget(WebPage webPage,
Plugin plugin,
int width,
int height) |
WCWidget(WebPage page) |
Modifier and Type | Field and Description |
---|---|
private WebPage |
SocketStreamHandle.webPage |
private WebPage |
URLLoader.webPage |
Modifier and Type | Method and Description |
---|---|
private static SocketStreamHandle |
SocketStreamHandle.fwkCreate(java.lang.String host,
int port,
boolean ssl,
WebPage webPage,
long data) |
private static URLLoader |
NetworkContext.fwkLoad(WebPage webPage,
boolean asynchronous,
java.lang.String url,
java.lang.String method,
java.lang.String headers,
FormDataElement[] formDataElements,
long data)
Starts an asynchronous load or executes a synchronous one.
|
Constructor and Description |
---|
SocketStreamHandle(java.lang.String host,
int port,
boolean ssl,
WebPage webPage,
long data) |
URLLoader(WebPage webPage,
ByteBufferPool byteBufferPool,
boolean asynchronous,
java.lang.String url,
java.lang.String method,
java.lang.String headers,
FormDataElement[] formDataElements,
long data)
Creates a new
URLLoader . |
Modifier and Type | Field and Description |
---|---|
private WebPage |
WebEngine.page
The object that provides interaction with the native webkit core.
|
private WebPage |
WebEngine.SelfDisposer.page |
private WebPage |
WebView.page |
Modifier and Type | Method and Description |
---|---|
(package private) WebPage |
WebEngine.getPage() |
WebPage |
WebEngine.AccessorImpl.getPage() |
Constructor and Description |
---|
SelfDisposer(WebPage page) |
WebHistory(WebPage page) |