Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package javax.swing.text

Interface Summary
AbstractDocument.AttributeContext Defines a set of methods for managing text attributes for one or more Documents.
AbstractDocument.Content A sequence of data that can be edited.
AttributeSet A set of attributes.
AttributeSet.CharacterAttribute Used as keys to identify character-run attributes.
AttributeSet.ColorAttribute Used as keys to identify color attributes.
AttributeSet.FontAttribute Used as keys to identify font attributes.
AttributeSet.ParagraphAttribute Used as keys to identify paragraph level attributes.
Caret Defines the method to be implemented by a caret that can be used in Swing text components.
CharacterIterator  
Document A Document is the model that backs up all text components in Swing.
Element  
Highlighter  
Highlighter.Highlight  
Highlighter.HighlightPainter  
Keymap  
MutableAttributeSet An AttributeSet that supports modification of the stored attributes.
Position  
Style  
StyledDocument StyledDocument
TabableView  
TabExpander  
ViewFactory  
 

Class Summary
AbstractDocument An abstract base implementation for the Document interface.
AbstractDocument.ElementEdit An implementation of DocumentEvent.ElementChange to be added to DefaultDocumentEvents.
AbstractWriter This is an abstract base class for writing Document instances to a Writer.
AsyncBoxView A View implementation that lays out its child views in a box, either vertically or horizontally.
BoxView An implementation of CompositeView that arranges its children in a box along one axis.
ComponentView A View implementation that is able to render arbitrary java.awt.Components.
CompositeView An abstract base implementation of View that manages child Views.
DateFormatter DateFormatter is an InternationalFormatter that implements value to string and string to value conversion via an instance of java.text.DateFormat.
DefaultCaret The default implementation of the Caret interface.
DefaultEditorKit The default implementation of EditorKit.
DefaultEditorKit.BackwardAction  
DefaultEditorKit.BeepAction Creates a beep on the PC speaker.
DefaultEditorKit.BeginLineAction  
DefaultEditorKit.CopyAction Copies the selected content into the system clipboard.
DefaultEditorKit.CutAction Copies the selected content into the system clipboard and deletes the selection.
DefaultEditorKit.DefaultKeyTypedAction This action is executed as default action when a KEY_TYPED event is received and no keymap entry exists for that.
DefaultEditorKit.DeleteNextCharAction  
DefaultEditorKit.DeletePrevCharAction  
DefaultEditorKit.DownAction  
DefaultEditorKit.EndLineAction  
DefaultEditorKit.ForwardAction  
DefaultEditorKit.InsertBreakAction This action inserts a newline character into the document of the text component.
DefaultEditorKit.InsertContentAction Places content into the associated editor.
DefaultEditorKit.InsertTabAction Inserts a TAB character into the text editor.
DefaultEditorKit.NextWordAction  
DefaultEditorKit.PasteAction Copies content from the system clipboard into the editor.
DefaultEditorKit.PreviousWordAction  
DefaultEditorKit.SelectAllAction  
DefaultEditorKit.SelectionBackwardAction  
DefaultEditorKit.SelectionBeginAction  
DefaultEditorKit.SelectionBeginLineAction  
DefaultEditorKit.SelectionDownAction  
DefaultEditorKit.SelectionEndAction  
DefaultEditorKit.SelectionEndLineAction  
DefaultEditorKit.SelectionForwardAction  
DefaultEditorKit.SelectionNextWordAction  
DefaultEditorKit.SelectionPreviousWordAction  
DefaultEditorKit.SelectionUpAction  
DefaultEditorKit.UpAction  
DefaultFormatter The DefaultFormatter is a concrete formatter for use in javax.swing.JFormattedTextFields.
DefaultFormatterFactory This class is Swing's only concrete implementation of JFormattedTextField.AbstractFormatterFactory.
DefaultHighlighter  
DefaultHighlighter.DefaultHighlightPainter  
DefaultStyledDocument The default implementation of StyledDocument.
DefaultStyledDocument.AttributeUndoableEdit An javax.swing.undo.UndoableEdit that can undo attribute changes to an element.
DefaultStyledDocument.ElementSpec Carries specification information for new Elements that should be created in ElementBuffer.
DefaultTextUI Deprecated. as of 1.5 use javax.swing.plaf.basic.BasicTextUI instead
DocumentFilter  
DocumentFilter.FilterBypass  
EditorKit  
ElementIterator This class can be used to iterate over the Element tree of a Document or an Element.
FieldView  
FlowView A View that can flows it's children into it's layout space.
FlowView.FlowStrategy A strategy for translating the logical views of a FlowView into the real views.
GapContent This implementation of AbstractDocument.Content uses a gapped buffer.
GlyphView Renders a run of styled text.
GlyphView.DefaultGlyphPainter The default GlyphPainter used in GlyphView.
GlyphView.GlyphPainter An abstract base implementation for a glyph painter for GlyphView.
IconView A View that can render an icon.
InternationalFormatter This extends DefaultFormatter so that the value to string conversion is done via a java.text.Format object.
JTextComponent  
JTextComponent.DefaultKeymap  
JTextComponent.KeyBinding  
LabelView A GlyphView that caches the textattributes for most effective rendering.
LayeredHighlighter  
LayeredHighlighter.LayerPainter  
LayoutQueue This is a queue which holds java.lang.Runnable objects.
MaskFormatter  
NavigationFilter  
NavigationFilter.FilterBypass  
NumberFormatter NumberFormatter is an InternationalFormatter that implements value to string and string to value conversion via an instance of java.text.NumberFormat.
ParagraphView A FlowView that flows it's children horizontally and boxes the rows vertically.
PasswordView  
PlainDocument A simple document class which maps lines to Elements.
PlainEditorKit  
PlainView  
Position.Bias  
Segment A text fragment represented by a sequence of characters stored in an array.
SimpleAttributeSet A set of attributes.
StringContent An implementation of the AbstractDocument.Content interface useful for small documents or debugging.
StyleConstants Represents standard attribute keys.
StyleConstants.CharacterConstants A set of keys for attributes that apply to characters.
StyleConstants.ColorConstants A set of keys for attributes that relate to colors.
StyleConstants.FontConstants A set of keys for attributes that apply to fonts.
StyleConstants.ParagraphConstants A set of keys for attributes that apply to paragraphs.
StyleContext  
StyleContext.SimpleFontSpec  
StyledEditorKit An EditorKit that supports editing styled text.
StyledEditorKit.AlignmentAction Sets the alignment attribute on the selected text.
StyledEditorKit.BoldAction Toggles the bold attribute for the selected text.
StyledEditorKit.FontFamilyAction Sets the font family attribute on the selected text.
StyledEditorKit.FontSizeAction Sets the font size attribute on the selected text.
StyledEditorKit.ForegroundAction Sets the foreground color attribute on the selected text.
StyledEditorKit.ItalicAction Toggles the italic attribute for the selected text.
StyledEditorKit.StyledTextAction The abstract superclass of all styled TextActions.
StyledEditorKit.StyledViewFactory A ViewFactory that is able to create Views for the Elements that are supported by StyledEditorKit, namely the following types of Elements: AbstractDocument.ContentElementName 55 AbstractDocument.ParagraphElementName 55 AbstractDocument.SectionElementName 55 StyleConstants.ComponentElementName 55 StyleConstants.IconElementName 55
StyledEditorKit.UnderlineAction Toggles the underline attribute for the selected text.
TableView A View implementation for rendering tables inside styled text.
TabSet  
TabStop  
TextAction TextAction
Utilities A set of utilities to deal with text.
View  
WrappedPlainView  
 

Exception Summary
BadLocationException Indicates that an invalid location within a Document has been accessed.
ChangedCharSetException The exception is thrown when the document charset is changed.