public class SwingTextDisplayViewer extends AbstractTextDisplayViewer
| Constructor and Description |
|---|
SwingTextDisplayViewer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatible(UserInterface ui)
Returns true if this display viewer can be used with the given UI.
|
void |
view(DisplayWindow w,
Display<?> d)
Begins viewing the given display.
|
getDisplaygetPanel, getWindow, onEvent, onEvent, setPanel, updateTitlegetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanViewdispose, getPanel, getWindow, onDisplayActivatedEvent, onDisplayDeletedEvent, onDisplayUpdatedEvent, setPanel, viewgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic boolean isCompatible(UserInterface ui)
DisplayViewerpublic void view(DisplayWindow w, Display<?> d)
DisplayViewerview in interface DisplayViewer<String>view in class AbstractDisplayViewer<String>w - The frame / window that will contain the GUI elementsd - the model for the display to show.Copyright © 2015–2022 SciJava. All rights reserved.