|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
org.scijava.display.AbstractDisplay<String>
org.scijava.display.DefaultTextDisplay
public class DefaultTextDisplay
Default display for text.
| Field Summary |
|---|
| Fields inherited from class org.scijava.display.AbstractDisplay |
|---|
isClosed |
| Constructor Summary | |
|---|---|
DefaultTextDisplay()
|
|
| Method Summary | |
|---|---|
void |
append(String text)
Add a line to the display. |
| Methods inherited from class org.scijava.display.AbstractDisplay |
|---|
add, add, addAll, addAll, canDisplay, canDisplay, checkObject, clear, close, contains, containsAll, display, get, getName, indexOf, isDisplaying, 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 |
|---|
compareTo, getInfo, getPriority, setInfo, setPriority |
| Methods inherited from class org.scijava.AbstractContextual |
|---|
context, getContext, setContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.scijava.display.Display |
|---|
canDisplay, canDisplay, close, display, getName, isDisplaying, setName, update |
| 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, retainAll, set, size, subList, toArray, toArray |
| Methods inherited from interface org.scijava.Contextual |
|---|
context, getContext, setContext |
| Methods inherited from interface org.scijava.Prioritized |
|---|
getPriority, setPriority |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.scijava.plugin.HasPluginInfo |
|---|
getInfo, setInfo |
| Constructor Detail |
|---|
public DefaultTextDisplay()
| Method Detail |
|---|
public void append(String text)
TextDisplay
append in interface TextDisplay
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||