pivot.wtk.text
Class BulletedList

java.lang.Object
  extended by pivot.wtk.text.Node
      extended by pivot.wtk.text.Element
          extended by pivot.wtk.text.List
              extended by pivot.wtk.text.BulletedList
All Implemented Interfaces:
Iterable<Node>, Sequence<Node>

public class BulletedList
extends List

Element representing a bulleted list.

Author:
gbrown

Nested Class Summary
static class BulletedList.Style
          List bullet styles.
 
Nested classes/interfaces inherited from class pivot.wtk.text.List
List.Item
 
Nested classes/interfaces inherited from interface pivot.collections.Sequence
Sequence.Search, Sequence.Sort, Sequence.Tree
 
Constructor Summary
BulletedList()
           
BulletedList(BulletedList bulletedList, boolean recursive)
           
 
Method Summary
 Node duplicate(boolean recursive)
          Creates a copy of this node.
 BulletedList.Style getStyle()
           
 void setStyle(BulletedList.Style style)
           
 
Methods inherited from class pivot.wtk.text.List
insert
 
Methods inherited from class pivot.wtk.text.Element
add, dumpOffsets, get, getCharacterCount, getDescendantAt, getElementListeners, getIndexAt, getLength, getNodeAt, getPathAt, getRange, indexOf, insertRange, iterator, rangeInserted, rangeRemoved, remove, remove, removeRange, update
 
Methods inherited from class pivot.wtk.text.Node
getDocumentOffset, getNodeListeners, getOffset, getParent, replaceRange, setOffset, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 Node duplicate(boolean recursive)
Description copied from class: Node
Creates a copy of this node.

Specified by:
duplicate in class Node