Package adams.core
Interface TextSupporter
-
- All Known Subinterfaces:
TextSupplier
- All Known Implementing Classes:
AbstractMultiView.ViewWrapper,AbstractScatterPlot,AbstractTextAndComponentDisplayPanel,AbstractTextDisplayPanel,AbstractTextualDisplay,ConsoleWindow,ContainerDisplay,Display,DisplayPanelManager,DOMDisplay,EmailViewer,FlowDisplay,Histogram,Histogram,HistoryDisplay,Html4Display,JsonDisplay,PropertiesDisplay,ReportDisplay,ScatterDisplay,ScatterPlot,ScatterPlotSimple,SequencePlotter,SimplePlot,SpreadSheetDisplay,SpreadSheetDisplay.SpreadSheetDisplayPanel,SpreadSheetRowViewer,TabView,TextEditorPanel,TextualContentPanel,WekaInstancesDisplay,WekaInstanceViewer
public interface TextSupporterInterface for classes that can supply text.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringsupplyText()Supplies the text.
-
-
-
Method Detail
-
supplyText
String supplyText()
Supplies the text.- Returns:
- the text, null if none available
-
-