Uses of Class
org.apache.pivot.wtk.text.BulletedList.Style
-
Packages that use BulletedList.Style Package Description org.apache.pivot.wtk.text Contains classes representing a text object model. -
-
Uses of BulletedList.Style in org.apache.pivot.wtk.text
Methods in org.apache.pivot.wtk.text that return BulletedList.Style Modifier and Type Method Description BulletedList.Style
BulletedList. getStyle()
static BulletedList.Style
BulletedList.Style. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BulletedList.Style[]
BulletedList.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 BulletedList.Style Modifier and Type Method Description void
BulletedList. setStyle(BulletedList.Style style)
void
BulletedListListener.Adapter. styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)
Deprecated.void
BulletedListListener.Listeners. styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)
default void
BulletedListListener. styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)
Called when the list style has changed.
-