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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFocusingTextField.java43 boolean willSelect; field in class:FocusingTextField
56 * @param willSelect if true, will select all contents of field when
59 public FocusingTextField(int cols, boolean willSelect) { argument
61 this.willSelect = willSelect;
65 willSelect = will;
69 return willSelect;
81 * We got the focus. If willSelect is true, select everything.
84 if (willSelect) {
91 * We lost the focus. If willSelect i
[all...]

Completed in 38 milliseconds