Lines Matching refs:TextField

37  * A <code>TextField</code> object is a text component
44 * <img src="doc-files/TextField-1.gif" alt="The preceding text describes this image."
50 * TextField tf1, tf2, tf3, tf4;
52 * tf1 = new TextField();
54 * tf2 = new TextField("", 20);
56 * tf3 = new TextField("Hello!");
58 * tf4 = new TextField("Hello", 30);
79 * The <code>TextField</code> class's <code>processEvent</code>
92 * @see java.awt.TextField#processEvent
93 * @see java.awt.TextField#processActionEvent
94 * @see java.awt.TextField#addActionListener
97 public class TextField extends TextComponent {
153 public TextField() throws HeadlessException {
166 public TextField(String text) throws HeadlessException {
181 public TextField(int columns) throws HeadlessException {
200 public TextField(String text, int columns) throws HeadlessException {
210 synchronized (TextField.class) {
216 * Creates the TextField's peer. The peer allows us to modify the
217 * appearance of the TextField without changing its functionality.
239 * character actually used by the TextField implementation might be
242 * @see java.awt.TextField#echoCharIsSet
243 * @see java.awt.TextField#setEchoChar
264 * used by the TextField implementation.
266 * @see java.awt.TextField#echoCharIsSet
267 * @see java.awt.TextField#getEchoChar
312 * @see java.awt.TextField#setEchoChar
313 * @see java.awt.TextField#getEchoChar
323 * @see java.awt.TextField#setColumns
334 * @see java.awt.TextField#getColumns
516 * upon this <code>TextField</code>.
525 * <code>TextField</code> <code>t</code>
580 * @see java.awt.TextField#processActionEvent
610 * @see java.awt.TextField#addActionListener
622 * Returns a string representing the state of this <code>TextField</code>.
676 * TextField. Unrecognized keys or values will be
718 * Gets the AccessibleContext associated with this TextField.
724 * AccessibleContext of this TextField
736 * <code>TextField</code> class. It provides an implementation of the