org.apache.pivot.wtk.text
Class BulletedList

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

public class BulletedList
extends List

Element representing a bulleted list.


Nested Class Summary
static class BulletedList.Style
          List bullet styles.
 
Nested classes/interfaces inherited from class org.apache.pivot.wtk.text.List
List.Item
 
Nested classes/interfaces inherited from interface org.apache.pivot.collections.Sequence
Sequence.Tree<T>
 
Constructor Summary
BulletedList()
           
BulletedList(BulletedList bulletedList, boolean recursive)
           
 
Method Summary
 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.List
insert
 
Methods inherited from class org.apache.pivot.wtk.text.Block
getBlockListeners, getHorizontalAlignment, setHorizontalAlignment
 
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 org.apache.pivot.wtk.text.Node
getDocumentOffset, getDocumentSpan, getNodeListeners, getOffset, getParent, nodeInserted, nodesRemoved, 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 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()