AppAlert |
AppAlert.setButtonHandler(String s,
AppDialogAction r) |
AppAlert |
AppAlert.setContent(AppComponent mainComponent) |
AppAlert |
AppAlert.setContent(Object mainComponent) |
AppAlert |
AppAlert.setContentText(net.thevpc.common.i18n.Str msg) |
AppAlert |
AppAlert.setDefaultButton(String s) |
AppAlert |
AppAlert.setInputContent(AppDialogInputPane inputPanel) |
AppAlert |
AppAlert.setInputTextAreaContent(net.thevpc.common.i18n.Str msg,
net.thevpc.common.i18n.Str initialValue) |
AppAlert |
AppAlert.setInputTextFieldContent(net.thevpc.common.i18n.Str msg,
net.thevpc.common.i18n.Str initialValue) |
AppAlert |
AppAlert.withButtons(String... buttonIds) |
AppAlert |
AppAlert.withOkCancelButtons() |
AppAlert |
AppAlert.withOkCancelButtons(AppDialogAction ok,
AppDialogAction cancel) |
AppAlert |
AppAlert.withOkOnlyButton() |
AppAlert |
AppAlert.withOkOnlyButton(AppDialogAction ok) |
AppAlert |
AppAlert.withYesNoButtons() |
AppAlert |
AppAlert.withYesNoButtons(AppDialogAction yes,
AppDialogAction no) |
AppAlert |
AppAlert.withYesNoCancelButtons() |
AppAlert |
AppAlert.withYesNoCancelButtons(AppDialogAction yes,
AppDialogAction no,
AppDialogAction cancel) |