CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/08/31 19:48:39

Modified files:
        javax/swing/text: DefaultEditorKit.java TextAction.java 

Log message:
        2006-08-29  Roman Kennke  <[EMAIL PROTECTED]>
        
                * javax/swing/text/TextAction.java
                (getTextComponent): Check event for null and return null in
                this case.
                (augmentList): Augment Actions based on their names.
                * javax/swing/text/DefaultEditorKit.java
                (BeginAction.actionPerformed): Check target for null.
                (BeginLineAction.actionPerformed): Check target for null.
                (CopyAction.actionPerformed): Check target for null.
                (CutAction.actionPerformed): Check target for null.
                (EndAction.actionPerformed): Check target for null.
                (EndLineAction.actionPerformed): Check target for null.
                (InsertBreakAction.actionPerformed): Check target for null.
                (InsertTabAction.actionPerformed): Check target for null.
                (PasteAction.actionPerformed): Check target for null.
                (SelectAllAction.actionPerformed): Check target for null.
                (SelectionBeginAction.actionPerformed): Check target for null.
                (SelectionBeginLineAction.actionPerformed): Check target for 
null.
                (SelectionEndAction.actionPerformed): Check target for null.
                (SelectionEndLineAction.actionPerformed): Check target for null.
                (SelectLineAction.actionPerformed): Check target for null.
                (SelectWordAction.actionPerformed): Check target for null.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/DefaultEditorKit.java?cvsroot=classpath&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/TextAction.java?cvsroot=classpath&r1=1.10&r2=1.11


Reply via email to