Class BslPreferenceManager
- java.lang.Object
- 
- com.e1c.g5.v8.dt.formatter.preferences.manager.AbstractPreferenceManager
- 
- com.e1c.g5.v8.dt.formatter.bsl.manager.BslPreferenceManager
 
 
- 
- All Implemented Interfaces:
- IPreferenceManager
 - Direct Known Subclasses:
- BslPropertyPageManager
 
 public class BslPreferenceManager extends AbstractPreferenceManager This class representsIPreferenceManagerforBslFormatter2
- 
- 
Field Summary- 
Fields inherited from class com.e1c.g5.v8.dt.formatter.preferences.manager.AbstractPreferenceManagerPREFERENCE_KEY_DEFAULT_VALUES_INITIALIZED
 
- 
 - 
Constructor SummaryConstructors Constructor Description BslPreferenceManager()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetPluginID()Returns plugin's ID to write and read preferences from.voidinitDefaults()Declares preference with defaults shall not be called manually- 
Methods inherited from class com.e1c.g5.v8.dt.formatter.preferences.manager.AbstractPreferenceManagerreadBoolean, readBoolean, readDefaultBoolean, readDefaultInteger, readDefaultString, readInteger, readInteger, readString, readString, save, setDefaultBooleanPreference, setDefaultIntegerPreference, setDefaultStringPreference, writeBoolean, writeBoolean, writeInteger, writeInteger, writeString, writeString
 
- 
 
- 
- 
- 
Field Detail- 
MSOPTION_INDENTpublic static final String MSOPTION_INDENT - See Also:
- Constant Field Values
 
 - 
MSOPTION_NEW_LINEpublic static final String MSOPTION_NEW_LINE - See Also:
- Constant Field Values
 
 - 
MSOPTION_WHITESPACEpublic static final String MSOPTION_WHITESPACE - See Also:
- Constant Field Values
 
 - 
KWSTRANDARD_OPTION_UPPERCASEpublic static final String KWSTRANDARD_OPTION_UPPERCASE - See Also:
- Constant Field Values
 
 - 
KWSTRANDARD_OPTION_LOWERCASEpublic static final String KWSTRANDARD_OPTION_LOWERCASE - See Also:
- Constant Field Values
 
 - 
KWSTRANDARD_OPTION_DEFAULTpublic static final String KWSTRANDARD_OPTION_DEFAULT - See Also:
- Constant Field Values
 
 - 
KWSTRANDARD_OPTIONSpublic static final String[] KWSTRANDARD_OPTIONS 
 - 
VALUE_CREATOR_BRACKETS_ALWAYSpublic static final String VALUE_CREATOR_BRACKETS_ALWAYS - See Also:
- Constant Field Values
 
 - 
VALUE_CREATOR_BRACKETS_NEVERpublic static final String VALUE_CREATOR_BRACKETS_NEVER - See Also:
- Constant Field Values
 
 - 
VALUE_CREATOR_BRACKETS_OPTIONALpublic static final String VALUE_CREATOR_BRACKETS_OPTIONAL - See Also:
- Constant Field Values
 
 - 
VALUE_ARRAY_CREATOR_BRACKETSpublic static final String[] VALUE_ARRAY_CREATOR_BRACKETS 
 - 
VALUE_WRAP_TYPE_INDENTpublic static final String VALUE_WRAP_TYPE_INDENT - See Also:
- Constant Field Values
 
 - 
VALUE_WRAP_TYPE_ALIGNMENTpublic static final String VALUE_WRAP_TYPE_ALIGNMENT - See Also:
- Constant Field Values
 
 - 
VALUE_WRAP_TYPE_NOpublic static final String VALUE_WRAP_TYPE_NO - See Also:
- Constant Field Values
 
 - 
VALUE_ARRAY_WRAP_TYPEpublic static final String[] VALUE_ARRAY_WRAP_TYPE 
 - 
INDENT_METHOD_INTERNALpublic static final String INDENT_METHOD_INTERNAL - See Also:
- Constant Field Values
 
 - 
INDENT_INSIDE_CONDITIONALpublic static final String INDENT_INSIDE_CONDITIONAL - See Also:
- Constant Field Values
 
 - 
NOINDENT_PREPROCESSORpublic static final String NOINDENT_PREPROCESSOR - See Also:
- Constant Field Values
 
 - 
NEW_LINE_GAP_MAXpublic static final String NEW_LINE_GAP_MAX - See Also:
- Constant Field Values
 
 - 
NEW_LINE_GAP_MINpublic static final String NEW_LINE_GAP_MIN - See Also:
- Constant Field Values
 
 - 
LABEL_WHITESPACE_AFTERpublic static final String LABEL_WHITESPACE_AFTER - See Also:
- Constant Field Values
 
 - 
LABEL_INTERNAL_WHITESPACEpublic static final String LABEL_INTERNAL_WHITESPACE - See Also:
- Constant Field Values
 
 - 
METHOD_PARAMS_DELIMITED_WHITESPACEpublic static final String METHOD_PARAMS_DELIMITED_WHITESPACE - See Also:
- Constant Field Values
 
 - 
INVOCATION_EMPTY_PARAMS_DELIMITED_WHITESPACEpublic static final String INVOCATION_EMPTY_PARAMS_DELIMITED_WHITESPACE - See Also:
- Constant Field Values
 
 - 
KEYWORD_STANDARDpublic static final String KEYWORD_STANDARD - See Also:
- Constant Field Values
 
 - 
CREATOR_EMPTY_BRACKETSpublic static final String CREATOR_EMPTY_BRACKETS - See Also:
- Constant Field Values
 
 - 
MAX_LINE_WIDTHpublic static final String MAX_LINE_WIDTH - See Also:
- Constant Field Values
 
 - 
WRAP_TYPEpublic static final String WRAP_TYPE - See Also:
- Constant Field Values
 
 - 
AUTOWRAP_BINARYpublic static final String AUTOWRAP_BINARY - See Also:
- Constant Field Values
 
 - 
AUTOWRAP_METHOD_PARAMETERSpublic static final String AUTOWRAP_METHOD_PARAMETERS - See Also:
- Constant Field Values
 
 - 
AUTOWRAP_INVOCATIONpublic static final String AUTOWRAP_INVOCATION - See Also:
- Constant Field Values
 
 - 
SPACES_FOR_TABSpublic static final String SPACES_FOR_TABS - See Also:
- Constant Field Values
 
 - 
FORMATTING_ONpublic static final String FORMATTING_ON - See Also:
- Constant Field Values
 
 - 
TAB_WIDTHpublic static final String TAB_WIDTH - See Also:
- Constant Field Values
 
 - 
ALWAYS_END_WITH_SEMICOLONpublic static final String ALWAYS_END_WITH_SEMICOLON - See Also:
- Constant Field Values
 
 - 
SOFT_FORMAT_ASSIGNMENT_STATEMENTpublic static final String SOFT_FORMAT_ASSIGNMENT_STATEMENT - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getPluginIDprotected String getPluginID() Description copied from class:AbstractPreferenceManagerReturns plugin's ID to write and read preferences from.- Specified by:
- getPluginIDin class- AbstractPreferenceManager
- Returns:
- Plugin id that extends this class, cannot be null
 
 - 
initDefaultspublic void initDefaults() Description copied from class:AbstractPreferenceManagerDeclares preference with defaults shall not be called manually- Specified by:
- initDefaultsin class- AbstractPreferenceManager
- See Also:
- #setDefaultBooleanPreference(String, String),- AbstractPreferenceManager.setDefaultIntegerPreference(String, Integer),- AbstractPreferenceManager.setDefaultStringPreference(String, String)
 
 
- 
 
-