mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 02:10:29 +08:00
2005-02-19 Michael Koch <konqueror@gmx.de>
* javax/swing/JTextField.java (notfiyAction): Added javadoc. From-SVN: r95276
This commit is contained in:
parent
f10a665465
commit
a74b85d0a4
@ -1,3 +1,8 @@
|
||||
2005-02-19 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* javax/swing/JTextField.java
|
||||
(notfiyAction): Added javadoc.
|
||||
|
||||
2005-02-19 Sven de Marothy <sven@physto.se>
|
||||
|
||||
* javax/swing/SpinnerDateModel.java: Implemented.
|
||||
|
@ -83,6 +83,10 @@ public class JTextField extends JTextComponent
|
||||
|
||||
private static final Action[] actions;
|
||||
|
||||
/**
|
||||
* Name of the action that gets sent when the content of the text field
|
||||
* gets accepted.
|
||||
*/
|
||||
public static final String notifyAction = "notify-field-accept";
|
||||
|
||||
static
|
||||
|
Loading…
x
Reference in New Issue
Block a user