|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberedList.Style | |
---|---|
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 NumberedList.Style in org.apache.pivot.wtk.skin |
---|
Methods in org.apache.pivot.wtk.skin with parameters of type NumberedList.Style | |
---|---|
void |
TextPaneSkinNumberedListView.styleChanged(NumberedList numberedList,
NumberedList.Style previousStyle)
|
Uses of NumberedList.Style in org.apache.pivot.wtk.text |
---|
Methods in org.apache.pivot.wtk.text that return NumberedList.Style | |
---|---|
NumberedList.Style |
NumberedList.getStyle()
|
static NumberedList.Style |
NumberedList.Style.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NumberedList.Style[] |
NumberedList.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 NumberedList.Style | |
---|---|
void |
NumberedList.setStyle(NumberedList.Style style)
|
void |
NumberedListListener.styleChanged(NumberedList numberedList,
NumberedList.Style previousStyle)
Called when the list style has changed. |
void |
NumberedListListener.Adapter.styleChanged(NumberedList numberedList,
NumberedList.Style previousStyle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |