org.apache.pivot.wtk.skin
Class TextPaneSkinBulletedListView

java.lang.Object
  extended by org.apache.pivot.wtk.skin.TextPaneSkinNodeView
      extended by org.apache.pivot.wtk.skin.TextPaneSkinElementView
          extended by org.apache.pivot.wtk.skin.TextPaneSkinVerticalElementView
              extended by org.apache.pivot.wtk.skin.TextPaneSkinListView
                  extended by org.apache.pivot.wtk.skin.TextPaneSkinBulletedListView
All Implemented Interfaces:
Iterable<TextPaneSkinNodeView>, Sequence<TextPaneSkinNodeView>, BulletedListListener, ElementListener, NodeListener

 class TextPaneSkinBulletedListView
extends TextPaneSkinListView
implements BulletedListListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.text.BulletedListListener
BulletedListListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.collections.Sequence
Sequence.Tree<T>
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.text.ElementListener
ElementListener.Adapter
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.text.NodeListener
NodeListener.Adapter
 
Field Summary
 
Fields inherited from class org.apache.pivot.wtk.skin.TextPaneSkinListView
maxIndexTextWidth
 
Constructor Summary
TextPaneSkinBulletedListView(BulletedList bulletedList)
           
 
Method Summary
protected  void attach()
           
protected  void childLayout(int breakWidth)
           
protected  void detach()
           
 void styleChanged(BulletedList bulletedList, BulletedList.Style previousStyle)
          Called when the list style has changed.
 
Methods inherited from class org.apache.pivot.wtk.skin.TextPaneSkinListView
getMaxIndexTextWidth
 
Methods inherited from class org.apache.pivot.wtk.skin.TextPaneSkinVerticalElementView
getInsertionPoint, getNextInsertionPoint, getPreferredSize, getRowAt, getRowCount, setSkinLocation
 
Methods inherited from class org.apache.pivot.wtk.skin.TextPaneSkinElementView
add, backgroundColorChanged, fontChanged, foregroundColorChanged, get, getBaseline, getCharacterBounds, getLength, indexOf, insert, invalidateDownTree, iterator, nodeInserted, nodesRemoved, paint, paintChild, remove, remove, strikethroughChanged, underlineChanged, update
 
Methods inherited from class org.apache.pivot.wtk.skin.TextPaneSkinNodeView
getBounds, getCharacterCount, getDocumentOffset, getHeight, getLocation, getNode, getOffset, getParent, getSize, getTextPaneSkin, getWidth, getX, getY, invalidateUpTree, isValid, layout, nodeInserted, nodesRemoved, offsetChanged, parentChanged, rangeInserted, rangeRemoved, repaint, repaint, setLocation, setParent, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPaneSkinBulletedListView

public TextPaneSkinBulletedListView(BulletedList bulletedList)
Method Detail

attach

protected void attach()
Overrides:
attach in class TextPaneSkinElementView

detach

protected void detach()
Overrides:
detach in class TextPaneSkinElementView

childLayout

protected void childLayout(int breakWidth)
Overrides:
childLayout in class TextPaneSkinVerticalElementView

styleChanged

public void styleChanged(BulletedList bulletedList,
                         BulletedList.Style previousStyle)
Description copied from interface: BulletedListListener
Called when the list style has changed.

Specified by:
styleChanged in interface BulletedListListener