org.apache.pivot.wtk.skin
Class TextPaneSkinBlockView

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.TextPaneSkinBlockView
All Implemented Interfaces:
Iterable<TextPaneSkinNodeView>, Sequence<TextPaneSkinNodeView>, BlockListener, ElementListener, NodeListener
Direct Known Subclasses:
TextPaneSkinParagraphView

abstract class TextPaneSkinBlockView
extends TextPaneSkinElementView
implements BlockListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.text.BlockListener
BlockListener.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
 
Constructor Summary
TextPaneSkinBlockView(Block block)
           
 
Method Summary
protected  void attach()
           
protected  void detach()
           
 void horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)
          Called when the horizontal alignment has changed.
 
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, setSkinLocation, strikethroughChanged, underlineChanged, update
 
Methods inherited from class org.apache.pivot.wtk.skin.TextPaneSkinNodeView
childLayout, getBounds, getCharacterCount, getDocumentOffset, getHeight, getInsertionPoint, getLocation, getNextInsertionPoint, getNode, getOffset, getParent, getPreferredSize, getRowAt, getRowCount, 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

TextPaneSkinBlockView

public TextPaneSkinBlockView(Block block)
Method Detail

attach

protected void attach()
Overrides:
attach in class TextPaneSkinElementView

detach

protected void detach()
Overrides:
detach in class TextPaneSkinElementView

horizontalAlignmentChanged

public void horizontalAlignmentChanged(Block block,
                                       HorizontalAlignment previousHorizontalAlignment)
Description copied from interface: BlockListener
Called when the horizontal alignment has changed.

Specified by:
horizontalAlignmentChanged in interface BlockListener