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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java161 * you are likely to see odd behavior in that the editing policy of the
343 * Sets the behavior when focus is lost. This will be one of
357 * @param behavior Identifies behavior when focus is lost
358 * @throws IllegalArgumentException if behavior is not one of the known
367 public void setFocusLostBehavior(int behavior) { argument
368 if (behavior != COMMIT && behavior != COMMIT_OR_REVERT &&
369 behavior != PERSIST && behavior !
[all...]

Completed in 30 milliseconds