Package | Description |
---|---|
com.sun.javafx.webkit.drt | |
com.sun.webkit | |
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Method and Description |
---|---|
private void |
DumpRenderTree.dumpBflItem(BackForwardList.Entry item,
int indent,
boolean isCurrent) |
Modifier and Type | Field and Description |
---|---|
private BackForwardList.Entry[] |
BackForwardList.Entry.children |
Modifier and Type | Method and Description |
---|---|
private static BackForwardList.Entry[] |
BackForwardList.bflItemGetChildren(long item,
long page) |
BackForwardList.Entry |
BackForwardList.get(int index) |
BackForwardList.Entry[] |
BackForwardList.Entry.getChildren() |
BackForwardList.Entry |
BackForwardList.getCurrentEntry() |
BackForwardList.Entry[] |
BackForwardList.toArray() |
Modifier and Type | Method and Description |
---|---|
boolean |
BackForwardList.contains(BackForwardList.Entry e) |
int |
BackForwardList.indexOf(BackForwardList.Entry e) |
Modifier and Type | Field and Description |
---|---|
private BackForwardList.Entry |
WebHistory.Entry.peer |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
WebHistory.Entry.isPeer(BackForwardList.Entry entry) |
Constructor and Description |
---|
Entry(BackForwardList.Entry entry) |