<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Jun 29 06:01:37 GMT+01:00 1999 -->
<TITLE>
Swing 1.1 API Specification: Class  StyledEditorKit.StyledTextAction
</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="#EEEEFF" ID="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="class-use/StyledEditorKit.StyledTextAction.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/text/StyledEditorKit.ItalicAction.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../javax/swing/text/StyledEditorKit.UnderlineAction.html"><B>NEXT CLASS</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="StyledEditorKit.StyledTextAction.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.AbstractAction">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
javax.swing.text</FONT>
<BR>
Class  StyledEditorKit.StyledTextAction</H2>
<PRE>
java.lang.Object
  |
  +--<A HREF="../../../javax/swing/AbstractAction.html">javax.swing.AbstractAction</A>
        |
        +--<A HREF="../../../javax/swing/text/TextAction.html">javax.swing.text.TextAction</A>
              |
              +--<B>javax.swing.text.StyledEditorKit.StyledTextAction</B>
</PRE>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../javax/swing/text/html/HTMLEditorKit.HTMLTextAction.html">HTMLEditorKit.HTMLTextAction</A>, <A HREF="../../../javax/swing/text/StyledEditorKit.AlignmentAction.html">StyledEditorKit.AlignmentAction</A>, <A HREF="../../../javax/swing/text/StyledEditorKit.BoldAction.html">StyledEditorKit.BoldAction</A>, <A HREF="../../../javax/swing/text/StyledEditorKit.FontFamilyAction.html">StyledEditorKit.FontFamilyAction</A>, <A HREF="../../../javax/swing/text/StyledEditorKit.FontSizeAction.html">StyledEditorKit.FontSizeAction</A>, <A HREF="../../../javax/swing/text/StyledEditorKit.ForegroundAction.html">StyledEditorKit.ForegroundAction</A>, <A HREF="../../../javax/swing/text/StyledEditorKit.ItalicAction.html">StyledEditorKit.ItalicAction</A>, <A HREF="../../../javax/swing/text/StyledEditorKit.UnderlineAction.html">StyledEditorKit.UnderlineAction</A></DD>
</DL>
<HR>
<DL>
<DT>public abstract static class <B>StyledEditorKit.StyledTextAction</B><DT>extends <A HREF="../../../javax/swing/text/TextAction.html">TextAction</A></DL>

<P>
An action that assumes it's being fired on a JEditorPane
 with a StyledEditorKit (or subclass) installed.  This has
 some convenience methods for causing character or paragraph
 level attribute changes.  The convenience methods will 
 throw an IllegalArgumentException if the assumption of
 a StyledDocument, a JEditorPane, or a StyledEditorKit
 fail to be true.
 <p>
 The component that gets acted upon by the action 
 will be the source of the ActionEvent if the source
 can be narrowed to a JEditorPane type.  If the source
 can't be narrowed, the most recently focused text 
 component is changed.  If neither of these are the
 case, the action cannot be performed.
 <p>
 <strong>Warning:</strong>
 Serialized objects of this class will not be compatible with
 future Swing releases.  The current serialization support is appropriate
 for short term storage or RMI between applications running the same
 version of Swing.  A future release of Swing will provide support for
 long term persistence.
<P>
<DL>
<DT><B>See Also: </B><DD><A HREF="../../../serialized-form.html#javax.swing.text.StyledEditorKit.StyledTextAction">Serialized Form</A></DL>
<HR>

<P>
<!-- ======== INNER CLASS SUMMARY ======== -->


<!-- =========== FIELD SUMMARY =========== -->

<A NAME="fields_inherited_from_class_javax.swing.AbstractAction"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
<TD><B>Fields inherited from class javax.swing.<A HREF="../../../javax/swing/AbstractAction.html">AbstractAction</A></B></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/AbstractAction.html#changeSupport">changeSupport</A>,  
<A HREF="../../../javax/swing/AbstractAction.html#enabled">enabled</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><B><A HREF="../../../javax/swing/text/StyledEditorKit.StyledTextAction.html#StyledEditorKit.StyledTextAction(java.lang.String)">StyledEditorKit.StyledTextAction</A></B>(java.lang.String&nbsp;nm)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new StyledTextAction from a string action name.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/StyledEditorKit.StyledTextAction.html#getEditor(java.awt.event.ActionEvent)">getEditor</A></B>(java.awt.event.ActionEvent&nbsp;e)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the target editor for an action.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../javax/swing/text/StyledDocument.html">StyledDocument</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/StyledEditorKit.StyledTextAction.html#getStyledDocument(javax.swing.JEditorPane)">getStyledDocument</A></B>(<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A>&nbsp;e)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the document associated with an editor pane.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../javax/swing/text/StyledEditorKit.html">StyledEditorKit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/StyledEditorKit.StyledTextAction.html#getStyledEditorKit(javax.swing.JEditorPane)">getStyledEditorKit</A></B>(<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A>&nbsp;e)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the editor kit associated with an editor pane.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/StyledEditorKit.StyledTextAction.html#setCharacterAttributes(javax.swing.JEditorPane, javax.swing.text.AttributeSet, boolean)">setCharacterAttributes</A></B>(<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A>&nbsp;editor,
                       <A HREF="../../../javax/swing/text/AttributeSet.html">AttributeSet</A>&nbsp;attr,
                       boolean&nbsp;replace)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Applies the given attributes to character 
 content.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/StyledEditorKit.StyledTextAction.html#setParagraphAttributes(javax.swing.JEditorPane, javax.swing.text.AttributeSet, boolean)">setParagraphAttributes</A></B>(<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A>&nbsp;editor,
                       <A HREF="../../../javax/swing/text/AttributeSet.html">AttributeSet</A>&nbsp;attr,
                       boolean&nbsp;replace)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Applies the given attributes to paragraphs.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_javax.swing.text.TextAction"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
<TD><B>Methods inherited from class javax.swing.text.<A HREF="../../../javax/swing/text/TextAction.html">TextAction</A></B></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/text/TextAction.html#augmentList(javax.swing.Action[], javax.swing.Action[])">augmentList</A>, 
<A HREF="../../../javax/swing/text/TextAction.html#getFocusedComponent()">getFocusedComponent</A>, 
<A HREF="../../../javax/swing/text/TextAction.html#getTextComponent(java.awt.event.ActionEvent)">getTextComponent</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_javax.swing.AbstractAction"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
<TD><B>Methods inherited from class javax.swing.<A HREF="../../../javax/swing/AbstractAction.html">AbstractAction</A></B></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/AbstractAction.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener</A>, 
<A HREF="../../../javax/swing/AbstractAction.html#clone()">clone</A>, 
<A HREF="../../../javax/swing/AbstractAction.html#firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object)">firePropertyChange</A>, 
<A HREF="../../../javax/swing/AbstractAction.html#getValue(java.lang.String)">getValue</A>, 
<A HREF="../../../javax/swing/AbstractAction.html#isEnabled()">isEnabled</A>, 
<A HREF="../../../javax/swing/AbstractAction.html#putValue(java.lang.String, java.lang.Object)">putValue</A>, 
<A HREF="../../../javax/swing/AbstractAction.html#removePropertyChangeListener(java.beans.PropertyChangeListener)">removePropertyChangeListener</A>, 
<A HREF="../../../javax/swing/AbstractAction.html#setEnabled(boolean)">setEnabled</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE>equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ============ FIELD DETAIL =========== -->


<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="StyledEditorKit.StyledTextAction(java.lang.String)"><!-- --></A><H3>
StyledEditorKit.StyledTextAction</H3>
<PRE>
public <B>StyledEditorKit.StyledTextAction</B>(java.lang.String&nbsp;nm)</PRE>
<DL>
<DD>Creates a new StyledTextAction from a string action name.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nm</CODE> - the name of the action</DL>
</DD>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="getEditor(java.awt.event.ActionEvent)"><!-- --></A><H3>
getEditor</H3>
<PRE>
protected final <A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A> <B>getEditor</B>(java.awt.event.ActionEvent&nbsp;e)</PRE>
<DL>
<DD>Gets the target editor for an action.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>e</CODE> - the action event<DT><B>Returns:</B><DD>the editor</DL>
</DD>
</DL>
<HR>

<A NAME="getStyledDocument(javax.swing.JEditorPane)"><!-- --></A><H3>
getStyledDocument</H3>
<PRE>
protected final <A HREF="../../../javax/swing/text/StyledDocument.html">StyledDocument</A> <B>getStyledDocument</B>(<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A>&nbsp;e)</PRE>
<DL>
<DD>Gets the document associated with an editor pane.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>e</CODE> - the editor<DT><B>Returns:</B><DD>the document<DT><B>Throws:</B><DD>java.lang.IllegalArgumentException - for the wrong document type</DL>
</DD>
</DL>
<HR>

<A NAME="getStyledEditorKit(javax.swing.JEditorPane)"><!-- --></A><H3>
getStyledEditorKit</H3>
<PRE>
protected final <A HREF="../../../javax/swing/text/StyledEditorKit.html">StyledEditorKit</A> <B>getStyledEditorKit</B>(<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A>&nbsp;e)</PRE>
<DL>
<DD>Gets the editor kit associated with an editor pane.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>e</CODE> - the editor pane<DT><B>Returns:</B><DD>the kit<DT><B>Throws:</B><DD>java.lang.IllegalArgumentException - for the wrong document type</DL>
</DD>
</DL>
<HR>

<A NAME="setCharacterAttributes(javax.swing.JEditorPane, javax.swing.text.AttributeSet, boolean)"><!-- --></A><H3>
setCharacterAttributes</H3>
<PRE>
protected final void <B>setCharacterAttributes</B>(<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A>&nbsp;editor,
                                            <A HREF="../../../javax/swing/text/AttributeSet.html">AttributeSet</A>&nbsp;attr,
                                            boolean&nbsp;replace)</PRE>
<DL>
<DD>Applies the given attributes to character 
 content.  If there is a selection, the attributes
 are applied to the selection range.  If there
 is no selection, the attributes are applied to
 the input attribute set which defines the attributes
 for any new text that gets inserted.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>editor</CODE> - the editor<DD><CODE>attr</CODE> - the attributes<DD><CODE>replace</CODE> - if true, then replace the existing attributes first</DL>
</DD>
</DL>
<HR>

<A NAME="setParagraphAttributes(javax.swing.JEditorPane, javax.swing.text.AttributeSet, boolean)"><!-- --></A><H3>
setParagraphAttributes</H3>
<PRE>
protected final void <B>setParagraphAttributes</B>(<A HREF="../../../javax/swing/JEditorPane.html">JEditorPane</A>&nbsp;editor,
                                            <A HREF="../../../javax/swing/text/AttributeSet.html">AttributeSet</A>&nbsp;attr,
                                            boolean&nbsp;replace)</PRE>
<DL>
<DD>Applies the given attributes to paragraphs.  If
 there is a selection, the attributes are applied
 to the paragraphs that intersect the selection.
 if there is no selection, the attributes are applied
 to the paragraph at the current caret position.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>editor</CODE> - the editor<DD><CODE>attr</CODE> - the attributes<DD><CODE>replace</CODE> - if true, replace the existing attributes first</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<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="#EEEEFF" ID="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="class-use/StyledEditorKit.StyledTextAction.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/text/StyledEditorKit.ItalicAction.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../javax/swing/text/StyledEditorKit.UnderlineAction.html"><B>NEXT CLASS</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="StyledEditorKit.StyledTextAction.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.AbstractAction">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</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>
