/[classpath]/classpath/javax/swing/text/DefaultEditorKit.java
ViewVC logotype

Diff of /classpath/javax/swing/text/DefaultEditorKit.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by rabbit78, Wed Jun 8 10:00:04 2005 UTC revision 1.16 by rabbit78, Wed Jun 8 10:08:46 2005 UTC
# Line 92  public class DefaultEditorKit extends Ed Line 92  public class DefaultEditorKit extends Ed
92      }      }
93    }    }
94    
95      /**
96       * This action is executed as default action when a KEY_TYPED
97       * event is received and no keymap entry exists for that. The purpose
98       * of this action is to filter out a couple of characters. This includes
99       * the control characters and characters with the ALT-modifier.
100       *
101       * If an event does not get filtered, it is inserted into the document
102       * of the text component. If there is some text selected in the text component,
103       * this text will be replaced.
104       */
105    public static class DefaultKeyTypedAction    public static class DefaultKeyTypedAction
106      extends TextAction      extends TextAction
107    {    {
# Line 126  public class DefaultEditorKit extends Ed Line 136  public class DefaultEditorKit extends Ed
136      }      }
137    }    }
138    
139      /**
140       * This action inserts a newline character into the document
141       * of the text component. This is typically triggered by hitting
142       * ENTER on the keyboard.
143       */
144    public static class InsertBreakAction    public static class InsertBreakAction
145      extends TextAction      extends TextAction
146    {    {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26