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.StyleBulletedList. getStyle()static BulletedList.StyleBulletedList.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 voidBulletedList. setStyle(BulletedList.Style style)voidBulletedListListener.Adapter. styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)Deprecated.voidBulletedListListener.Listeners. styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)default voidBulletedListListener. styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)Called when the list style has changed.
-