Example usage for Java javafx.scene.web WebView fields, constructors, methods, implement or subclass
The text is from its open source code.
WebView() Creates a WebView object. |
WebEngine | getEngine() Returns the WebEngine object. |
DoubleProperty | prefHeightProperty() Preferred height property. |
DoubleProperty | prefWidthProperty() Preferred width property. |
void | setContextMenuEnabled(boolean value) |
void | setMaxSize(double maxWidth, double maxHeight) Convenience method for setting maximum width and height. |
void | setMinSize(double minWidth, double minHeight) Convenience method for setting minimum width and height. |