<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Jun 29 05:54:51 GMT+01:00 1999 -->
<TITLE>
Swing 1.1 API Specification: Interface  AccessibleText
</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/AccessibleText.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/accessibility/AccessibleSelection.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../javax/accessibility/AccessibleValue.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="AccessibleText.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="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&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.accessibility</FONT>
<BR>
Interface  AccessibleText</H2>
<DL>
<DT><B>All Known Subinterfaces:</B> <DD><A HREF="../../javax/accessibility/AccessibleHypertext.html">AccessibleHypertext</A></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../javax/swing/text/JTextComponent.AccessibleJTextComponent.html">JTextComponent.AccessibleJTextComponent</A></DD>
</DL>
<HR>
<DL>
<DT>public abstract interface <B>AccessibleText</B></DL>

<P>
<P>The AccessibleText interface should be implemented by all 
 classes that present textual information on the display.  This interface
 provides the standard mechanism for an assistive technology to access 
 that text via its content, attributes, and spatial location.  
 Applications can determine if an object supports the AccessibleText 
 interface by first obtaining its AccessibleContext (see <A HREF="../../javax/accessibility/Accessible.html"><CODE>Accessible</CODE></A>)
 and then calling the <A HREF="../../javax/accessibility/AccessibleContext.html#getAccessibleText()"><CODE>AccessibleContext.getAccessibleText()</CODE></A> method of 
 AccessibleContext.  If the return value is not null, the object supports this
 interface.
<P>
<DL>
<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/Accessible.html"><CODE>Accessible</CODE></A>, 
<A HREF="../../javax/accessibility/Accessible.html#getAccessibleContext()"><CODE>Accessible.getAccessibleContext()</CODE></A>, 
<A HREF="../../javax/accessibility/AccessibleContext.html"><CODE>AccessibleContext</CODE></A>, 
<A HREF="../../javax/accessibility/AccessibleContext.html#getAccessibleText()"><CODE>AccessibleContext.getAccessibleText()</CODE></A></DL>
<HR>

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


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

<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#CHARACTER">CHARACTER</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant used to indicate that the part of text that should be
 retrieved is a character.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#SENTENCE">SENTENCE</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant used to indicate that the part of text that should be 
 retrieved is a sentence.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#WORD">WORD</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constant used to indicate that the part of text that should be 
 retrieved is a word.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->


<!-- ========== 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>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getAfterIndex(int, int)">getAfterIndex</A></B>(int&nbsp;part,
              int&nbsp;index)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the String after a given index.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getAtIndex(int, int)">getAtIndex</A></B>(int&nbsp;part,
           int&nbsp;index)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the String at a given index.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getBeforeIndex(int, int)">getBeforeIndex</A></B>(int&nbsp;part,
               int&nbsp;index)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the String before a given index.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getCaretPosition()">getCaretPosition</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the zero-based offset of the caret.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../javax/swing/text/AttributeSet.html">AttributeSet</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getCharacterAttribute(int)">getCharacterAttribute</A></B>(int&nbsp;i)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the AttributeSet for a given character at a given index</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.awt.Rectangle</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getCharacterBounds(int)">getCharacterBounds</A></B>(int&nbsp;i)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determine the bounding box of the character at the given 
 index into the string.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getCharCount()">getCharCount</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the number of characters (valid indicies)</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getIndexAtPoint(java.awt.Point)">getIndexAtPoint</A></B>(java.awt.Point&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Given a point in local coordinates, return the zero-based index
 of the character under that Point.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getSelectedText()">getSelectedText</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the portion of the text that is selected.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getSelectionEnd()">getSelectionEnd</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the end offset within the selected text.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/accessibility/AccessibleText.html#getSelectionStart()">getSelectionStart</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the start offset within the selected text.</TD>
</TR>
</TABLE>
&nbsp;
<P>

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

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

<A NAME="CHARACTER"><!-- --></A><H3>
CHARACTER</H3>
<PRE>
public static final int <B>CHARACTER</B></PRE>
<DL>
<DD>Constant used to indicate that the part of text that should be
 retrieved is a character.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleText.html#getAtIndex(int, int)"><CODE>getAtIndex(int, int)</CODE></A>, 
<A HREF="../../javax/accessibility/AccessibleText.html#getAfterIndex(int, int)"><CODE>getAfterIndex(int, int)</CODE></A>, 
<A HREF="../../javax/accessibility/AccessibleText.html#getBeforeIndex(int, int)"><CODE>getBeforeIndex(int, int)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="WORD"><!-- --></A><H3>
WORD</H3>
<PRE>
public static final int <B>WORD</B></PRE>
<DL>
<DD>Constant used to indicate that the part of text that should be 
 retrieved is a word.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleText.html#getAtIndex(int, int)"><CODE>getAtIndex(int, int)</CODE></A>, 
<A HREF="../../javax/accessibility/AccessibleText.html#getAfterIndex(int, int)"><CODE>getAfterIndex(int, int)</CODE></A>, 
<A HREF="../../javax/accessibility/AccessibleText.html#getBeforeIndex(int, int)"><CODE>getBeforeIndex(int, int)</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="SENTENCE"><!-- --></A><H3>
SENTENCE</H3>
<PRE>
public static final int <B>SENTENCE</B></PRE>
<DL>
<DD>Constant used to indicate that the part of text that should be 
 retrieved is a sentence.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../javax/accessibility/AccessibleText.html#getAtIndex(int, int)"><CODE>getAtIndex(int, int)</CODE></A>, 
<A HREF="../../javax/accessibility/AccessibleText.html#getAfterIndex(int, int)"><CODE>getAfterIndex(int, int)</CODE></A>, 
<A HREF="../../javax/accessibility/AccessibleText.html#getBeforeIndex(int, int)"><CODE>getBeforeIndex(int, int)</CODE></A></DL>
</DD>
</DL>

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


<!-- ============ 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="getIndexAtPoint(java.awt.Point)"><!-- --></A><H3>
getIndexAtPoint</H3>
<PRE>
public int <B>getIndexAtPoint</B>(java.awt.Point&nbsp;p)</PRE>
<DL>
<DD>Given a point in local coordinates, return the zero-based index
 of the character under that Point.  If the point is invalid,
 this method returns -1.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>p</CODE> - the Point in local coordinates<DT><B>Returns:</B><DD>the zero-based index of the character under Point p; if 
 Point is invalid returns -1.</DL>
</DD>
</DL>
<HR>

<A NAME="getCharacterBounds(int)"><!-- --></A><H3>
getCharacterBounds</H3>
<PRE>
public java.awt.Rectangle <B>getCharacterBounds</B>(int&nbsp;i)</PRE>
<DL>
<DD>Determine the bounding box of the character at the given 
 index into the string.  The bounds are returned in local
 coordinates.  If the index is invalid an empty rectangle is returned.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - the index into the String<DT><B>Returns:</B><DD>the screen coordinates of the character's the bounding box,
 if index is invalid returns an empty rectangle.</DL>
</DD>
</DL>
<HR>

<A NAME="getCharCount()"><!-- --></A><H3>
getCharCount</H3>
<PRE>
public int <B>getCharCount</B>()</PRE>
<DL>
<DD>Return the number of characters (valid indicies)<DD><DL>
<DT><B>Returns:</B><DD>the number of characters</DL>
</DD>
</DL>
<HR>

<A NAME="getCaretPosition()"><!-- --></A><H3>
getCaretPosition</H3>
<PRE>
public int <B>getCaretPosition</B>()</PRE>
<DL>
<DD>Return the zero-based offset of the caret.

 Note: That to the right of the caret will have the same index
 value as the offset (the caret is between two characters).<DD><DL>
<DT><B>Returns:</B><DD>the zero-based offset of the caret.</DL>
</DD>
</DL>
<HR>

<A NAME="getAtIndex(int, int)"><!-- --></A><H3>
getAtIndex</H3>
<PRE>
public java.lang.String <B>getAtIndex</B>(int&nbsp;part,
                                   int&nbsp;index)</PRE>
<DL>
<DD>Return the String at a given index.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>part</CODE> - the CHARACTER, WORD, or SENTENCE to retrieve<DD><CODE>index</CODE> - an index within the text<DT><B>Returns:</B><DD>the letter, word, or sentence</DL>
</DD>
</DL>
<HR>

<A NAME="getAfterIndex(int, int)"><!-- --></A><H3>
getAfterIndex</H3>
<PRE>
public java.lang.String <B>getAfterIndex</B>(int&nbsp;part,
                                      int&nbsp;index)</PRE>
<DL>
<DD>Return the String after a given index.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>part</CODE> - the CHARACTER, WORD, or SENTENCE to retrieve<DD><CODE>index</CODE> - an index within the text<DT><B>Returns:</B><DD>the letter, word, or sentence</DL>
</DD>
</DL>
<HR>

<A NAME="getBeforeIndex(int, int)"><!-- --></A><H3>
getBeforeIndex</H3>
<PRE>
public java.lang.String <B>getBeforeIndex</B>(int&nbsp;part,
                                       int&nbsp;index)</PRE>
<DL>
<DD>Return the String before a given index.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>part</CODE> - the CHARACTER, WORD, or SENTENCE to retrieve<DD><CODE>index</CODE> - an index within the text<DT><B>Returns:</B><DD>the letter, word, or sentence</DL>
</DD>
</DL>
<HR>

<A NAME="getCharacterAttribute(int)"><!-- --></A><H3>
getCharacterAttribute</H3>
<PRE>
public <A HREF="../../javax/swing/text/AttributeSet.html">AttributeSet</A> <B>getCharacterAttribute</B>(int&nbsp;i)</PRE>
<DL>
<DD>Return the AttributeSet for a given character at a given index<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - the zero-based index into the text<DT><B>Returns:</B><DD>the AttributeSet of the character</DL>
</DD>
</DL>
<HR>

<A NAME="getSelectionStart()"><!-- --></A><H3>
getSelectionStart</H3>
<PRE>
public int <B>getSelectionStart</B>()</PRE>
<DL>
<DD>Returns the start offset within the selected text.
 If there is no selection, but there is
 a caret, the start and end offsets will be the same.<DD><DL>
<DT><B>Returns:</B><DD>the index into the text of the start of the selection</DL>
</DD>
</DL>
<HR>

<A NAME="getSelectionEnd()"><!-- --></A><H3>
getSelectionEnd</H3>
<PRE>
public int <B>getSelectionEnd</B>()</PRE>
<DL>
<DD>Returns the end offset within the selected text.
 If there is no selection, but there is
 a caret, the start and end offsets will be the same.<DD><DL>
<DT><B>Returns:</B><DD>the index into teh text of the end of the selection</DL>
</DD>
</DL>
<HR>

<A NAME="getSelectedText()"><!-- --></A><H3>
getSelectedText</H3>
<PRE>
public java.lang.String <B>getSelectedText</B>()</PRE>
<DL>
<DD>Returns the portion of the text that is selected.<DD><DL>
<DT><B>Returns:</B><DD>the String portion of the text that is selected</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/AccessibleText.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/accessibility/AccessibleSelection.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../javax/accessibility/AccessibleValue.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="AccessibleText.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="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&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>
