JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.sun.javafx.runtime.eula
Interface Eula
public interface
Eula
A simple interface to show the End User License Agreement(EULA) dialog
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
accept
()
accept the EULA, so no EULA dialog will be displayed
boolean
show
()
display the eula dialog, if not already shown
Method Detail
show
boolean show()
display the eula dialog, if not already shown
Returns:
false if eula was rejected, true otherwise
accept
void accept()
accept the EULA, so no EULA dialog will be displayed
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method