Package qupath.lib.gui.logging
Interface TextAppendable
- All Known Subinterfaces:
ScriptEditorControl<T>
- All Known Implementing Classes:
TextAreaControl
public interface TextAppendable
Interface to indicate anything for which text can be appended.
-
Method Summary
Modifier and TypeMethodDescriptionvoidappendText(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
-