com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.options
Class ConfirmationsSettings

java.lang.Object
  extended by com.im.ijc.core.api.options.ConfirmationsSettings

public final class ConfirmationsSettings
extends Object


Nested Class Summary
static class ConfirmationsSettings.DecisionOnShowAll
           
 
Field Summary
static String DECISION_ON_SHOW_ALL
           
static String NEVER_ASK_FOR_ITEM_NAME_WHEN_MAKING_PERMANENT
           
static String NEVER_ASK_VIEW_SAVE_AS
           
static String NEVER_WARN_ON_WIDGET_AUTOBIND
           
static String REMOVE_ALSO_DB_ARTEFACTS
           
 
Constructor Summary
ConfirmationsSettings()
           
 
Method Summary
static ConfirmationsSettings.DecisionOnShowAll getDecisionOnShowAll()
           
static boolean getNeverAskForItemNameWhenMakingPermanent()
           
static boolean getNeverAskViewSaveAs()
           
static boolean getNeverWarnOnWidgetAutoBind()
           
static boolean getRemoveAlsoDBArtefacts()
           
static void setDecisionOnShowAll(ConfirmationsSettings.DecisionOnShowAll value)
           
static void setNeverAskForItemNameWhenMakingPermanent(boolean neverAsk)
           
static void setNeverAskViewSaveAs(boolean ignore)
           
static void setNeverWarnOnWidgetAutoBind(boolean neverWarn)
           
static void setRemoveAlsoDBArtefacts(boolean removeAlsoDBArtefacts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ConfirmationsSettings

public ConfirmationsSettings()
Method Detail

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()

com.im.ijc.core/1 5.9.4