Uses of Class
org.jboss.jdeparser.FormatPreferences.WrappingMode
-
-
Uses of FormatPreferences.WrappingMode in org.jboss.jdeparser
Fields in org.jboss.jdeparser with type parameters of type FormatPreferences.WrappingMode Modifier and Type Field Description private static java.util.EnumMap<FormatPreferences.Wrapping,FormatPreferences.WrappingMode>FormatPreferences. DEFAULT_WRAPPINGprivate java.util.EnumMap<FormatPreferences.Wrapping,FormatPreferences.WrappingMode>FormatPreferences. wrappingMethods in org.jboss.jdeparser that return FormatPreferences.WrappingMode Modifier and Type Method Description FormatPreferences.WrappingModeFormatPreferences. getWrapMode(FormatPreferences.Wrapping wrapping)Get the wrapping mode for the given wrapping context.FormatPreferences.WrappingModeFormatPreferences. setWrapMode(FormatPreferences.Wrapping wrapping, FormatPreferences.WrappingMode mode)Set the wrapping mode for the given wrapping context.static FormatPreferences.WrappingModeFormatPreferences.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.WrappingModeFormatPreferences. setWrapMode(FormatPreferences.Wrapping wrapping, FormatPreferences.WrappingMode mode)Set the wrapping mode for the given wrapping context.
-