Package org.scijava.ui.viewer.text
Class AbstractTextDisplayViewer
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.ui.viewer.AbstractDisplayViewer<String>
-
- org.scijava.ui.viewer.text.AbstractTextDisplayViewer
-
- All Implemented Interfaces:
Comparable<Prioritized>,Contextual,Disposable,Identifiable,Locatable,Logged,HasPluginInfo,RichPlugin,SciJavaPlugin,Prioritized,DisplayViewer<String>,TextDisplayViewer,Versioned
public abstract class AbstractTextDisplayViewer extends AbstractDisplayViewer<String> implements TextDisplayViewer
Implements the UI-independent elements of a text viewer.- Author:
- Lee Kamentsky
-
-
Constructor Summary
Constructors Constructor Description AbstractTextDisplayViewer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextDisplaygetDisplay()Gets the display being viewed.-
Methods inherited from class org.scijava.ui.viewer.AbstractDisplayViewer
getPanel, getWindow, onEvent, onEvent, setPanel, updateTitle, view
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority, toString
-
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 org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.ui.viewer.DisplayViewer
dispose, getPanel, getWindow, isCompatible, onDisplayActivatedEvent, onDisplayDeletedEvent, onDisplayUpdatedEvent, setPanel, view, view
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
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.ui.viewer.text.TextDisplayViewer
canView
-
Methods inherited from interface org.scijava.Versioned
getVersion
-
-
-
-
Method Detail
-
getDisplay
public TextDisplay getDisplay()
Description copied from interface:DisplayViewerGets the display being viewed.- Specified by:
getDisplayin interfaceDisplayViewer<String>- Specified by:
getDisplayin interfaceTextDisplayViewer- Overrides:
getDisplayin classAbstractDisplayViewer<String>
-
-