Returns the value that would be displayed in the text area. @return the text
()
| 96 | * @return the text |
| 97 | */ |
| 98 | @Override |
| 99 | public final String getText() { |
| 100 | return readValue(); |
| 101 | } |
| 102 | |
| 103 | private String readValue() { |
| 104 | final StringBuilder builder = new StringBuilder(); |