protected class Dialog.DefaultDialogMessages extends Object implements Dialog.DialogMessages
Modifier | Constructor and Description |
---|---|
protected |
DefaultDialogMessages() |
Modifier and Type | Method and Description |
---|---|
String |
cancel()
Returns the text that appears on the button for
Dialog.PredefinedButton.CANCEL . |
String |
close()
Returns the text that appears on the button for
Dialog.PredefinedButton.CLOSE . |
String |
no()
Returns the text that appears on the button for
Dialog.PredefinedButton.NO . |
String |
ok()
Returns the text that appears on the button for
Dialog.PredefinedButton.OK . |
String |
yes()
Returns the text that appears on the button for
Dialog.PredefinedButton.YES . |
public String cancel()
Dialog.DialogMessages
Dialog.PredefinedButton.CANCEL
.cancel
in interface Dialog.DialogMessages
public String close()
Dialog.DialogMessages
Dialog.PredefinedButton.CLOSE
.close
in interface Dialog.DialogMessages
public String no()
Dialog.DialogMessages
Dialog.PredefinedButton.NO
.no
in interface Dialog.DialogMessages
public String ok()
Dialog.DialogMessages
Dialog.PredefinedButton.OK
.ok
in interface Dialog.DialogMessages
public String yes()
Dialog.DialogMessages
Dialog.PredefinedButton.YES
.yes
in interface Dialog.DialogMessages
Copyright © 2020. All rights reserved.