public interface HasText
text.
It is up to the implementation to define what this means.| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Returns current text of this object.
|
void |
setText(String text)
Sets text of this object.
|
Copyright © 2023 Miki. All rights reserved.