Uses of Class
org.apache.pivot.wtk.text.NumberedList.Style
-
Packages that use NumberedList.Style Package Description org.apache.pivot.wtk.text Contains classes representing a text object model. -
-
Uses of NumberedList.Style in org.apache.pivot.wtk.text
Methods in org.apache.pivot.wtk.text that return NumberedList.Style Modifier and Type Method Description NumberedList.Style
NumberedList. getStyle()
static NumberedList.Style
NumberedList.Style. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NumberedList.Style[]
NumberedList.Style. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk.text with parameters of type NumberedList.Style Modifier and Type Method Description void
NumberedList. setStyle(NumberedList.Style style)
void
NumberedListListener.Adapter. styleChanged(NumberedList numberedList, NumberedList.Style previousStyle)
Deprecated.void
NumberedListListener.Listeners. styleChanged(NumberedList numberedList, NumberedList.Style previousStyle)
default void
NumberedListListener. styleChanged(NumberedList numberedList, NumberedList.Style previousStyle)
Called when the list style has changed.
-