Uses of Enum
org.jboss.jdeparser.FormatPreferences.SpaceType
-
Uses of FormatPreferences.SpaceType in org.jboss.jdeparser
Fields in org.jboss.jdeparser with type parameters of type FormatPreferences.SpaceTypeModifier and TypeFieldDescriptionprivate static final EnumMap<FormatPreferences.Space,
FormatPreferences.SpaceType> FormatPreferences.DEFAULT_SPACE_TYPES
private final EnumMap<FormatPreferences.Space,
FormatPreferences.SpaceType> FormatPreferences.spaceTypes
Methods in org.jboss.jdeparser that return FormatPreferences.SpaceTypeModifier and TypeMethodDescriptionFormatPreferences.getSpaceType
(FormatPreferences.Space space) Get the spacing type for a given space context.FormatPreferences.setSpaceType
(FormatPreferences.Space space, FormatPreferences.SpaceType spaceType) Set the spacing type for the given space context.static FormatPreferences.SpaceType
Returns the enum constant of this type with the specified name.static FormatPreferences.SpaceType[]
FormatPreferences.SpaceType.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.SpaceTypeModifier and TypeMethodDescriptionvoid
FormatPreferences.setAllSpaceTypes
(FormatPreferences.SpaceType toType, FormatPreferences.Space... spaces) Set several space contexts to the same spacing type.FormatPreferences.setSpaceType
(FormatPreferences.Space space, FormatPreferences.SpaceType spaceType) Set the spacing type for the given space context.