Searched defs:edited (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java41 * object once the user has edited the text. The following illustrates
62 * <td>Commits the current value. If the value being edited
66 * will not change, and then edited value will persist.
78 * the currently edited value is invalid. To lock the focus down while the
127 * and the <code>JFormattedTextField</code> has been edited, the
215 * Constant identifying that when focus is lost, the edited value
236 * True while the value being edited is valid.
244 * Indicates the current value has been edited.
246 private boolean edited; field in class:JFormattedTextField
508 * value. The currently edited valu
806 setEdited(boolean edited) argument
[all...]

Completed in 31 milliseconds