Uses of Class
org.apache.pivot.wtk.text.BulletedList
-
Packages that use BulletedList Package Description org.apache.pivot.wtk.text Contains classes representing a text object model. -
-
Uses of BulletedList in org.apache.pivot.wtk.text
Methods in org.apache.pivot.wtk.text that return BulletedList Modifier and Type Method Description BulletedList
BulletedList. duplicate(boolean recursive)
Methods in org.apache.pivot.wtk.text with parameters of type BulletedList Modifier and Type Method Description 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.Constructors in org.apache.pivot.wtk.text with parameters of type BulletedList Constructor Description BulletedList(BulletedList bulletedList, boolean recursive)
-