public class HeadlessDisplayViewer extends AbstractDisplayViewer<Object>
| Constructor and Description |
|---|
HeadlessDisplayViewer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canView(Display<?> d)
Returns true if an instance of this display viewer can view the given
display.
|
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.
|
getDisplay, getPanel, getWindow, onEvent, onEvent, setPanel, updateTitlegetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdispose, onDisplayActivatedEvent, onDisplayDeletedEvent, onDisplayUpdatedEvent, viewgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic boolean isCompatible(UserInterface ui)
DisplayViewerpublic void view(DisplayWindow w, Display<?> d)
DisplayViewerview in interface DisplayViewer<Object>view in class AbstractDisplayViewer<Object>w - The frame / window that will contain the GUI elementsd - the model for the display to show.public boolean canView(Display<?> d)
DisplayViewerCopyright © 2009–2023 SciJava. All rights reserved.