/[classpath]/classpath/javax/swing/JTextField.java
ViewVC logotype

Diff of /classpath/javax/swing/JTextField.java

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

revision 1.11.2.4 by gnu_andrew, Thu Jan 27 09:45:35 2005 UTC revision 1.11.2.5 by gnu_andrew, Sat Feb 19 10:50:49 2005 UTC
# Line 47  import java.beans.PropertyChangeEvent; Line 47  import java.beans.PropertyChangeEvent;
47  import java.beans.PropertyChangeListener;  import java.beans.PropertyChangeListener;
48    
49  import javax.accessibility.AccessibleStateSet;  import javax.accessibility.AccessibleStateSet;
 import javax.swing.Action;  
50  import javax.swing.text.Document;  import javax.swing.text.Document;
51  import javax.swing.text.JTextComponent;  import javax.swing.text.JTextComponent;
52  import javax.swing.text.PlainDocument;  import javax.swing.text.PlainDocument;
# Line 84  public class JTextField extends JTextCom Line 83  public class JTextField extends JTextCom
83    
84    private static final Action[] actions;    private static final Action[] actions;
85    
86      /**
87       * Name of the action that gets sent when the content of the text field
88       * gets accepted.
89       */
90    public static final String notifyAction = "notify-field-accept";    public static final String notifyAction = "notify-field-accept";
91        
92    static    static

Legend:
Removed from v.1.11.2.4  
changed lines
  Added in v.1.11.2.5

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