public class MaridDialog<T>
extends javafx.scene.control.Dialog<T>
| Constructor | Description |
|---|---|
MaridDialog(javafx.scene.Node node,
javafx.scene.control.ButtonType... buttonTypes) |
|
MaridDialog(javafx.stage.Modality modality,
javafx.stage.Window window,
javafx.scene.control.ButtonType... buttonTypes) |
|
MaridDialog(javafx.stage.Window parent,
javafx.scene.control.ButtonType... buttonTypes) |
| Modifier and Type | Method | Description |
|---|---|---|
MaridDialog<T> |
buttonTypes(javafx.scene.control.ButtonType... buttonTypes) |
|
MaridDialog<T> |
content(javafx.scene.Node content) |
|
MaridDialog<T> |
on(java.util.function.Consumer<javafx.scene.control.ButtonType> buttonTypeConsumer) |
|
MaridDialog<T> |
preferredSize(int width,
int height) |
|
MaridDialog<T> |
resizable(boolean value) |
|
MaridDialog<T> |
result(java.util.function.Supplier<T> okSupplier) |
|
MaridDialog<T> |
result(java.util.function.Supplier<T> okSupplier,
java.util.function.Supplier<T> cancelSupplier) |
|
MaridDialog<T> |
title(java.lang.String title,
java.lang.Object... args) |
|
MaridDialog<T> |
title(javafx.beans.value.ObservableValue<java.lang.String> title) |
|
MaridDialog<T> |
with(java.util.function.BiConsumer<MaridDialog<T>,javafx.scene.control.DialogPane> consumer) |
|
<C extends javafx.scene.Node> |
with(java.util.function.Supplier<C> contentSupplier,
java.util.function.BiConsumer<MaridDialog<T>,C> consumer) |
buildEventDispatchChain, close, contentTextProperty, dialogPaneProperty, getContentText, getDialogPane, getGraphic, getHeaderText, getHeight, getModality, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOwner, getResult, getResultConverter, getTitle, getWidth, getX, getY, graphicProperty, headerTextProperty, heightProperty, hide, initModality, initOwner, initStyle, isResizable, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, resizableProperty, resultConverterProperty, resultProperty, setContentText, setDialogPane, setGraphic, setHeaderText, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setResizable, setResult, setResultConverter, setTitle, setWidth, setX, setY, show, showAndWait, showingProperty, titleProperty, widthProperty, xProperty, yPropertypublic MaridDialog(javafx.stage.Window parent,
javafx.scene.control.ButtonType... buttonTypes)
public MaridDialog(javafx.scene.Node node,
javafx.scene.control.ButtonType... buttonTypes)
public MaridDialog(javafx.stage.Modality modality,
javafx.stage.Window window,
javafx.scene.control.ButtonType... buttonTypes)
public MaridDialog<T> content(javafx.scene.Node content)
public MaridDialog<T> title(javafx.beans.value.ObservableValue<java.lang.String> title)
public MaridDialog<T> title(java.lang.String title, java.lang.Object... args)
public MaridDialog<T> preferredSize(int width, int height)
public MaridDialog<T> buttonTypes(javafx.scene.control.ButtonType... buttonTypes)
public MaridDialog<T> with(java.util.function.BiConsumer<MaridDialog<T>,javafx.scene.control.DialogPane> consumer)
public <C extends javafx.scene.Node> MaridDialog<T> with(java.util.function.Supplier<C> contentSupplier, java.util.function.BiConsumer<MaridDialog<T>,C> consumer)
public MaridDialog<T> result(java.util.function.Supplier<T> okSupplier, java.util.function.Supplier<T> cancelSupplier)
public MaridDialog<T> result(java.util.function.Supplier<T> okSupplier)
public MaridDialog<T> on(java.util.function.Consumer<javafx.scene.control.ButtonType> buttonTypeConsumer)
public MaridDialog<T> resizable(boolean value)
Copyright © 2012–2018 MARID software development group. All rights reserved.