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 void
SequencePlotterPanel. 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 void
DataChangeListener. 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 void
AbstractContainerList. dataChanged(DataChangeEvent e)
Gets called if the data of the container list has changed.void
ContainerModel. dataChanged(DataChangeEvent e)
Gets called if the data of the manager noticed a changed.void
DataContainerPanel. dataChanged(DataChangeEvent e)
Gets called if the data of the container panel has changed.void
AbstractContainerManager. 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 void
InstanceExplorer. 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 void
ReportFactory.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 void
SpreadSheetExplorer. 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 void
TimeseriesExplorer. dataChanged(DataChangeEvent e)
Gets called if the data of the timeseries panel has changed.
-