org.scijava.display
Class DefaultDisplay

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.plugin.AbstractRichPlugin
          extended by org.scijava.display.AbstractDisplay<Object>
              extended by org.scijava.display.DefaultDisplay
All Implemented Interfaces:
Comparable<Prioritized>, Iterable<Object>, Collection<Object>, List<Object>, Contextual, Display<Object>, HasPluginInfo, RichPlugin, SciJavaPlugin, Prioritized

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
DefaultDisplay()
           
 
Method Summary
 
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 java.util.List
equals, hashCode
 
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

DefaultDisplay

public DefaultDisplay()


Copyright © 2009–2014 SciJava. All rights reserved.