Example usage for Java javafx.scene.control DialogPane fields, constructors, methods, implement or subclass
The text is from its open source code.
ObservableList | getButtonTypes() Observable list of button types used for the dialog button bar area (created via the #createButtonBar() method). |
Scene | getScene() |
ObservableList | getStylesheets() Gets an observable list of string URLs linking to the stylesheets to use with this Parent's contents. |
Node | lookupButton(ButtonType buttonType) This method provides a way in which developers may retrieve the actual Node for a given ButtonType (assuming it is part of the #getButtonTypes() button types list). |
void | setContent(Node content) Assign dialog content. |