Uses of Enum
org.jboss.jdeparser.FormatPreferences.Indentation
-
Uses of FormatPreferences.Indentation in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return FormatPreferences.IndentationModifier and TypeMethodDescriptionReturns 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.Methods in org.jboss.jdeparser with parameters of type FormatPreferences.IndentationModifier and TypeMethodDescriptionvoidFormatPreferences.clearIndentAbsolute(FormatPreferences.Indentation indentation) Clear absolute indentation for the given context.intFormatPreferences.getIndent(FormatPreferences.Indentation indentation) Get the configured indentation for the given context.booleanFormatPreferences.isIndentAbsolute(FormatPreferences.Indentation indentation) Determine whether the indentation for the given context is absolute or relative.intFormatPreferences.setIndent(FormatPreferences.Indentation indentation, int value) Set the configured indentation for the given context.voidFormatPreferences.setIndentAbsolute(FormatPreferences.Indentation indentation) Set absolute indentation for the given context.