Method Summary |
|
public void | addActionListener(ActionListener al) Adds the specified action listener to recieve action events from
this interface. |
public String | getText() Gets the text that is presented by this interface. |
public void | removeActionListener(ActionListener al) Removes the specified action listener so that it no longer receives
action events from interface. |
public void | setDefault() |
public void | setText(String text) Sets the text that is presented by this interface to be the specified
text. |
public boolean | updated() Check if the current text value and the default value are different. |