Class ButtonType

java.lang.Object
javafx.scene.control.ButtonType

public final class ButtonType
extends Object
The ButtonType class is used as part of the JavaFX Dialog API (more specifically, the DialogPane API) to specify which buttons should be shown to users in the dialogs. Refer to the DialogPane class javadoc for more information on how to use this class.
Since:
JavaFX 8u40
See Also:
Alert, Dialog, DialogPane