public static interface DialogWrapper.DoNotAskOption
DialogWrapper.DoNotAskOption.Adapter| Modifier and Type | Interface and Description |
|---|---|
static class |
DialogWrapper.DoNotAskOption.Adapter |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeHidden() |
java.lang.String |
getDoNotShowMessage() |
boolean |
isToBeShown() |
void |
setToBeShown(boolean toBeShown,
int exitCode) |
boolean |
shouldSaveOptionsOnCancel() |
boolean isToBeShown()
void setToBeShown(boolean toBeShown,
int exitCode)
toBeShown - - if dialog should be shown next time (checkbox selected -> false)exitCode - of corresponding DialogWrapperboolean canBeHidden()
boolean shouldSaveOptionsOnCancel()
java.lang.String getDoNotShowMessage()