Uses of Class
adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
-
Packages that use SpreadSheetRowPanel Package Description adams.flow.sink adams.gui.visualization.spreadsheet -
-
Uses of SpreadSheetRowPanel in adams.flow.sink
Fields in adams.flow.sink declared as SpreadSheetRowPanel Modifier and Type Field Description protected SpreadSheetRowPanelSpreadSheetRowViewer. m_SpreadSheetRowPanelthe panel with the rows.Methods in adams.flow.sink with parameters of type SpreadSheetRowPanel Modifier and Type Method Description protected static StringSpreadSheetRowViewer. supplyText(SpreadSheetRowPanel panel)Returns the displayed instances as ARFF. -
Uses of SpreadSheetRowPanel in adams.gui.visualization.spreadsheet
Fields in adams.gui.visualization.spreadsheet declared as SpreadSheetRowPanel Modifier and Type Field Description protected SpreadSheetRowPanelSpreadSheetRowPointHitDetector. m_Ownerthe owner of this detector.protected SpreadSheetRowPanelSpreadSheetExplorer. m_PanelInstancethe panel for displaying.Methods in adams.gui.visualization.spreadsheet that return SpreadSheetRowPanel Modifier and Type Method Description protected SpreadSheetRowPanelSpreadSheetRowZoomOverviewPaintlet. getContainerPanel()Returns the panel to obtain plot and containers from.SpreadSheetRowPanelSpreadSheetRowPointHitDetector. getOwner()Returns the owner.SpreadSheetRowPanelAbstractSpreadSheetRowPaintlet. getSpreadSheetRowPanel()Returns the row panel currently in use.SpreadSheetRowPanelSpreadSheetExplorer. getSpreadSheetRowPanel()Returns the panel for painting the rows.Methods in adams.gui.visualization.spreadsheet with parameters of type SpreadSheetRowPanel Modifier and Type Method Description protected booleanSimpleSpreadSheetRowPanelUpdater. canNotify(SpreadSheetRowPanel panel, SpreadSheetRowContainer cont)Checks whether all conditions are met to notify the listeners for changes in the plot.Constructors in adams.gui.visualization.spreadsheet with parameters of type SpreadSheetRowPanel Constructor Description SpreadSheetRowPointHitDetector(SpreadSheetRowPanel owner)Initializes the hit detector.
-