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

Packages that use BulletedList.Style
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
 BulletedList.Style BulletedList.getStyle()
           
static BulletedList.Style BulletedList.Style.valueOf(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
 void BulletedList.setStyle(BulletedList.Style style)
           
 void BulletedListListener.styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)
          Called when the list style has changed.
 void BulletedListListener.Adapter.styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)