Uses of Class
org.apache.pivot.wtk.text.BulletedList

Packages that use BulletedList
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
org.apache.pivot.wtk.text Contains classes representing a text object model. 
 

Uses of BulletedList in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type BulletedList
 void TextPaneSkinBulletedListView.styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)
           
 

Constructors in org.apache.pivot.wtk.skin with parameters of type BulletedList
TextPaneSkinBulletedListView(BulletedList bulletedList)
           
 

Uses of BulletedList in org.apache.pivot.wtk.text
 

Methods in org.apache.pivot.wtk.text that return BulletedList
 BulletedList BulletedList.duplicate(boolean recursive)
           
 

Methods in org.apache.pivot.wtk.text with parameters of type BulletedList
 void BulletedListListener.styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)
          Called when the list style has changed.
 void BulletedListListener.Adapter.styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)
           
 

Constructors in org.apache.pivot.wtk.text with parameters of type BulletedList
BulletedList(BulletedList bulletedList, boolean recursive)