Package org.scijava.display
Interface TextDisplay
-
- All Superinterfaces:
Collection<String>,Comparable<Prioritized>,Contextual,Display<String>,HasPluginInfo,Identifiable,Iterable<String>,List<String>,Locatable,Logged,Named,Prioritized,RichPlugin,SciJavaPlugin,Versioned
- All Known Implementing Classes:
DefaultTextDisplay
public interface TextDisplay extends Display<String>
Interface for textDisplays.- Author:
- Curtis Rueden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(String text)Add a line to the display.-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.display.Display
canDisplay, canDisplay, close, display, isDisplaying, update
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
append
void append(String text)
Add a line to the display.- Parameters:
text-
-
-