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
- All Implemented Interfaces:
- Iterable<Node>, Sequence<Node>
public class BulletedList
- extends List
Element representing a bulleted list.
Nested classes/interfaces inherited from class org.apache.pivot.wtk.text.List |
List.Item |
Methods inherited from class org.apache.pivot.wtk.text.List |
insert |
Methods inherited from class org.apache.pivot.wtk.text.Element |
add, dumpOffsets, get, getBackgroundColor, getCharacterAt, getCharacterCount, getDescendantAt, getElementListeners, getFont, getForegroundColor, getLength, getNodeAt, getPathAt, getRange, indexOf, insertRange, isStrikethrough, isUnderline, iterator, rangeInserted, rangeRemoved, remove, remove, removeRange, setBackgroundColor, setBackgroundColor, setFont, setFont, setForegroundColor, setForegroundColor, setStrikethrough, setUnderline, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BulletedList
public BulletedList()
BulletedList
public BulletedList(BulletedList bulletedList,
boolean recursive)
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.
- Specified by:
duplicate
in class Element
getBulletedListListeners
public ListenerList<BulletedListListener> getBulletedListListeners()