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 representsIPreferenceManager
forBslFormatter2
-
-
Field Summary
-
Fields inherited from class com.e1c.g5.v8.dt.formatter.preferences.manager.AbstractPreferenceManager
PREFERENCE_KEY_DEFAULT_VALUES_INITIALIZED
-
-
Constructor Summary
Constructors Constructor Description BslPreferenceManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getPluginID()
Returns plugin's ID to write and read preferences from.void
initDefaults()
Declares preference with defaults shall not be called manually-
Methods inherited from class com.e1c.g5.v8.dt.formatter.preferences.manager.AbstractPreferenceManager
readBoolean, readBoolean, readDefaultBoolean, readDefaultInteger, readDefaultString, readInteger, readInteger, readString, readString, save, setDefaultBooleanPreference, setDefaultIntegerPreference, setDefaultStringPreference, writeBoolean, writeBoolean, writeInteger, writeInteger, writeString, writeString
-
-
-
-
Field Detail
-
MSOPTION_INDENT
public static final String MSOPTION_INDENT
- See Also:
- Constant Field Values
-
MSOPTION_NEW_LINE
public static final String MSOPTION_NEW_LINE
- See Also:
- Constant Field Values
-
MSOPTION_WHITESPACE
public static final String MSOPTION_WHITESPACE
- See Also:
- Constant Field Values
-
KWSTRANDARD_OPTION_UPPERCASE
public static final String KWSTRANDARD_OPTION_UPPERCASE
- See Also:
- Constant Field Values
-
KWSTRANDARD_OPTION_LOWERCASE
public static final String KWSTRANDARD_OPTION_LOWERCASE
- See Also:
- Constant Field Values
-
KWSTRANDARD_OPTION_DEFAULT
public static final String KWSTRANDARD_OPTION_DEFAULT
- See Also:
- Constant Field Values
-
KWSTRANDARD_OPTIONS
public static final String[] KWSTRANDARD_OPTIONS
-
VALUE_CREATOR_BRACKETS_ALWAYS
public static final String VALUE_CREATOR_BRACKETS_ALWAYS
- See Also:
- Constant Field Values
-
VALUE_CREATOR_BRACKETS_NEVER
public static final String VALUE_CREATOR_BRACKETS_NEVER
- See Also:
- Constant Field Values
-
VALUE_CREATOR_BRACKETS_OPTIONAL
public static final String VALUE_CREATOR_BRACKETS_OPTIONAL
- See Also:
- Constant Field Values
-
VALUE_ARRAY_CREATOR_BRACKETS
public static final String[] VALUE_ARRAY_CREATOR_BRACKETS
-
VALUE_WRAP_TYPE_INDENT
public static final String VALUE_WRAP_TYPE_INDENT
- See Also:
- Constant Field Values
-
VALUE_WRAP_TYPE_ALIGNMENT
public static final String VALUE_WRAP_TYPE_ALIGNMENT
- See Also:
- Constant Field Values
-
VALUE_WRAP_TYPE_NO
public static final String VALUE_WRAP_TYPE_NO
- See Also:
- Constant Field Values
-
VALUE_ARRAY_WRAP_TYPE
public static final String[] VALUE_ARRAY_WRAP_TYPE
-
INDENT_METHOD_INTERNAL
public static final String INDENT_METHOD_INTERNAL
- See Also:
- Constant Field Values
-
INDENT_INSIDE_CONDITIONAL
public static final String INDENT_INSIDE_CONDITIONAL
- See Also:
- Constant Field Values
-
NOINDENT_PREPROCESSOR
public static final String NOINDENT_PREPROCESSOR
- See Also:
- Constant Field Values
-
NEW_LINE_GAP_MAX
public static final String NEW_LINE_GAP_MAX
- See Also:
- Constant Field Values
-
NEW_LINE_GAP_MIN
public static final String NEW_LINE_GAP_MIN
- See Also:
- Constant Field Values
-
LABEL_WHITESPACE_AFTER
public static final String LABEL_WHITESPACE_AFTER
- See Also:
- Constant Field Values
-
LABEL_INTERNAL_WHITESPACE
public static final String LABEL_INTERNAL_WHITESPACE
- See Also:
- Constant Field Values
-
METHOD_PARAMS_DELIMITED_WHITESPACE
public static final String METHOD_PARAMS_DELIMITED_WHITESPACE
- See Also:
- Constant Field Values
-
INVOCATION_EMPTY_PARAMS_DELIMITED_WHITESPACE
public static final String INVOCATION_EMPTY_PARAMS_DELIMITED_WHITESPACE
- See Also:
- Constant Field Values
-
KEYWORD_STANDARD
public static final String KEYWORD_STANDARD
- See Also:
- Constant Field Values
-
CREATOR_EMPTY_BRACKETS
public static final String CREATOR_EMPTY_BRACKETS
- See Also:
- Constant Field Values
-
MAX_LINE_WIDTH
public static final String MAX_LINE_WIDTH
- See Also:
- Constant Field Values
-
WRAP_TYPE
public static final String WRAP_TYPE
- See Also:
- Constant Field Values
-
AUTOWRAP_BINARY
public static final String AUTOWRAP_BINARY
- See Also:
- Constant Field Values
-
AUTOWRAP_METHOD_PARAMETERS
public static final String AUTOWRAP_METHOD_PARAMETERS
- See Also:
- Constant Field Values
-
AUTOWRAP_INVOCATION
public static final String AUTOWRAP_INVOCATION
- See Also:
- Constant Field Values
-
SPACES_FOR_TABS
public static final String SPACES_FOR_TABS
- See Also:
- Constant Field Values
-
FORMATTING_ON
public static final String FORMATTING_ON
- See Also:
- Constant Field Values
-
TAB_WIDTH
public static final String TAB_WIDTH
- See Also:
- Constant Field Values
-
ALWAYS_END_WITH_SEMICOLON
public static final String ALWAYS_END_WITH_SEMICOLON
- See Also:
- Constant Field Values
-
SOFT_FORMAT_ASSIGNMENT_STATEMENT
public static final String SOFT_FORMAT_ASSIGNMENT_STATEMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPluginID
protected String getPluginID()
Description copied from class:AbstractPreferenceManager
Returns plugin's ID to write and read preferences from.- Specified by:
getPluginID
in classAbstractPreferenceManager
- Returns:
- Plugin id that extends this class, cannot be
null
-
initDefaults
public void initDefaults()
Description copied from class:AbstractPreferenceManager
Declares preference with defaults shall not be called manually- Specified by:
initDefaults
in classAbstractPreferenceManager
- See Also:
#setDefaultBooleanPreference(String, String)
,AbstractPreferenceManager.setDefaultIntegerPreference(String, Integer)
,AbstractPreferenceManager.setDefaultStringPreference(String, String)
-
-