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
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
2005-02-19 Sven de Marothy <sven@physto.se>
|
||||||
|
|
||||||
* javax/swing/SpinnerDateModel.java: Implemented.
|
* javax/swing/SpinnerDateModel.java: Implemented.
|
||||||
|
|
|
@ -83,6 +83,10 @@ public class JTextField extends JTextComponent
|
||||||
|
|
||||||
private static final Action[] actions;
|
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";
|
public static final String notifyAction = "notify-field-accept";
|
||||||
|
|
||||||
static
|
static
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue