Uses of Enum Class
io.github.tonywasher.joceanus.metis.list.MetisListStyle
Packages that use MetisListStyle
-
Uses of MetisListStyle in io.github.tonywasher.joceanus.metis.list
Methods in io.github.tonywasher.joceanus.metis.list that return MetisListStyleModifier and TypeMethodDescriptionMetisListSetVersioned.getStyle()Obtain the style.MetisListVersioned.getStyle()Obtain the listStyle.static MetisListStyleReturns the enum constant of this class with the specified name.static MetisListStyle[]MetisListStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.tonywasher.joceanus.metis.list with parameters of type MetisListStyleModifierConstructorDescriptionMetisListSetVersioned(MetisListStyle pStyle) Constructor.MetisListSetVersioned(MetisListStyle pStyle, MetisListSetVersioned pBase) Constructor.