Package org.scijava.display
Class DefaultTextDisplay
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.display.AbstractDisplay<String>
-
- org.scijava.display.DefaultTextDisplay
-
- All Implemented Interfaces:
Comparable<Prioritized>,Iterable<String>,Collection<String>,List<String>,Contextual,Display<String>,TextDisplay,Identifiable,Locatable,Logged,Named,HasPluginInfo,RichPlugin,SciJavaPlugin,Prioritized,Versioned
public class DefaultTextDisplay extends AbstractDisplay<String> implements TextDisplay
Default display for text.- Author:
- Curtis Rueden
-
-
Field Summary
-
Fields inherited from class org.scijava.display.AbstractDisplay
isClosed
-
-
Constructor Summary
Constructors Constructor Description DefaultTextDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(String text)Add a line to the display.-
Methods inherited from class org.scijava.display.AbstractDisplay
add, add, addAll, addAll, canDisplay, checkObject, clear, close, contains, containsAll, display, get, getName, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, noteStructureChange, rebuild, remove, remove, removeAll, retainAll, set, setName, size, subList, toArray, toArray, toString, update
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
public void append(String text)
Description copied from interface:TextDisplayAdd a line to the display.- Specified by:
appendin interfaceTextDisplay
-
-