Uses of Interface
adams.flow.sink.DisplayPanel
-
Packages that use DisplayPanel Package Description adams.flow.sink -
-
Uses of DisplayPanel in adams.flow.sink
Subinterfaces of DisplayPanel in adams.flow.sink Modifier and Type Interface Description interface
MergeableDisplayPanel<T extends MergeableDisplayPanel>
SpecializedDisplayPanel
that can be merged with another panel.interface
UpdateableDisplayPanel
Extends theDisplayPanel
interface to allow accessing a potentially updated input token.Classes in adams.flow.sink that implement DisplayPanel Modifier and Type Class Description class
AbstractComponentDisplayPanel
Ancestor for panels that can be created from tokens and supply the underlying component.class
AbstractDisplayPanel
Ancestor for panels that can be created from tokens.class
AbstractTextAndComponentDisplayPanel
Ancestor for panels that can be created from tokens and supply the underlying component or text.class
AbstractTextDisplayPanel
Ancestor for panels that can be created from tokens and supply the underlying text.static class
FilePreview.FilePreviewDisplayPanel
CustomDisplayPanel
.static class
ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
CustomDisplayPanel
.static class
ImageViewer.ImageViewerDisplayPanel
CustomDisplayPanel
.static class
ObjectPreview.FilePreviewDisplayPanel
CustomDisplayPanel
.static class
SpreadSheetDisplay.SpreadSheetDisplayPanel
CustomDisplayPanel
.protected class
TimeseriesDisplay.DisplayPanel
Panel to be used inDisplayPanelManager
sink.Fields in adams.flow.sink declared as DisplayPanel Modifier and Type Field Description protected DisplayPanel
DisplayPanelManager. m_CurrentPanel
the current panel, if any.Fields in adams.flow.sink with type parameters of type DisplayPanel Modifier and Type Field Description protected List<DisplayPanel>
ArrayDisplay. m_DisplayPanels
the panels to display.protected List<DisplayPanel>
DisplayPanelGrid. m_DisplayPanels
the panels to display.Methods in adams.flow.sink that return DisplayPanel Modifier and Type Method Description DisplayPanel
BoxPlot. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
Display. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
DisplayPanelProvider. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
DOMDisplay. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
FilePreview. createDisplayPanel(Token token)
Creates a new panel for the token.DisplayPanel
FlowDisplay. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
FourInOneDisplay. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
Histogram. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
ImageHistogram. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
ImageSegmentationViewer. createDisplayPanel(Token token)
Creates a new panel for the token.DisplayPanel
ImageViewer. createDisplayPanel(Token token)
Creates a new panel for the token.DisplayPanel
JFreeChartPlot. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
JsonDisplay. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
MatrixPlot. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
ObjectPreview. createDisplayPanel(Token token)
Creates a new panel for the token.DisplayPanel
ObjectViewer. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
ProbabilityPlotDisplay. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
PropertiesDisplay. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
ScatterDisplay. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
WekaAttributeSummary. createDisplayPanel(Token token)
Creates a new display panel for the token.DisplayPanel
DisplayPanelManager.HistorySplitPanel. getResult(String id)
Returns the entry associated with the ID.DisplayPanel
DisplayPanelManager.DisplayPanelHistoryPanel. removeEntry(String name)
Removes the specified entry.Methods in adams.flow.sink with parameters of type DisplayPanel Modifier and Type Method Description void
DisplayPanelManager.HistorySplitPanel. addResult(DisplayPanel result)
Adds the given text.
-