<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue Jun 29 06:01:07 GMT+01:00 1999 -->
<TITLE>
Swing 1.1 API Specification: Class  DefaultEditorKit
</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/DefaultEditorKit.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/DefaultCaret.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../javax/swing/text/DefaultEditorKit.BeepAction.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="DefaultEditorKit.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;<A HREF="#inner_class_summary">INNER</A>&nbsp;|&nbsp;<A HREF="#field_summary">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;<A HREF="#field_detail">FIELD</A>&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  DefaultEditorKit</H2>
<PRE>
java.lang.Object
  |
  +--<A HREF="../../../javax/swing/text/EditorKit.html">javax.swing.text.EditorKit</A>
        |
        +--<B>javax.swing.text.DefaultEditorKit</B>
</PRE>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../javax/swing/text/StyledEditorKit.html">StyledEditorKit</A></DD>
</DL>
<HR>
<DL>
<DT>public class <B>DefaultEditorKit</B><DT>extends <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>

<P>
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.  This implementation provides a default
 implementation which treats text as plain text and 
 provides a minimal set of actions for a simple editor.
<P>
<DL>
<DT><B>See Also: </B><DD><A HREF="../../../serialized-form.html#javax.swing.text.DefaultEditorKit">Serialized Form</A></DL>
<HR>

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

<A NAME="inner_class_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Inner Class Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.BeepAction.html">DefaultEditorKit.BeepAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a beep.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.CopyAction.html">DefaultEditorKit.CopyAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Coies the selected region and place its contents
 into the system clipboard.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.CutAction.html">DefaultEditorKit.CutAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cuts the selected region and place its contents
 into the system clipboard.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.DefaultKeyTypedAction.html">DefaultEditorKit.DefaultKeyTypedAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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 ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.InsertBreakAction.html">DefaultEditorKit.InsertBreakAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Places a line/paragraph break into the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.InsertContentAction.html">DefaultEditorKit.InsertContentAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Places content into the associated document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.InsertTabAction.html">DefaultEditorKit.InsertTabAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Places a tab character into the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.PasteAction.html">DefaultEditorKit.PasteAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pastes the contents of the system clipboard into the
 selected region, or before the caret if nothing is
 selected.</TD>
</TR>
</TABLE>
&nbsp;
<!-- =========== 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;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#backwardAction">backwardAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 logically backward one position.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#beepAction">beepAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to create a beep.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#beginAction">beginAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the begining of the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#beginLineAction">beginLineAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the begining of a line.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#beginParagraphAction">beginParagraphAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the begining of a paragraph.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#beginWordAction">beginWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the begining of a word.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#copyAction">copyAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to copy the selected region
 and place the contents into the system clipboard.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#cutAction">cutAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to cut the selected region
 and place the contents into the system clipboard.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#defaultKeyTypedAction">defaultKeyTypedAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of 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 ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#deleteNextCharAction">deleteNextCharAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to delete the character of content that
 follows the current caret position.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#deletePrevCharAction">deletePrevCharAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to delete the character of content that
 precedes the current caret position.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#downAction">downAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 logically downward one position.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#endAction">endAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the end of the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#endLineAction">endLineAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the end of a line.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#EndOfLineStringProperty">EndOfLineStringProperty</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;When reading a document if a CRLF is encountered a property
 with this name is added and the value will be "\r\n".</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#endParagraphAction">endParagraphAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the end of a paragraph.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#endWordAction">endWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the end of a word.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#forwardAction">forwardAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 logically forward one position.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#insertBreakAction">insertBreakAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to place a line/paragraph break into
 the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#insertContentAction">insertContentAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to place content into the associated
 document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#insertTabAction">insertTabAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to place a tab character into
 the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#nextWordAction">nextWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret to the begining of the
 next word.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#pageDownAction">pageDownAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to page down vertically.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#pageUpAction">pageUpAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to page up vertically.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#pasteAction">pasteAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to paste 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 ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#previousWordAction">previousWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret to the begining of the
 previous word.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#readOnlyAction">readOnlyAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to set the editor into read-only
 mode.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectAllAction">selectAllAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for selecting the entire document</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionBackwardAction">selectionBackwardAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for extending the selection
 by moving the caret logically backward one position.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionBeginAction">selectionBeginAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the begining of the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionBeginLineAction">selectionBeginLineAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the begining of a line, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionBeginParagraphAction">selectionBeginParagraphAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the begining of a paragraph, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionBeginWordAction">selectionBeginWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the begining of a word, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionDownAction">selectionDownAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 logically downward one position, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionEndAction">selectionEndAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the end of the document.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionEndLineAction">selectionEndLineAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the end of a line, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionEndParagraphAction">selectionEndParagraphAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the end of a paragraph, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionEndWordAction">selectionEndWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 to the end of a word, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionForwardAction">selectionForwardAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for extending the selection
 by moving the caret logically forward one position.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionNextWordAction">selectionNextWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the selection to the begining of the
 next word, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionPreviousWordAction">selectionPreviousWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the selection to the begining of the
 previous word, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectionUpAction">selectionUpAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 logically upward one position, extending the selection.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectLineAction">selectLineAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for selecting a line around the caret.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectParagraphAction">selectParagraphAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for selecting a paragraph around the caret.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#selectWordAction">selectWordAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for selecting a word around the caret.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#upAction">upAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the Action for moving the caret 
 logically upward one position.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#writableAction">writableAction</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Name of the action to set the editor into writeable
 mode.</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/DefaultEditorKit.html#DefaultEditorKit()">DefaultEditorKit</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#clone()">clone</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a copy of the editor kit.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/text/Caret.html">Caret</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#createCaret()">createCaret</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches a caret that can navigate through views
 produced by the associated ViewFactory.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/text/Document.html">Document</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#createDefaultDocument()">createDefaultDocument</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an uninitialized text storage model (PlainDocument)
 that is appropriate for this type of editor.</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/DefaultEditorKit.html#getActions()">getActions</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches the set of commands that can be used
 on a text component that is using a model and
 view produced by this kit.</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/DefaultEditorKit.html#getContentType()">getContentType</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the MIME type of the data that this
 kit represents support for.</TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../javax/swing/text/ViewFactory.html">ViewFactory</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../javax/swing/text/DefaultEditorKit.html#getViewFactory()">getViewFactory</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fetches a factory that is suitable for producing 
 views of any models that are produced by this
 kit.</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/DefaultEditorKit.html#read(java.io.InputStream, javax.swing.text.Document, int)">read</A></B>(java.io.InputStream&nbsp;in,
     <A HREF="../../../javax/swing/text/Document.html">Document</A>&nbsp;doc,
     int&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts content from the given stream which is expected 
 to be in a format appropriate for this kind of content
 handler.</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/DefaultEditorKit.html#read(java.io.Reader, javax.swing.text.Document, int)">read</A></B>(java.io.Reader&nbsp;in,
     <A HREF="../../../javax/swing/text/Document.html">Document</A>&nbsp;doc,
     int&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts content from the given stream, which will be 
 treated as plain text.</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/DefaultEditorKit.html#write(java.io.OutputStream, javax.swing.text.Document, int, int)">write</A></B>(java.io.OutputStream&nbsp;out,
      <A HREF="../../../javax/swing/text/Document.html">Document</A>&nbsp;doc,
      int&nbsp;pos,
      int&nbsp;len)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes content from a document to the given stream
 in a format appropriate for this kind of content handler.</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/DefaultEditorKit.html#write(java.io.Writer, javax.swing.text.Document, int, int)">write</A></B>(java.io.Writer&nbsp;out,
      <A HREF="../../../javax/swing/text/Document.html">Document</A>&nbsp;doc,
      int&nbsp;pos,
      int&nbsp;len)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes content from a document to the given stream
 as plain text.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_javax.swing.text.EditorKit"><!-- --></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/EditorKit.html">EditorKit</A></B></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE><A HREF="../../../javax/swing/text/EditorKit.html#deinstall(javax.swing.JEditorPane)">deinstall</A>, 
<A HREF="../../../javax/swing/text/EditorKit.html#install(javax.swing.JEditorPane)">install</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 =========== -->

<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="EndOfLineStringProperty"><!-- --></A><H3>
EndOfLineStringProperty</H3>
<PRE>
public static final java.lang.String <B>EndOfLineStringProperty</B></PRE>
<DL>
<DD>When reading a document if a CRLF is encountered a property
 with this name is added and the value will be "\r\n".</DL>
<HR>

<A NAME="insertContentAction"><!-- --></A><H3>
insertContentAction</H3>
<PRE>
public static final java.lang.String <B>insertContentAction</B></PRE>
<DL>
<DD>Name of the action to place content into the associated
 document.  If there is a selection, it is removed before
 the new content is added.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../../javax/swing/text/DefaultEditorKit.InsertContentAction.html"><CODE>DefaultEditorKit.InsertContentAction</CODE></A>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="insertBreakAction"><!-- --></A><H3>
insertBreakAction</H3>
<PRE>
public static final java.lang.String <B>insertBreakAction</B></PRE>
<DL>
<DD>Name of the action to place a line/paragraph break into
 the document.  If there is a selection, it is removed before
 the break is added.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../../javax/swing/text/DefaultEditorKit.InsertBreakAction.html"><CODE>DefaultEditorKit.InsertBreakAction</CODE></A>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="insertTabAction"><!-- --></A><H3>
insertTabAction</H3>
<PRE>
public static final java.lang.String <B>insertTabAction</B></PRE>
<DL>
<DD>Name of the action to place a tab character into
 the document.  If there is a selection, it is removed before
 the tab is added.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../../javax/swing/text/DefaultEditorKit.InsertTabAction.html"><CODE>DefaultEditorKit.InsertTabAction</CODE></A>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="deletePrevCharAction"><!-- --></A><H3>
deletePrevCharAction</H3>
<PRE>
public static final java.lang.String <B>deletePrevCharAction</B></PRE>
<DL>
<DD>Name of the action to delete the character of content that
 precedes the current caret position.<DD><DL>
<DT><B>See Also: </B><DD><CODE>DeletePrevCharAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="deleteNextCharAction"><!-- --></A><H3>
deleteNextCharAction</H3>
<PRE>
public static final java.lang.String <B>deleteNextCharAction</B></PRE>
<DL>
<DD>Name of the action to delete the character of content that
 follows the current caret position.<DD><DL>
<DT><B>See Also: </B><DD><CODE>DeleteNextCharAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="readOnlyAction"><!-- --></A><H3>
readOnlyAction</H3>
<PRE>
public static final java.lang.String <B>readOnlyAction</B></PRE>
<DL>
<DD>Name of the action to set the editor into read-only
 mode.<DD><DL>
<DT><B>See Also: </B><DD><CODE>ReadOnlyAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="writableAction"><!-- --></A><H3>
writableAction</H3>
<PRE>
public static final java.lang.String <B>writableAction</B></PRE>
<DL>
<DD>Name of the action to set the editor into writeable
 mode.<DD><DL>
<DT><B>See Also: </B><DD><CODE>WritableAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="cutAction"><!-- --></A><H3>
cutAction</H3>
<PRE>
public static final java.lang.String <B>cutAction</B></PRE>
<DL>
<DD>Name of the action to cut the selected region
 and place the contents into the system clipboard.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../../javax/swing/text/JTextComponent.html#cut()"><CODE>JTextComponent.cut()</CODE></A>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="copyAction"><!-- --></A><H3>
copyAction</H3>
<PRE>
public static final java.lang.String <B>copyAction</B></PRE>
<DL>
<DD>Name of the action to copy the selected region
 and place the contents into the system clipboard.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../../javax/swing/text/JTextComponent.html#copy()"><CODE>JTextComponent.copy()</CODE></A>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="pasteAction"><!-- --></A><H3>
pasteAction</H3>
<PRE>
public static final java.lang.String <B>pasteAction</B></PRE>
<DL>
<DD>Name of the action to paste the contents of the
 system clipboard into the selected region, or before the
 caret if nothing is selected.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../../javax/swing/text/JTextComponent.html#paste()"><CODE>JTextComponent.paste()</CODE></A>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="beepAction"><!-- --></A><H3>
beepAction</H3>
<PRE>
public static final java.lang.String <B>beepAction</B></PRE>
<DL>
<DD>Name of the action to create a beep.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../../javax/swing/text/DefaultEditorKit.BeepAction.html"><CODE>DefaultEditorKit.BeepAction</CODE></A>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="pageUpAction"><!-- --></A><H3>
pageUpAction</H3>
<PRE>
public static final java.lang.String <B>pageUpAction</B></PRE>
<DL>
<DD>Name of the action to page up vertically.<DD><DL>
<DT><B>See Also: </B><DD><CODE>PageUpAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="pageDownAction"><!-- --></A><H3>
pageDownAction</H3>
<PRE>
public static final java.lang.String <B>pageDownAction</B></PRE>
<DL>
<DD>Name of the action to page down vertically.<DD><DL>
<DT><B>See Also: </B><DD><CODE>PageDownAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="forwardAction"><!-- --></A><H3>
forwardAction</H3>
<PRE>
public static final java.lang.String <B>forwardAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 logically forward one position.<DD><DL>
<DT><B>See Also: </B><DD><CODE>ForwardAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="backwardAction"><!-- --></A><H3>
backwardAction</H3>
<PRE>
public static final java.lang.String <B>backwardAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 logically backward one position.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BackwardAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionForwardAction"><!-- --></A><H3>
selectionForwardAction</H3>
<PRE>
public static final java.lang.String <B>selectionForwardAction</B></PRE>
<DL>
<DD>Name of the Action for extending the selection
 by moving the caret logically forward one position.<DD><DL>
<DT><B>See Also: </B><DD><CODE>SelectionForwardAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionBackwardAction"><!-- --></A><H3>
selectionBackwardAction</H3>
<PRE>
public static final java.lang.String <B>selectionBackwardAction</B></PRE>
<DL>
<DD>Name of the Action for extending the selection
 by moving the caret logically backward one position.<DD><DL>
<DT><B>See Also: </B><DD><CODE>SelectionBackwardAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="upAction"><!-- --></A><H3>
upAction</H3>
<PRE>
public static final java.lang.String <B>upAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 logically upward one position.<DD><DL>
<DT><B>See Also: </B><DD><CODE>UpAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="downAction"><!-- --></A><H3>
downAction</H3>
<PRE>
public static final java.lang.String <B>downAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 logically downward one position.<DD><DL>
<DT><B>See Also: </B><DD><CODE>DownAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionUpAction"><!-- --></A><H3>
selectionUpAction</H3>
<PRE>
public static final java.lang.String <B>selectionUpAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 logically upward one position, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>UpAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionDownAction"><!-- --></A><H3>
selectionDownAction</H3>
<PRE>
public static final java.lang.String <B>selectionDownAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 logically downward one position, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>DownAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="beginWordAction"><!-- --></A><H3>
beginWordAction</H3>
<PRE>
public static final java.lang.String <B>beginWordAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the begining of a word.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BeginAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="endWordAction"><!-- --></A><H3>
endWordAction</H3>
<PRE>
public static final java.lang.String <B>endWordAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the end of a word.<DD><DL>
<DT><B>See Also: </B><DD><CODE>EndAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionBeginWordAction"><!-- --></A><H3>
selectionBeginWordAction</H3>
<PRE>
public static final java.lang.String <B>selectionBeginWordAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the begining of a word, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BeginWordAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionEndWordAction"><!-- --></A><H3>
selectionEndWordAction</H3>
<PRE>
public static final java.lang.String <B>selectionEndWordAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the end of a word, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>EndWordAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="previousWordAction"><!-- --></A><H3>
previousWordAction</H3>
<PRE>
public static final java.lang.String <B>previousWordAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret to the begining of the
 previous word.<DD><DL>
<DT><B>See Also: </B><DD><CODE>PreviousWordAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="nextWordAction"><!-- --></A><H3>
nextWordAction</H3>
<PRE>
public static final java.lang.String <B>nextWordAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret to the begining of the
 next word.
 to the next of the document.<DD><DL>
<DT><B>See Also: </B><DD><CODE>NextWordAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionPreviousWordAction"><!-- --></A><H3>
selectionPreviousWordAction</H3>
<PRE>
public static final java.lang.String <B>selectionPreviousWordAction</B></PRE>
<DL>
<DD>Name of the Action for moving the selection to the begining of the
 previous word, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>PreviousWordAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionNextWordAction"><!-- --></A><H3>
selectionNextWordAction</H3>
<PRE>
public static final java.lang.String <B>selectionNextWordAction</B></PRE>
<DL>
<DD>Name of the Action for moving the selection to the begining of the
 next word, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>NextWordAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="beginLineAction"><!-- --></A><H3>
beginLineAction</H3>
<PRE>
public static final java.lang.String <B>beginLineAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the begining of a line.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BeginAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="endLineAction"><!-- --></A><H3>
endLineAction</H3>
<PRE>
public static final java.lang.String <B>endLineAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the end of a line.<DD><DL>
<DT><B>See Also: </B><DD><CODE>EndAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionBeginLineAction"><!-- --></A><H3>
selectionBeginLineAction</H3>
<PRE>
public static final java.lang.String <B>selectionBeginLineAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the begining of a line, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BeginLineAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionEndLineAction"><!-- --></A><H3>
selectionEndLineAction</H3>
<PRE>
public static final java.lang.String <B>selectionEndLineAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the end of a line, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>EndLineAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="beginParagraphAction"><!-- --></A><H3>
beginParagraphAction</H3>
<PRE>
public static final java.lang.String <B>beginParagraphAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the begining of a paragraph.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BeginAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="endParagraphAction"><!-- --></A><H3>
endParagraphAction</H3>
<PRE>
public static final java.lang.String <B>endParagraphAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the end of a paragraph.<DD><DL>
<DT><B>See Also: </B><DD><CODE>EndAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionBeginParagraphAction"><!-- --></A><H3>
selectionBeginParagraphAction</H3>
<PRE>
public static final java.lang.String <B>selectionBeginParagraphAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the begining of a paragraph, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BeginParagraphAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionEndParagraphAction"><!-- --></A><H3>
selectionEndParagraphAction</H3>
<PRE>
public static final java.lang.String <B>selectionEndParagraphAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the end of a paragraph, extending the selection.<DD><DL>
<DT><B>See Also: </B><DD><CODE>EndParagraphAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="beginAction"><!-- --></A><H3>
beginAction</H3>
<PRE>
public static final java.lang.String <B>beginAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the begining of the document.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BeginAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="endAction"><!-- --></A><H3>
endAction</H3>
<PRE>
public static final java.lang.String <B>endAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the end of the document.<DD><DL>
<DT><B>See Also: </B><DD><CODE>EndAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionBeginAction"><!-- --></A><H3>
selectionBeginAction</H3>
<PRE>
public static final java.lang.String <B>selectionBeginAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the begining of the document.<DD><DL>
<DT><B>See Also: </B><DD><CODE>BeginAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectionEndAction"><!-- --></A><H3>
selectionEndAction</H3>
<PRE>
public static final java.lang.String <B>selectionEndAction</B></PRE>
<DL>
<DD>Name of the Action for moving the caret 
 to the end of the document.<DD><DL>
<DT><B>See Also: </B><DD><CODE>EndAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectWordAction"><!-- --></A><H3>
selectWordAction</H3>
<PRE>
public static final java.lang.String <B>selectWordAction</B></PRE>
<DL>
<DD>Name of the Action for selecting a word around the caret.<DD><DL>
<DT><B>See Also: </B><DD><CODE>SelectWordAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectLineAction"><!-- --></A><H3>
selectLineAction</H3>
<PRE>
public static final java.lang.String <B>selectLineAction</B></PRE>
<DL>
<DD>Name of the Action for selecting a line around the caret.<DD><DL>
<DT><B>See Also: </B><DD><CODE>SelectLineAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectParagraphAction"><!-- --></A><H3>
selectParagraphAction</H3>
<PRE>
public static final java.lang.String <B>selectParagraphAction</B></PRE>
<DL>
<DD>Name of the Action for selecting a paragraph around the caret.<DD><DL>
<DT><B>See Also: </B><DD><CODE>SelectParagraphAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="selectAllAction"><!-- --></A><H3>
selectAllAction</H3>
<PRE>
public static final java.lang.String <B>selectAllAction</B></PRE>
<DL>
<DD>Name of the Action for selecting the entire document<DD><DL>
<DT><B>See Also: </B><DD><CODE>SelectAllAction</CODE>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>
<HR>

<A NAME="defaultKeyTypedAction"><!-- --></A><H3>
defaultKeyTypedAction</H3>
<PRE>
public static final java.lang.String <B>defaultKeyTypedAction</B></PRE>
<DL>
<DD>Name of the action that is executed by default if 
 a <em>key typed event</em> is received and there
 is no keymap entry.<DD><DL>
<DT><B>See Also: </B><DD><A HREF="../../../javax/swing/text/DefaultEditorKit.DefaultKeyTypedAction.html"><CODE>DefaultEditorKit.DefaultKeyTypedAction</CODE></A>, 
<A HREF="../../../javax/swing/text/DefaultEditorKit.html#getActions()"><CODE>getActions()</CODE></A></DL>
</DD>
</DL>

<!-- ========= 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="DefaultEditorKit()"><!-- --></A><H3>
DefaultEditorKit</H3>
<PRE>
public <B>DefaultEditorKit</B>()</PRE>
<DL>
</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="clone()"><!-- --></A><H3>
clone</H3>
<PRE>
public java.lang.Object <B>clone</B>()</PRE>
<DL>
<DD>Creates a copy of the editor kit.  This
 allows an implementation to serve as a prototype
 for others, so that they can be quickly created.<DD><DL>
<DT><B>Returns:</B><DD>the copy<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#clone()">clone</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="getContentType()"><!-- --></A><H3>
getContentType</H3>
<PRE>
public java.lang.String <B>getContentType</B>()</PRE>
<DL>
<DD>Gets the MIME type of the data that this
 kit represents support for.  The default
 is <code>text/plain</code>.<DD><DL>
<DT><B>Returns:</B><DD>the type<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#getContentType()">getContentType</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="getViewFactory()"><!-- --></A><H3>
getViewFactory</H3>
<PRE>
public <A HREF="../../../javax/swing/text/ViewFactory.html">ViewFactory</A> <B>getViewFactory</B>()</PRE>
<DL>
<DD>Fetches a factory that is suitable for producing 
 views of any models that are produced by this
 kit.  The default is to have the UI produce the
 factory, so this method has no implementation.<DD><DL>
<DT><B>Returns:</B><DD>the view factory<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#getViewFactory()">getViewFactory</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="getActions()"><!-- --></A><H3>
getActions</H3>
<PRE>
public <A HREF="../../../javax/swing/Action.html">Action</A>[] <B>getActions</B>()</PRE>
<DL>
<DD>Fetches the set of commands that can be used
 on a text component that is using a model and
 view produced by this kit.<DD><DL>
<DT><B>Returns:</B><DD>the command list<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#getActions()">getActions</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="createCaret()"><!-- --></A><H3>
createCaret</H3>
<PRE>
public <A HREF="../../../javax/swing/text/Caret.html">Caret</A> <B>createCaret</B>()</PRE>
<DL>
<DD>Fetches a caret that can navigate through views
 produced by the associated ViewFactory.<DD><DL>
<DT><B>Returns:</B><DD>the caret<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#createCaret()">createCaret</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="createDefaultDocument()"><!-- --></A><H3>
createDefaultDocument</H3>
<PRE>
public <A HREF="../../../javax/swing/text/Document.html">Document</A> <B>createDefaultDocument</B>()</PRE>
<DL>
<DD>Creates an uninitialized text storage model (PlainDocument)
 that is appropriate for this type of editor.<DD><DL>
<DT><B>Returns:</B><DD>the model<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#createDefaultDocument()">createDefaultDocument</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="read(java.io.InputStream, javax.swing.text.Document, int)"><!-- --></A><H3>
read</H3>
<PRE>
public void <B>read</B>(java.io.InputStream&nbsp;in,
                 <A HREF="../../../javax/swing/text/Document.html">Document</A>&nbsp;doc,
                 int&nbsp;pos)
          throws java.io.IOException,
                 <A HREF="../../../javax/swing/text/BadLocationException.html">BadLocationException</A></PRE>
<DL>
<DD>Inserts content from the given stream which is expected 
 to be in a format appropriate for this kind of content
 handler.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>in</CODE> - The stream to read from<DD><CODE>doc</CODE> - The destination for the insertion.<DD><CODE>pos</CODE> - The location in the document to place the
   content >= 0.<DT><B>Throws:</B><DD>java.io.IOException - on any I/O error<DD><A HREF="../../../javax/swing/text/BadLocationException.html">BadLocationException</A> - if pos represents an invalid
   location within the document.<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#read(java.io.InputStream, javax.swing.text.Document, int)">read</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="write(java.io.OutputStream, javax.swing.text.Document, int, int)"><!-- --></A><H3>
write</H3>
<PRE>
public void <B>write</B>(java.io.OutputStream&nbsp;out,
                  <A HREF="../../../javax/swing/text/Document.html">Document</A>&nbsp;doc,
                  int&nbsp;pos,
                  int&nbsp;len)
           throws java.io.IOException,
                  <A HREF="../../../javax/swing/text/BadLocationException.html">BadLocationException</A></PRE>
<DL>
<DD>Writes content from a document to the given stream
 in a format appropriate for this kind of content handler.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>out</CODE> - The stream to write to<DD><CODE>doc</CODE> - The source for the write.<DD><CODE>pos</CODE> - The location in the document to fetch the
   content >= 0.<DD><CODE>len</CODE> - The amount to write out >= 0.<DT><B>Throws:</B><DD>java.io.IOException - on any I/O error<DD><A HREF="../../../javax/swing/text/BadLocationException.html">BadLocationException</A> - if pos represents an invalid
   location within the document.<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#write(java.io.OutputStream, javax.swing.text.Document, int, int)">write</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="read(java.io.Reader, javax.swing.text.Document, int)"><!-- --></A><H3>
read</H3>
<PRE>
public void <B>read</B>(java.io.Reader&nbsp;in,
                 <A HREF="../../../javax/swing/text/Document.html">Document</A>&nbsp;doc,
                 int&nbsp;pos)
          throws java.io.IOException,
                 <A HREF="../../../javax/swing/text/BadLocationException.html">BadLocationException</A></PRE>
<DL>
<DD>Inserts content from the given stream, which will be 
 treated as plain text.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>in</CODE> - The stream to read from<DD><CODE>doc</CODE> - The destination for the insertion.<DD><CODE>pos</CODE> - The location in the document to place the
   content >= 0.<DT><B>Throws:</B><DD>java.io.IOException - on any I/O error<DD><A HREF="../../../javax/swing/text/BadLocationException.html">BadLocationException</A> - if pos represents an invalid
   location within the document.<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#read(java.io.Reader, javax.swing.text.Document, int)">read</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></DL>
</DD>
</DL>
<HR>

<A NAME="write(java.io.Writer, javax.swing.text.Document, int, int)"><!-- --></A><H3>
write</H3>
<PRE>
public void <B>write</B>(java.io.Writer&nbsp;out,
                  <A HREF="../../../javax/swing/text/Document.html">Document</A>&nbsp;doc,
                  int&nbsp;pos,
                  int&nbsp;len)
           throws java.io.IOException,
                  <A HREF="../../../javax/swing/text/BadLocationException.html">BadLocationException</A></PRE>
<DL>
<DD>Writes content from a document to the given stream
 as plain text.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>out</CODE> - The stream to write to<DD><CODE>doc</CODE> - The source for the write.<DD><CODE>pos</CODE> - The location in the document to fetch the
   content from >= 0.<DD><CODE>len</CODE> - The amount to write out >= 0.<DT><B>Throws:</B><DD>java.io.IOException - on any I/O error<DD><A HREF="../../../javax/swing/text/BadLocationException.html">BadLocationException</A> - if pos is not within 0 and
   the length of the document.<DT><B>Overrides:</B><DD><A HREF="../../../javax/swing/text/EditorKit.html#write(java.io.Writer, javax.swing.text.Document, int, int)">write</A> in class <A HREF="../../../javax/swing/text/EditorKit.html">EditorKit</A></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/DefaultEditorKit.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/DefaultCaret.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../javax/swing/text/DefaultEditorKit.BeepAction.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="DefaultEditorKit.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;<A HREF="#inner_class_summary">INNER</A>&nbsp;|&nbsp;<A HREF="#field_summary">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;<A HREF="#field_detail">FIELD</A>&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>
