Modifier and Type | Method and Description |
---|---|
static FormatPreferences.Indentation |
FormatPreferences.Indentation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatPreferences.Indentation[] |
FormatPreferences.Indentation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FormatPreferences.clearIndentAbsolute(FormatPreferences.Indentation indentation)
Clear absolute indentation for the given context.
|
int |
FormatPreferences.getIndent(FormatPreferences.Indentation indentation)
Get the configured indentation for the given context.
|
boolean |
FormatPreferences.isIndentAbsolute(FormatPreferences.Indentation indentation)
Determine whether the indentation for the given context is absolute or relative.
|
int |
FormatPreferences.setIndent(FormatPreferences.Indentation indentation,
int value)
Set the configured indentation for the given context.
|
void |
FormatPreferences.setIndentAbsolute(FormatPreferences.Indentation indentation)
Set absolute indentation for the given context.
|
Copyright © 2016. All rights reserved.