Example usage for Java javafx.scene.web WebHistory fields, constructors, methods, implement or subclass
The text is from its open source code.
ObservableList | getEntries() Returns an unmodifiable observable list of all entries in the history. |
void | go(int offset) Navigates the web engine to the URL defined by the Entry object within the specified position relative to the current entry. |