Uses of Class
org.apache.pivot.wtk.text.Block

Packages that use Block
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
org.apache.pivot.wtk.text Contains classes representing a text object model. 
 

Uses of Block in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type Block
 void TextPaneSkinBlockView.horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)
           
 

Constructors in org.apache.pivot.wtk.skin with parameters of type Block
TextPaneSkinBlockView(Block block)
           
 

Uses of Block in org.apache.pivot.wtk.text
 

Subclasses of Block in org.apache.pivot.wtk.text
 class BulletedList
          Element representing a bulleted list.
 class Document
          Node representing the root of an element hierarchy.
 class List
          Abstract base class for list elements.
 class NumberedList
          Element representing a numbered list.
 class Paragraph
          Element representing a paragraph.
 

Methods in org.apache.pivot.wtk.text with parameters of type Block
 void BlockListener.horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)
          Called when the horizontal alignment has changed.
 void BlockListener.Adapter.horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)
           
 

Constructors in org.apache.pivot.wtk.text with parameters of type Block
Block(Block blockElement, boolean recursive)