Uses of Interface
adams.gui.event.DataChangeListener
-
-
Uses of DataChangeListener in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement DataChangeListener Modifier and Type Class Description classSequencePlotterPanelThe panel that plots all the sequences. -
Uses of DataChangeListener in adams.gui.menu
Classes in adams.gui.menu that implement DataChangeListener Modifier and Type Class Description static classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor plotting the performance of the genetic algorithm. -
Uses of DataChangeListener in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement DataChangeListener Modifier and Type Class Description classAbstractContainerList<M extends AbstractContainerManager,C extends AbstractContainer>An abstract panel that lists containers in a JTable.classAbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>Panel that shows the zoom in the data container panel as overlay.classContainerModel<M extends AbstractContainerManager,C extends AbstractContainer>A model for displaying the currently loaded containers.classDataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data.classDataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Data container panel with a container list in the side panel.classDataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data and a side panel with additional information.Fields in adams.gui.visualization.container with type parameters of type DataChangeListener Modifier and Type Field Description protected HashSet<DataChangeListener>AbstractContainerManager. m_DataChangeListenersthe listeners for data changes.protected HashSet<DataChangeListener>DataContainerPanel. m_DataChangeListenersthe listeners for data changes.Methods in adams.gui.visualization.container with parameters of type DataChangeListener Modifier and Type Method Description voidAbstractContainerManager. addDataChangeListener(DataChangeListener l)Adds the listener to the internal list.voidAbstractContainerManager. removeDataChangeListener(DataChangeListener l)Removes the listener from the internal list. -
Uses of DataChangeListener in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement DataChangeListener Modifier and Type Class Description classInstanceContainerListA panel that lists Instances in a JTable.classInstanceContainerModelA model for displaying the currently loaded Instance objects.classInstanceExplorerA panel for exploring Instances visually.classInstancePanelA panel for displaying instances.static classInstanceReportFactory.PanelA specialized panel that displays reports.classInstanceZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of DataChangeListener in adams.gui.visualization.report
Classes in adams.gui.visualization.report that implement DataChangeListener Modifier and Type Class Description classReportContainerListA class encapsulating containers tailored for reports.classReportContainerModelA model for displaying the currently loaded reports.static classReportFactory.Panel<C extends ReportContainer,M extends ReportContainerManager>A specialized panel that displays reports. -
Uses of DataChangeListener in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement DataChangeListener Modifier and Type Class Description classXYSequenceContainerListClass encapsulating XY sequence specific classes.classXYSequenceContainerModelA model for displaying the currently loaded XY sequences.classXYSequencePanelA panel for displaying XY sequences. -
Uses of DataChangeListener in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement DataChangeListener Modifier and Type Class Description classSpreadSheetExplorerA panel for exploring Instances visually.classSpreadSheetRowContainerListA panel that lists SpreadSheetRow objects in a JTable.classSpreadSheetRowContainerModelA model for displaying the currently loaded SpreadSheetRow objects.classSpreadSheetRowPanelA panel for displaying instances.static classSpreadSheetRowReportFactory.PanelA specialized panel that displays reports.classSpreadSheetRowZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of DataChangeListener in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement DataChangeListener Modifier and Type Class Description classTimeseriesContainerList<M extends TimeseriesContainerManager,C extends TimeseriesContainer>A class encapsulating containers tailored for timeseries.classTimeseriesContainerModel<M extends TimeseriesContainerManager,C extends TimeseriesContainer>A model for displaying the currently loaded timeseries.classTimeseriesExplorerA panel for exploring Timeseries, manipulating them with filters, etc.classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.classTimeseriesZoomOverviewPanelPanel that shows the zoom in the timeseries panel as overlay.
-