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.StyleNumberedList. getStyle()static NumberedList.StyleNumberedList.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 voidNumberedList. setStyle(NumberedList.Style style)voidNumberedListListener.Adapter. styleChanged(NumberedList numberedList, NumberedList.Style previousStyle)Deprecated.voidNumberedListListener.Listeners. styleChanged(NumberedList numberedList, NumberedList.Style previousStyle)default voidNumberedListListener. styleChanged(NumberedList numberedList, NumberedList.Style previousStyle)Called when the list style has changed.
-