Package org.scijava.display
Class DefaultDisplay
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.display.AbstractDisplay<Object>
-
- org.scijava.display.DefaultDisplay
-
- All Implemented Interfaces:
Comparable<Prioritized>,Iterable<Object>,Collection<Object>,List<Object>,Contextual,Display<Object>,Identifiable,Locatable,Logged,Named,HasPluginInfo,RichPlugin,SciJavaPlugin,Prioritized,Versioned
public class DefaultDisplay extends AbstractDisplay<Object>
Default display for objects, when no other displays are available.- Author:
- Curtis Rueden
-
-
Field Summary
-
Fields inherited from class org.scijava.display.AbstractDisplay
isClosed
-
-
Constructor Summary
Constructors Constructor Description DefaultDisplay()
-
Method Summary
-
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, isDisplaying
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
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
-
-