public class SwingTableDisplayViewer extends AbstractTableDisplayViewer
| Constructor and Description | 
|---|
SwingTableDisplayViewer()  | 
| 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. 
 | 
canView, getDisplaygetPanel, getWindow, onEvent, onEvent, setPanel, updateTitlegetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdispose, 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<Table<?,?>>view in class AbstractDisplayViewer<Table<?,?>>w - The frame / window that will contain the GUI elementsd - the model for the display to show.Copyright © 2015–2022 SciJava. All rights reserved.