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 SpreadSheetRowPanel
SpreadSheetRowViewer. m_SpreadSheetRowPanel
the panel with the rows.Methods in adams.flow.sink with parameters of type SpreadSheetRowPanel Modifier and Type Method Description protected static String
SpreadSheetRowViewer. 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 SpreadSheetRowPanel
SpreadSheetRowPointHitDetector. m_Owner
the owner of this detector.protected SpreadSheetRowPanel
SpreadSheetExplorer. m_PanelInstance
the panel for displaying.Methods in adams.gui.visualization.spreadsheet that return SpreadSheetRowPanel Modifier and Type Method Description protected SpreadSheetRowPanel
SpreadSheetRowZoomOverviewPaintlet. getContainerPanel()
Returns the panel to obtain plot and containers from.SpreadSheetRowPanel
SpreadSheetRowPointHitDetector. getOwner()
Returns the owner.SpreadSheetRowPanel
AbstractSpreadSheetRowPaintlet. getSpreadSheetRowPanel()
Returns the row panel currently in use.SpreadSheetRowPanel
SpreadSheetExplorer. 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 boolean
SimpleSpreadSheetRowPanelUpdater. 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.
-