Package adams.flow.sink
Interface ComponentSupplier
-
- All Known Implementing Classes:
AbstractComponentDisplayPanel
,AbstractGraphicalDisplay
,AbstractMultiView.ViewWrapper
,AbstractTextAndComponentDisplayPanel
,ActualVsPredictedPlot
,ArrayDisplay
,BoxPlot
,Canvas
,ControlChartPlot
,DisplayPanelGrid
,DisplayPanelManager
,DOMDisplay
,FilePreview
,FilePreview.FilePreviewDisplayPanel
,FlowDisplay
,FourInOneDisplay
,GridView
,Histogram
,Html4Display
,ImageHistogram
,ImageSegmentationViewer
,ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
,ImageViewer
,ImageViewer.ImageViewerDisplayPanel
,JFreeChartPlot
,JsonDisplay
,MatrixPlot
,ObjectPreview
,ObjectPreview.FilePreviewDisplayPanel
,ObjectViewer
,PDFViewer
,ProbabilityPlotDisplay
,ProgressBar
,ScatterDisplay
,SequencePlotter
,SideBySideDiff
,SimplePlot
,SpreadSheetDisplay
,SpreadSheetDisplay.SpreadSheetDisplayPanel
,SpreadSheetRowViewer
,StringTree
,TabView
,TimeseriesDisplay
,TimeseriesDisplay.DisplayPanel
,WekaAttributeSummary
,WekaClassifierErrors
,WekaCostBenefitAnalysis
,WekaCostCurve
,WekaGraphVisualizer
,WekaInstancesDisplay
,WekaInstancesPlot
,WekaInstanceViewer
,WekaMarginCurve
,WekaThresholdCurve
,WekaTreeVisualizer
,ZScoreDisplay
public interface ComponentSupplier
Interface for sinks that supply a component. This can be used for saving this component.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JComponent
supplyComponent()
Supplies the component.
-
-
-
Method Detail
-
supplyComponent
JComponent supplyComponent()
Supplies the component. May get called even before actor has been executed.- Returns:
- the component, null if none available
-
-