<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Jun 29 06:00:55 GMT+01:00 1999 -->
<TITLE>
Swing 1.1 API Specification: Interface  Keymap
</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/Keymap.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/Highlighter.HighlightPainter.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../javax/swing/text/MutableAttributeSet.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="Keymap.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;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&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.swing.text</FONT>
<BR>
Interface  Keymap</H2>
<HR>
<DL>
<DT>public abstract interface <B>Keymap</B></DL>

<P>
A collection of bindings of KeyStrokes to actions.  The
 bindings are basically name-value pairs that potentially 
 resolve in a hierarchy.
<P>
<HR>

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


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


<!-- ======== 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;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#addActionForKeyStroke(javax.swing.KeyStroke, javax.swing.Action)">addActionForKeyStroke</A></B>(<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;key,
                      <A HREF="../../../javax/swing/Action.html">Action</A>&nbsp;a)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a binding to the keymap.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/Action.html">Action</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#getAction(javax.swing.KeyStroke)">getAction</A></B>(<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;key)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches the action appropriate for the given symbolic
 event sequence.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/Action.html">Action</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#getBoundActions()">getBoundActions</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches all of the actions defined in this keymap.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#getBoundKeyStrokes()">getBoundKeyStrokes</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches all of the keystrokes in this map that
 are bound to some action.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/Action.html">Action</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#getDefaultAction()">getDefaultAction</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches the default action to fire if a 
 key is typed (i.e.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#getKeyStrokesForAction(javax.swing.Action)">getKeyStrokesForAction</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A>&nbsp;a)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches the keystrokes that will result in 
 the given action.</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/swing/text/Keymap.html#getName()">getName</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches the name of the set of key-bindings.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/text/Keymap.html">Keymap</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#getResolveParent()">getResolveParent</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches the parent keymap used to resolve key-bindings.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#isLocallyDefined(javax.swing.KeyStroke)">isLocallyDefined</A></B>(<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;key)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines if the given key sequence is locally defined.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#removeBindings()">removeBindings</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes all bindings from the keymap.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#removeKeyStrokeBinding(javax.swing.KeyStroke)">removeKeyStrokeBinding</A></B>(<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;keys)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes a binding from the keymap.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#setDefaultAction(javax.swing.Action)">setDefaultAction</A></B>(<A HREF="../../../javax/swing/Action.html">Action</A>&nbsp;a)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the default action to fire if a key is typed.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/Keymap.html#setResolveParent(javax.swing.text.Keymap)">setResolveParent</A></B>(<A HREF="../../../javax/swing/text/Keymap.html">Keymap</A>&nbsp;parent)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the parent keymap, which will be used to 
 resolve key-bindings.</TD>
</TR>
</TABLE>
&nbsp;
<P>

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


<!-- ========= 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="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public java.lang.String <B>getName</B>()</PRE>
<DL>
<DD>Fetches the name of the set of key-bindings.<DD><DL>
<DT><B>Returns:</B><DD>the name</DL>
</DD>
</DL>
<HR>

<A NAME="getDefaultAction()"><!-- --></A><H3>
getDefaultAction</H3>
<PRE>
public <A HREF="../../../javax/swing/Action.html">Action</A> <B>getDefaultAction</B>()</PRE>
<DL>
<DD>Fetches the default action to fire if a 
 key is typed (i.e. a KEY_TYPED KeyEvent is received)
 and there is no binding for it.  Typically this
 would be some action that inserts text so that 
 the keymap doesn't require an action for each 
 possible key.<DD><DL>
<DT><B>Returns:</B><DD>the default action</DL>
</DD>
</DL>
<HR>

<A NAME="setDefaultAction(javax.swing.Action)"><!-- --></A><H3>
setDefaultAction</H3>
<PRE>
public void <B>setDefaultAction</B>(<A HREF="../../../javax/swing/Action.html">Action</A>&nbsp;a)</PRE>
<DL>
<DD>Set the default action to fire if a key is typed.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>a</CODE> - the action</DL>
</DD>
</DL>
<HR>

<A NAME="getAction(javax.swing.KeyStroke)"><!-- --></A><H3>
getAction</H3>
<PRE>
public <A HREF="../../../javax/swing/Action.html">Action</A> <B>getAction</B>(<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;key)</PRE>
<DL>
<DD>Fetches the action appropriate for the given symbolic
 event sequence.  This is used by JTextController to 
 determine how to interpret key sequences.  If the
 binding is not resolved locally, an attempt is made
 to resolve through the parent keymap, if one is set.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key sequence</DL>
</DD>
</DL>
<HR>

<A NAME="getBoundKeyStrokes()"><!-- --></A><H3>
getBoundKeyStrokes</H3>
<PRE>
public <A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>[] <B>getBoundKeyStrokes</B>()</PRE>
<DL>
<DD>Fetches all of the keystrokes in this map that
 are bound to some action.<DD><DL>
<DT><B>Returns:</B><DD>the list of keystrokes</DL>
</DD>
</DL>
<HR>

<A NAME="getBoundActions()"><!-- --></A><H3>
getBoundActions</H3>
<PRE>
public <A HREF="../../../javax/swing/Action.html">Action</A>[] <B>getBoundActions</B>()</PRE>
<DL>
<DD>Fetches all of the actions defined in this keymap.<DD><DL>
<DT><B>Returns:</B><DD>the list of actions</DL>
</DD>
</DL>
<HR>

<A NAME="getKeyStrokesForAction(javax.swing.Action)"><!-- --></A><H3>
getKeyStrokesForAction</H3>
<PRE>
public <A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>[] <B>getKeyStrokesForAction</B>(<A HREF="../../../javax/swing/Action.html">Action</A>&nbsp;a)</PRE>
<DL>
<DD>Fetches the keystrokes that will result in 
 the given action.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>a</CODE> - the action<DT><B>Returns:</B><DD>the list of keystrokes</DL>
</DD>
</DL>
<HR>

<A NAME="isLocallyDefined(javax.swing.KeyStroke)"><!-- --></A><H3>
isLocallyDefined</H3>
<PRE>
public boolean <B>isLocallyDefined</B>(<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;key)</PRE>
<DL>
<DD>Determines if the given key sequence is locally defined.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key sequence<DT><B>Returns:</B><DD>true if the key sequence is locally defined else false</DL>
</DD>
</DL>
<HR>

<A NAME="addActionForKeyStroke(javax.swing.KeyStroke, javax.swing.Action)"><!-- --></A><H3>
addActionForKeyStroke</H3>
<PRE>
public void <B>addActionForKeyStroke</B>(<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;key,
                                  <A HREF="../../../javax/swing/Action.html">Action</A>&nbsp;a)</PRE>
<DL>
<DD>Adds a binding to the keymap.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key sequence<DD><CODE>a</CODE> - the action</DL>
</DD>
</DL>
<HR>

<A NAME="removeKeyStrokeBinding(javax.swing.KeyStroke)"><!-- --></A><H3>
removeKeyStrokeBinding</H3>
<PRE>
public void <B>removeKeyStrokeBinding</B>(<A HREF="../../../javax/swing/KeyStroke.html">KeyStroke</A>&nbsp;keys)</PRE>
<DL>
<DD>Removes a binding from the keymap.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>keys</CODE> - the key sequence</DL>
</DD>
</DL>
<HR>

<A NAME="removeBindings()"><!-- --></A><H3>
removeBindings</H3>
<PRE>
public void <B>removeBindings</B>()</PRE>
<DL>
<DD>Removes all bindings from the keymap.</DL>
<HR>

<A NAME="getResolveParent()"><!-- --></A><H3>
getResolveParent</H3>
<PRE>
public <A HREF="../../../javax/swing/text/Keymap.html">Keymap</A> <B>getResolveParent</B>()</PRE>
<DL>
<DD>Fetches the parent keymap used to resolve key-bindings.<DD><DL>
<DT><B>Returns:</B><DD>the keymap</DL>
</DD>
</DL>
<HR>

<A NAME="setResolveParent(javax.swing.text.Keymap)"><!-- --></A><H3>
setResolveParent</H3>
<PRE>
public void <B>setResolveParent</B>(<A HREF="../../../javax/swing/text/Keymap.html">Keymap</A>&nbsp;parent)</PRE>
<DL>
<DD>Sets the parent keymap, which will be used to 
 resolve key-bindings.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent keymap</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/Keymap.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/Highlighter.HighlightPainter.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../javax/swing/text/MutableAttributeSet.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="Keymap.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;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&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>
