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.
|
getDisplay
getPanel, getWindow, onEvent, onEvent, setPanel, updateTitle
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
canView
dispose, getPanel, getWindow, onDisplayActivatedEvent, onDisplayDeletedEvent, onDisplayUpdatedEvent, setPanel, view
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public boolean isCompatible(UserInterface ui)
DisplayViewer
public void view(DisplayWindow w, Display<?> d)
DisplayViewer
view
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.