<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Jun 29 05:54:44 GMT+01:00 1999 -->
<TITLE>
Swing 1.1 API Specification: Package javax.swing.text
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-use.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../index-files/index-1.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Swing 1.1</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../javax/swing/table/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../javax/swing/text/html/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<H2>
Package javax.swing.text
</H2>
Provides classes and interfaces that deal with editable
and noneditable text components.
<P>
<B>See: </B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
<P>

<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AbstractDocument.AttributeContext.html"><I>AbstractDocument.AttributeContext</I></A></B></TD>
<TD>An interface that can be used to allow MutableAttributeSet 
 implementations to use pluggable attribute compression
 techniques.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AbstractDocument.Content.html"><I>AbstractDocument.Content</I></A></B></TD>
<TD>Interface to describe a sequence of character content that
 can be edited.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AttributeSet.html"><I>AttributeSet</I></A></B></TD>
<TD>A collection of unique attributes.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AttributeSet.CharacterAttribute.html"><I>AttributeSet.CharacterAttribute</I></A></B></TD>
<TD>This interface is the type signature that is expected
 to be present on any attribute key that contributes to
 character level presentation.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AttributeSet.ColorAttribute.html"><I>AttributeSet.ColorAttribute</I></A></B></TD>
<TD>This interface is the type signature that is expected
 to be present on any attribute key that contributes to
 presentation of color.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AttributeSet.FontAttribute.html"><I>AttributeSet.FontAttribute</I></A></B></TD>
<TD>This interface is the type signature that is expected
 to be present on any attribute key that contributes to
 the determination of what font to use to render some 
 text.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AttributeSet.ParagraphAttribute.html"><I>AttributeSet.ParagraphAttribute</I></A></B></TD>
<TD>This interface is the type signature that is expected
 to be present on any attribute key that contributes to
 the paragraph level presentation.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Caret.html"><I>Caret</I></A></B></TD>
<TD>A place within a document view that represents where
 things can be inserted into the document model.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Document.html"><I>Document</I></A></B></TD>
<TD>
 Container for text that supports editing and provides notification of
 changes (serves as the model in an MVC relationship).</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Element.html"><I>Element</I></A></B></TD>
<TD>Interface to describe a structural piece of a document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Highlighter.html"><I>Highlighter</I></A></B></TD>
<TD>An interface for an object that allows one to mark up the background
 with colored areas.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Highlighter.Highlight.html"><I>Highlighter.Highlight</I></A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Highlighter.HighlightPainter.html"><I>Highlighter.HighlightPainter</I></A></B></TD>
<TD>Highlight renderer.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Keymap.html"><I>Keymap</I></A></B></TD>
<TD>A collection of bindings of KeyStrokes to actions.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="MutableAttributeSet.html"><I>MutableAttributeSet</I></A></B></TD>
<TD>A generic interface for a mutable collection of unique attributes.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Position.html"><I>Position</I></A></B></TD>
<TD>Represents a location within a document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Style.html"><I>Style</I></A></B></TD>
<TD>A collection of attributes to associate with an element in a document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledDocument.html"><I>StyledDocument</I></A></B></TD>
<TD>Interface for a generic styled document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="TabableView.html"><I>TabableView</I></A></B></TD>
<TD>Interface for View's that have size dependant
 upon tabs.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="TabExpander.html"><I>TabExpander</I></A></B></TD>
<TD>Simple interface to allow for different types of
 implementations of tab expansion.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ViewFactory.html"><I>ViewFactory</I></A></B></TD>
<TD>A factory to create a view of some portion of document subject.</TD>
</TR>
</TABLE>
&nbsp;

<P>

<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AbstractDocument.html">AbstractDocument</A></B></TD>
<TD>An implementation of the document interface to serve as a 
 basis for implementing various kinds of documents.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AbstractDocument.ElementEdit.html">AbstractDocument.ElementEdit</A></B></TD>
<TD>An implementation of ElementChange that can be added to the document
 event.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AbstractWriter.html">AbstractWriter</A></B></TD>
<TD>AbstractWriter is an abstract class that actually
 does the work of writing out the element tree
 including the attributes.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="BoxView.html">BoxView</A></B></TD>
<TD>A view of a text model that arranges its children into a
 box.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ComponentView.html">ComponentView</A></B></TD>
<TD>Component decorator that implements the view interface.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="CompositeView.html">CompositeView</A></B></TD>
<TD>A view of a text model that has a children
 box.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultCaret.html">DefaultCaret</A></B></TD>
<TD>A default implementation of Caret.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.html">DefaultEditorKit</A></B></TD>
<TD>This is the set of things needed by a text component
 to be a reasonably functioning editor for some <em>type</em>
 of text document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.BeepAction.html">DefaultEditorKit.BeepAction</A></B></TD>
<TD>Creates a beep.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.CopyAction.html">DefaultEditorKit.CopyAction</A></B></TD>
<TD>Coies the selected region and place its contents
 into the system clipboard.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.CutAction.html">DefaultEditorKit.CutAction</A></B></TD>
<TD>Cuts the selected region and place its contents
 into the system clipboard.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.DefaultKeyTypedAction.html">DefaultEditorKit.DefaultKeyTypedAction</A></B></TD>
<TD>The action that is executed by default if 
 a <em>key typed event</em> is received and there
 is no keymap entry.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.InsertBreakAction.html">DefaultEditorKit.InsertBreakAction</A></B></TD>
<TD>Places a line/paragraph break into the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.InsertContentAction.html">DefaultEditorKit.InsertContentAction</A></B></TD>
<TD>Places content into the associated document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.InsertTabAction.html">DefaultEditorKit.InsertTabAction</A></B></TD>
<TD>Places a tab character into the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultEditorKit.PasteAction.html">DefaultEditorKit.PasteAction</A></B></TD>
<TD>Pastes the contents of the system clipboard into the
 selected region, or before the caret if nothing is
 selected.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultHighlighter.html">DefaultHighlighter</A></B></TD>
<TD>Implements the Highlighter interfaces.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultHighlighter.DefaultHighlightPainter.html">DefaultHighlighter.DefaultHighlightPainter</A></B></TD>
<TD>Simple highlight painter that fills a highlighted area with
 a solid color.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultStyledDocument.html">DefaultStyledDocument</A></B></TD>
<TD>A document that can be marked up with character and paragraph 
 styles in a manner similar to the Rich Text Format.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultStyledDocument.AttributeUndoableEdit.html">DefaultStyledDocument.AttributeUndoableEdit</A></B></TD>
<TD>An UndoableEdit used to remember AttributeSet changes to an
 Element.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultStyledDocument.ElementSpec.html">DefaultStyledDocument.ElementSpec</A></B></TD>
<TD>Specification for building elements.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="DefaultTextUI.html">DefaultTextUI</A></B></TD>
<TD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="EditorKit.html">EditorKit</A></B></TD>
<TD>Establishes the set of things needed by a text component
 to be a reasonably functioning editor for some <em>type</em>
 of text content.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ElementIterator.html">ElementIterator</A></B></TD>
<TD>
 ElementIterator, as the name suggests, iteratates over the Element
 tree.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="FieldView.html">FieldView</A></B></TD>
<TD>Extends the multi-line plain text view to be suitable
 for a single-line editor view.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="GapContent.html">GapContent</A></B></TD>
<TD>An implementation of the AbstractDocument.Content interface 
 implemented using a gapped buffer similar to that used by emacs.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="IconView.html">IconView</A></B></TD>
<TD>Icon decorator that implements the view interface.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="JTextComponent.html">JTextComponent</A></B></TD>
<TD>JTextComponent is the base class for swing text components.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="JTextComponent.KeyBinding.html">JTextComponent.KeyBinding</A></B></TD>
<TD>Binding record for creating key bindings.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="LabelView.html">LabelView</A></B></TD>
<TD>A LabelView is a styled chunk of text that represents a view
 mapped over an element in the text model.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="LabelView2D.html">LabelView2D</A></B></TD>
<TD>A LabelView is a styled chunk of text that represents a view
 mapped over an element in the text model.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="LayeredHighlighter.html">LayeredHighlighter</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="LayeredHighlighter.LayerPainter.html">LayeredHighlighter.LayerPainter</A></B></TD>
<TD>Layered highlight renderer.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ParagraphView.html">ParagraphView</A></B></TD>
<TD>View of a simple line-wrapping paragraph that supports
 multiple fonts, colors, components, icons, etc.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="PasswordView.html">PasswordView</A></B></TD>
<TD>Implements a View suitable for use in JPasswordField
 UI implementations.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="PlainDocument.html">PlainDocument</A></B></TD>
<TD>A plain document that maintains no character attributes.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="PlainView.html">PlainView</A></B></TD>
<TD>Implements View interface for a simple multi-line text view 
 that has text in one font and color.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Position.Bias.html">Position.Bias</A></B></TD>
<TD>A typesafe enumeration to indicate bias to a position
 in the model.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Segment.html">Segment</A></B></TD>
<TD>A segment of a character array representing a fragment
 of text.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="SimpleAttributeSet.html">SimpleAttributeSet</A></B></TD>
<TD>A straightforward implementation of MutableAttributeSet using a 
 hash table.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StringContent.html">StringContent</A></B></TD>
<TD>An implementation of the AbstractDocument.Content interface that is 
 a brute force implementation that is useful for relatively small 
 documents and/or debugging.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyleConstants.html">StyleConstants</A></B></TD>
<TD>
 A collection of <em>well known</em> or common attribute keys
 and methods to apply to an AttributeSet or MutableAttributeSet
 to get/set the properties in a typesafe manner.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyleConstants.CharacterConstants.html">StyleConstants.CharacterConstants</A></B></TD>
<TD>This is a typesafe enumeration of the <em>well-known</em> 
 attributes that contribute to a character style.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyleConstants.ColorConstants.html">StyleConstants.ColorConstants</A></B></TD>
<TD>This is a typesafe enumeration of the <em>well-known</em> 
 attributes that contribute to a color.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyleConstants.FontConstants.html">StyleConstants.FontConstants</A></B></TD>
<TD>This is a typesafe enumeration of the <em>well-known</em> 
 attributes that contribute to a font.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyleConstants.ParagraphConstants.html">StyleConstants.ParagraphConstants</A></B></TD>
<TD>This is a typesafe enumeration of the <em>well-known</em> 
 attributes that contribute to a paragraph style.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyleContext.html">StyleContext</A></B></TD>
<TD>A pool of styles and their associated resources.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.html">StyledEditorKit</A></B></TD>
<TD>This is the set of things needed by a text component
 to be a reasonably functioning editor for some <em>type</em>
 of text document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.AlignmentAction.html">StyledEditorKit.AlignmentAction</A></B></TD>
<TD>An action to set paragraph alignment.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.BoldAction.html">StyledEditorKit.BoldAction</A></B></TD>
<TD>An action to toggle the bold attribute.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.FontFamilyAction.html">StyledEditorKit.FontFamilyAction</A></B></TD>
<TD>An action to set the font family in the associated
 JEditorPane.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.FontSizeAction.html">StyledEditorKit.FontSizeAction</A></B></TD>
<TD>An action to set the font size in the associated
 JEditorPane.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.ForegroundAction.html">StyledEditorKit.ForegroundAction</A></B></TD>
<TD>An action to set foreground color.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.ItalicAction.html">StyledEditorKit.ItalicAction</A></B></TD>
<TD>An action to toggle the italic attribute.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.StyledTextAction.html">StyledEditorKit.StyledTextAction</A></B></TD>
<TD>An action that assumes it's being fired on a JEditorPane
 with a StyledEditorKit (or subclass) installed.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="StyledEditorKit.UnderlineAction.html">StyledEditorKit.UnderlineAction</A></B></TD>
<TD>An action to toggle the underline attribute.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="TableView.html">TableView</A></B></TD>
<TD>
 Implements View interface for a table, that is composed of an
 element structure where the child elements of the element
 this view is responsible for represent rows and the child 
 elements of the row elements are cells.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="TabSet.html">TabSet</A></B></TD>
<TD>A TabSet is comprised of many TabStops.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="TabStop.html">TabStop</A></B></TD>
<TD>This class encapsulates a single tab stop (basically as tab stops  
 are thought of by RTF).</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="TextAction.html">TextAction</A></B></TD>
<TD>An Action implementation useful for key bindings that are 
 shared across a number of different text components.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Utilities.html">Utilities</A></B></TD>
<TD>A collection of methods to deal with various text
 related activities.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="View.html">View</A></B></TD>
<TD>A view of some portion of document model.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="WrappedPlainView.html">WrappedPlainView</A></B></TD>
<TD>View of plain text (text with only one font and color)
 that does line-wrapping.</TD>
</TR>
</TABLE>
&nbsp;

<P>

<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Exception Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="BadLocationException.html">BadLocationException</A></B></TD>
<TD>This exception is to report bad locations within a document model
 (that is, attempts to reference a location that doesn't exist).</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ChangedCharSetException.html">ChangedCharSetException</A></B></TD>
<TD>ChangedCharSetException as the name indicates is an exception
 thrown when the charset is changed.</TD>
</TR>
</TABLE>
&nbsp;

<P>
<A NAME="package_description"><!-- --></A><H2>
Package javax.swing.text Description
</H2>

<P>
Provides classes and interfaces that deal with editable
and noneditable text components.  Examples of text components are text
fields and text areas, of which password fields and document editors
are special instantiations.  Features that are supported by this
package include selection/highlighting, editing, style,
and key mapping.

<!--
<h2>Package Specification</h2>

##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
<ul>
  <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
</ul>

<h2>Related Documentation</h2>

For overviews, tutorials, examples, guides, and tool documentation, please see:
<ul>
  <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
</ul>

-->
<P>
<DL>
<DT><B>Since: </B><DD>JDK1.2</DD>
</DL>
<HR>

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <FONT ID="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-use.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../index-files/index-1.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Swing 1.1</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../javax/swing/table/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../javax/swing/text/html/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="package-summary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>Java is a trademark or registered trademark of Sun Microsystems,  Inc. in the US and other countries.<br>Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,<br>Palo Alto, California, 94303, U.S.A.  All Rights Reserved.</font>
</BODY>
</HTML>
