public class DialogButtonAdapter extends Object implements DialogButton
| Constructor and Description |
|---|
DialogButtonAdapter() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.BooleanProperty |
enabled() |
String |
getLabel() |
boolean |
isCancel() |
boolean |
isDefault() |
public String getLabel()
getLabel in interface DialogButtonpublic boolean isCancel()
isCancel in interface DialogButtonpublic boolean isDefault()
isDefault in interface DialogButtonpublic javafx.beans.property.BooleanProperty enabled()
enabled in interface DialogButtonCopyright © 2019. All rights reserved.