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.DoNotAskOption
public void setToBeShown(boolean value, int exitCode)
setToBeShown
in interface DialogWrapper.DoNotAskOption
value
- - if dialog should be shown next time (checkbox selected -> false)exitCode
- of corresponding DialogWrapperpublic boolean canBeHidden()
canBeHidden
in interface DialogWrapper.DoNotAskOption
public boolean shouldSaveOptionsOnCancel()
shouldSaveOptionsOnCancel
in interface DialogWrapper.DoNotAskOption
public java.lang.String getDoNotShowMessage()
getDoNotShowMessage
in interface DialogWrapper.DoNotAskOption