/[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.19 by trebligd, Mon Aug 22 11:35:23 2005 UTC revision 1.20 by rabbit78, Tue Sep 13 23:44:50 2005 UTC
# Line 66  public class DefaultEditorKit extends Ed Line 66  public class DefaultEditorKit extends Ed
66     *     *
67     * @see Toolkit#beep()     * @see Toolkit#beep()
68     */     */
69    public static class BeepAction    public static class BeepAction extends TextAction
     extends TextAction  
70    {    {
71      /**      /**
72       * Creates a new <code>BeepAction</code>.       * Creates a new <code>BeepAction</code>.
# Line 95  public class DefaultEditorKit extends Ed Line 94  public class DefaultEditorKit extends Ed
94     * @see CutAction     * @see CutAction
95     * @see PasteAction     * @see PasteAction
96     */     */
97    public static class CopyAction    public static class CopyAction extends TextAction
     extends TextAction  
98    {    {
99    
100      /**      /**
# Line 128  public class DefaultEditorKit extends Ed Line 126  public class DefaultEditorKit extends Ed
126     * @see CopyAction     * @see CopyAction
127     * @see PasteAction     * @see PasteAction
128     */     */
129    public static class CutAction    public static class CutAction extends TextAction
     extends TextAction  
130    {    {
131    
132      /**      /**
# Line 159  public class DefaultEditorKit extends Ed Line 156  public class DefaultEditorKit extends Ed
156     * @see CopyAction     * @see CopyAction
157     * @see CutAction     * @see CutAction
158     */     */
159    public static class PasteAction    public static class PasteAction extends TextAction
     extends TextAction  
160    {    {
161    
162      /**      /**
# Line 243  public class DefaultEditorKit extends Ed Line 239  public class DefaultEditorKit extends Ed
239     * of the text component. This is typically triggered by hitting     * of the text component. This is typically triggered by hitting
240     * ENTER on the keyboard.     * ENTER on the keyboard.
241     */     */
242    public static class InsertBreakAction    public static class InsertBreakAction extends TextAction
     extends TextAction  
243    {    {
244    
245      /**      /**
# Line 273  public class DefaultEditorKit extends Ed Line 268  public class DefaultEditorKit extends Ed
268     */     */
269    // FIXME: Figure out what this Action is supposed to do. Obviously text    // FIXME: Figure out what this Action is supposed to do. Obviously text
270    // that is entered by the user is inserted through DefaultKeyTypedAction.    // that is entered by the user is inserted through DefaultKeyTypedAction.
271    public static class InsertContentAction    public static class InsertContentAction extends TextAction
     extends TextAction  
272    {    {
273    
274      /**      /**
# Line 298  public class DefaultEditorKit extends Ed Line 292  public class DefaultEditorKit extends Ed
292    /**    /**
293     * Inserts a TAB character into the text editor.     * Inserts a TAB character into the text editor.
294     */     */
295    public static class InsertTabAction    public static class InsertTabAction extends TextAction
     extends TextAction  
296    {    {
297    
298      /**      /**

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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