Package qupath.lib.gui.logging
Interface TextAppendable
- All Known Subinterfaces:
ScriptEditorControl<T>
- All Known Implementing Classes:
CodeAreaControl
,TextAreaControl
public interface TextAppendable
Interface to indicate anything for which text can be appended.
- Author:
- Pete Bankhead
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendText
(String text) Append the specified text to the appendable.
-
Method Details
-
appendText
Append the specified text to the appendable.- Parameters:
text
- the text to be appended
-