Uses of Class
org.jboss.jdeparser.FormatPreferences.WrappingMode
-
-
Uses of FormatPreferences.WrappingMode in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return FormatPreferences.WrappingMode Modifier and Type Method Description FormatPreferences.WrappingMode
FormatPreferences. getWrapMode(FormatPreferences.Wrapping wrapping)
Get the wrapping mode for the given wrapping context.FormatPreferences.WrappingMode
FormatPreferences. setWrapMode(FormatPreferences.Wrapping wrapping, FormatPreferences.WrappingMode mode)
Set the wrapping mode for the given wrapping context.static FormatPreferences.WrappingMode
FormatPreferences.WrappingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FormatPreferences.WrappingMode[]
FormatPreferences.WrappingMode. 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.WrappingMode Modifier and Type Method Description FormatPreferences.WrappingMode
FormatPreferences. setWrapMode(FormatPreferences.Wrapping wrapping, FormatPreferences.WrappingMode mode)
Set the wrapping mode for the given wrapping context.
-