Interface HasText
An object that implements this interface contains text, which can be set and
retrieved using these methods.
Methods
Method Detail
getText
Gets this object's text.
Return Value
the object's text
setText
public void
setText(
String text)
Sets this object's text.
Parameters
- text
- the object's new text