Java javafx.scene.web WebHistory fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.web WebHistory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.web WebHistory.

The text is from its open source code.

Method

ObservableListgetEntries()
Returns an unmodifiable observable list of all entries in the history.
voidgo(int offset)
Navigates the web engine to the URL defined by the Entry object within the specified position relative to the current entry.