public class ProjectNewWindowDoNotAskOption extends java.lang.Object implements DialogWrapper.DoNotAskOption
DialogWrapper.DoNotAskOption.Adapter| Constructor and Description |
|---|
ProjectNewWindowDoNotAskOption() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeHidden() |
java.lang.String |
getDoNotShowMessage() |
boolean |
isToBeShown() |
void |
setToBeShown(boolean value,
int exitCode) |
boolean |
shouldSaveOptionsOnCancel() |
public boolean isToBeShown()
isToBeShown in interface DialogWrapper.DoNotAskOptionpublic void setToBeShown(boolean value,
int exitCode)
setToBeShown in interface DialogWrapper.DoNotAskOptionvalue - - if dialog should be shown next time (checkbox selected -> false)exitCode - of corresponding DialogWrapperpublic boolean canBeHidden()
canBeHidden in interface DialogWrapper.DoNotAskOptionpublic boolean shouldSaveOptionsOnCancel()
shouldSaveOptionsOnCancel in interface DialogWrapper.DoNotAskOptionpublic java.lang.String getDoNotShowMessage()
getDoNotShowMessage in interface DialogWrapper.DoNotAskOption