Uses of Enum
org.jboss.jdeparser.FormatPreferences.Space
-
Uses of FormatPreferences.Space in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return FormatPreferences.SpaceModifier and TypeMethodDescriptionstatic FormatPreferences.Space
Returns the enum constant of this type with the specified name.static FormatPreferences.Space[]
FormatPreferences.Space.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.SpaceModifier and TypeMethodDescriptionFormatPreferences.getSpaceType
(FormatPreferences.Space space) Get the spacing type for a given space context.void
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.