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.
- 
Method SummaryModifier and TypeMethodDescriptionvoidappendText(String text) Append the specified text to the appendable.
- 
Method Details- 
appendTextAppend the specified text to the appendable.- Parameters:
- text- the text to be appended
 
 
-