Package swingwtx.swing.text

Interface Summary
AbstractDocument.AttributeContext  
AbstractDocument.Content Interfaces:
AttributeSet  
AttributeSet.CharacterAttribute  
AttributeSet.ColorAttribute  
AttributeSet.FontAttribute  
AttributeSet.ParagraphAttribute  
Caret  
Document  
Element  
MutableAttributeSet  
Position  
Style  
StyledDocument  
 

Class Summary
AbstractDocument Main implementation of document support.
AbstractDocument.ElementEdit  
DefaultCaret Default implementation of the Caret interface for descendants of JTextComponent
DefaultEditorKit  
DocumentFilter  
DocumentFilter.FilterBypass  
EditorKit  
GapContent This is Swing's super-scalable Document - in the meantime, we just descend StringContent to make it work.
HTMLEditorKit  
JTextComponent Superclass for all textual components.
PlainDocument Plain Document implementation (default for JTextField, JPasswordField and JTextArea)
PlainView Mapped view descendant that allows translation of a Document to a plain SWT Text component (works for JTextField, JPasswordField and JTextArea - ie.
Position.Bias  
Segment  
StringContent This class is used to represent document content with a StringBuffer.
StyleConstants  
StyleConstants.ColorConstants  
StyleConstants.FontConstants  
StyledEditorKit  
TextAction  
View View superclass that maps Document models between viewable components.
 

Exception Summary
BadLocationException