Package org.apache.pivot.wtk.text
Class BulletedList
- java.lang.Object
-
- org.apache.pivot.wtk.text.Node
-
- org.apache.pivot.wtk.text.Element
-
- org.apache.pivot.wtk.text.Block
-
- org.apache.pivot.wtk.text.List
-
- org.apache.pivot.wtk.text.BulletedList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BulletedList.Style
List bullet styles.-
Nested classes/interfaces inherited from interface org.apache.pivot.collections.Sequence
Sequence.Tree<T>
-
-
Constructor Summary
Constructors Constructor Description BulletedList()
BulletedList(BulletedList bulletedList, boolean recursive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulletedList
duplicate(boolean recursive)
Creates a copy of this node.ListenerList<BulletedListListener>
getBulletedListListeners()
BulletedList.Style
getStyle()
void
setStyle(BulletedList.Style style)
-
Methods inherited from class org.apache.pivot.wtk.text.Block
getBlockListeners, getHorizontalAlignment, setHorizontalAlignment
-
Methods inherited from class org.apache.pivot.wtk.text.Element
add, get, getBackgroundColor, getCharacterAt, getCharacterCount, getCharacters, getDescendantAt, getElementListeners, getFont, getForegroundColor, getLength, getNodeAt, getPathAt, getRange, getText, indexOf, insertRange, isStrikethrough, isUnderline, iterator, rangeInserted, rangeRemoved, remove, remove, removeRange, setBackgroundColor, setBackgroundColor, setFont, setFont, setFont, setForegroundColor, setForegroundColor, setStrikethrough, setUnderline, update
-
Methods inherited from class org.apache.pivot.wtk.text.Node
getDocumentOffset, getDocumentSpan, getNodeListeners, getOffset, getParagraph, getParent, getUserData, nodeInserted, nodesRemoved, replaceRange, setOffset, setParent, setUserData
-
-
-
-
Constructor Detail
-
BulletedList
public BulletedList()
-
BulletedList
public BulletedList(BulletedList bulletedList, boolean recursive)
-
-
Method Detail
-
getStyle
public BulletedList.Style getStyle()
-
setStyle
public void setStyle(BulletedList.Style style)
-
duplicate
public BulletedList duplicate(boolean recursive)
Description copied from class:Node
Creates a copy of this node.
-
getBulletedListListeners
public ListenerList<BulletedListListener> getBulletedListListeners()
-
-