public static class Dialog.DialogButton
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.StringProperty |
label |
| Constructor and Description |
|---|
DialogButton(java.lang.String label)
Create a dialog button
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
Dialog.ButtonType |
getType() |
javafx.beans.property.StringProperty |
labelProperty() |
void |
setLabel(java.lang.String label)
Set a new label
|
public javafx.beans.property.StringProperty labelProperty
getLabel(),
setLabel(String)public DialogButton(java.lang.String label)
label - the labelpublic javafx.beans.property.StringProperty labelProperty()
getLabel(),
setLabel(String)public void setLabel(java.lang.String label)
label - the new labelpublic java.lang.String getLabel()
public Dialog.ButtonType getType()