com.im.ijc.core.api.options
Class ConfirmationsSettings
java.lang.Object
com.im.ijc.core.api.options.ConfirmationsSettings
public final class ConfirmationsSettings
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEVER_ASK_VIEW_SAVE_AS
public static final String NEVER_ASK_VIEW_SAVE_AS
- See Also:
- Constant Field Values
DECISION_ON_SHOW_ALL
public static final String DECISION_ON_SHOW_ALL
- See Also:
- Constant Field Values
NEVER_WARN_ON_WIDGET_AUTOBIND
public static final String NEVER_WARN_ON_WIDGET_AUTOBIND
- See Also:
- Constant Field Values
NEVER_ASK_FOR_ITEM_NAME_WHEN_MAKING_PERMANENT
public static final String NEVER_ASK_FOR_ITEM_NAME_WHEN_MAKING_PERMANENT
- See Also:
- Constant Field Values
REMOVE_ALSO_DB_ARTEFACTS
public static final String REMOVE_ALSO_DB_ARTEFACTS
- See Also:
- Constant Field Values
ConfirmationsSettings
public ConfirmationsSettings()
setNeverAskViewSaveAs
public static void setNeverAskViewSaveAs(boolean ignore)
getNeverAskViewSaveAs
public static boolean getNeverAskViewSaveAs()
setDecisionOnShowAll
public static void setDecisionOnShowAll(ConfirmationsSettings.DecisionOnShowAll value)
getDecisionOnShowAll
public static ConfirmationsSettings.DecisionOnShowAll getDecisionOnShowAll()
setNeverWarnOnWidgetAutoBind
public static void setNeverWarnOnWidgetAutoBind(boolean neverWarn)
getNeverWarnOnWidgetAutoBind
public static boolean getNeverWarnOnWidgetAutoBind()
setNeverAskForItemNameWhenMakingPermanent
public static void setNeverAskForItemNameWhenMakingPermanent(boolean neverAsk)
getNeverAskForItemNameWhenMakingPermanent
public static boolean getNeverAskForItemNameWhenMakingPermanent()
setRemoveAlsoDBArtefacts
public static void setRemoveAlsoDBArtefacts(boolean removeAlsoDBArtefacts)
getRemoveAlsoDBArtefacts
public static boolean getRemoveAlsoDBArtefacts()