Uses of Class
adams.gui.event.DataChangeEvent
-
-
Uses of DataChangeEvent in adams.flow.sink.sequenceplotter
Methods in adams.flow.sink.sequenceplotter with parameters of type DataChangeEvent Modifier and Type Method Description voidSequencePlotterPanel. dataChanged(DataChangeEvent e)Gets called if the data of the container panel has changed. -
Uses of DataChangeEvent in adams.gui.event
Methods in adams.gui.event with parameters of type DataChangeEvent Modifier and Type Method Description voidDataChangeListener. dataChanged(DataChangeEvent e)Gets called if the data of the spectrum panel has changed. -
Uses of DataChangeEvent in adams.gui.visualization.container
Methods in adams.gui.visualization.container with parameters of type DataChangeEvent Modifier and Type Method Description voidAbstractContainerList. dataChanged(DataChangeEvent e)Gets called if the data of the container list has changed.voidContainerModel. dataChanged(DataChangeEvent e)Gets called if the data of the manager noticed a changed.voidDataContainerPanel. dataChanged(DataChangeEvent e)Gets called if the data of the container panel has changed.voidAbstractContainerManager. notifyDataChangeListeners(DataChangeEvent e)Sends all listeners the specified event. -
Uses of DataChangeEvent in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance with parameters of type DataChangeEvent Modifier and Type Method Description voidInstanceExplorer. dataChanged(DataChangeEvent e)Gets called if the data of the instance panel has changed. -
Uses of DataChangeEvent in adams.gui.visualization.report
Methods in adams.gui.visualization.report with parameters of type DataChangeEvent Modifier and Type Method Description voidReportFactory.Panel. dataChanged(DataChangeEvent e)Gets called if the data of the spectrum panel has changed. -
Uses of DataChangeEvent in adams.gui.visualization.spreadsheet
Methods in adams.gui.visualization.spreadsheet with parameters of type DataChangeEvent Modifier and Type Method Description voidSpreadSheetExplorer. dataChanged(DataChangeEvent e)Gets called if the data of the instance panel has changed. -
Uses of DataChangeEvent in adams.gui.visualization.timeseries
Methods in adams.gui.visualization.timeseries with parameters of type DataChangeEvent Modifier and Type Method Description voidTimeseriesExplorer. dataChanged(DataChangeEvent e)Gets called if the data of the timeseries panel has changed.
-