Changed Constructors |
TextField(int )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Constructs a new empty text field with the specified number of columns. |
TextField(String )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Constructs a new text field initialized with the specified text. |
TextField(String, int)
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Constructs a new text field initialized with the specified text to be displayed and wide enough to hold the specified number of columns. |
TextField(void )
|
Change in exceptions thrown from no exceptions to HeadlessException .
Documentation changed from old to new. |
Constructs a new text field. |
Changed Methods |
void addActionListener(ActionListener )
|
Documentation changed from old to new. |
Adds the specified action listener to receive action events from this text field. |
EventListener[] getListeners(Class )
|
Documentation changed from old to new. |
Returns an array of all the objects currently registered as FooListener s upon this TextField . |
String paramString()
|
Documentation changed from old to new. |
Returns a string representing the state of this TextField . |
void processActionEvent(ActionEvent )
|
Documentation changed from old to new. |
Processes action events occurring on this text field by dispatching them to any registered ActionListener objects. |
void processEvent(AWTEvent )
|
Documentation changed from old to new. |
Processes events on this text field. |
void removeActionListener(ActionListener )
|
Documentation changed from old to new. |
Removes the specified action listener so that it no longer receives action events from this text field. |