Uses of Class
adams.gui.visualization.timeseries.TimeseriesContainer
-
-
Uses of TimeseriesContainer in adams.flow.sink.timeseriesdisplay
Methods in adams.flow.sink.timeseriesdisplay with parameters of type TimeseriesContainer Modifier and Type Method Description protected booleanSimplePlotUpdater. canNotify(TimeseriesPanel panel, TimeseriesContainer cont)Checks whether all conditions are met to notify the listeners for changes in the plot. -
Uses of TimeseriesContainer in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries with type parameters of type TimeseriesContainer Modifier and Type Class Description classTimeseriesContainerDisplayIDGenerator<C extends TimeseriesContainer>Class for generating display IDs.classTimeseriesContainerList<M extends TimeseriesContainerManager,C extends TimeseriesContainer>A class encapsulating containers tailored for timeseries.classTimeseriesContainerManager<C extends TimeseriesContainer>A handler for the Timeseries containers.classTimeseriesContainerModel<M extends TimeseriesContainerManager,C extends TimeseriesContainer>A model for displaying the currently loaded timeseries.classTimeseriesContainerTable<M extends TimeseriesContainerManager,C extends TimeseriesContainer>Specialized container table for timeseries.classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.Methods in adams.gui.visualization.timeseries that return TimeseriesContainer Modifier and Type Method Description protected TimeseriesContainerTimeseriesContainerManager. preAdd(TimeseriesContainer c)A pre-hook for the add method, before a container gets added to the internal list.protected TimeseriesContainerTimeseriesContainerManager. preSet(int index, TimeseriesContainer c)A pre-hook for the set method, before the container replaces the item currently occupying the position.TimeseriesContainerTimeseriesContainerManager. updateName(TimeseriesContainer c, TimeseriesContainer old)Updates the ID of the container, i.e., gives it a unique ID.Methods in adams.gui.visualization.timeseries with parameters of type TimeseriesContainer Modifier and Type Method Description ColorTimeseriesContainerManager. getColor(TimeseriesContainer cont)Returns the color for the container.voidTimeseriesContainerManager. postAdd(TimeseriesContainer c)A post-hook for the add-method, after the container got added to the internal list and the notifications got sent.protected TimeseriesContainerTimeseriesContainerManager. preAdd(TimeseriesContainer c)A pre-hook for the add method, before a container gets added to the internal list.protected TimeseriesContainerTimeseriesContainerManager. preSet(int index, TimeseriesContainer c)A pre-hook for the set method, before the container replaces the item currently occupying the position.TimeseriesContainerTimeseriesContainerManager. updateName(TimeseriesContainer c, TimeseriesContainer old)Updates the ID of the container, i.e., gives it a unique ID. -
Uses of TimeseriesContainer in adams.gui.visualization.timeseries.containerlistpopup
-
Uses of TimeseriesContainer in adams.gui.visualization.timeseries.plotpopup
Method parameters in adams.gui.visualization.timeseries.plotpopup with type arguments of type TimeseriesContainer Modifier and Type Method Description voidAdjust. customize(DataContainerPanelWithContainerList<Timeseries,TimeseriesContainerManager,TimeseriesContainer> panel, MouseEvent e, JPopupMenu menu)Returns a popup menu for the table of the container list.voidStatistics. customize(DataContainerPanelWithContainerList<Timeseries,TimeseriesContainerManager,TimeseriesContainer> panel, MouseEvent e, JPopupMenu menu)Returns a popup menu for the table of the container list.booleanAdjust. handles(DataContainerPanelWithContainerList<Timeseries,TimeseriesContainerManager,TimeseriesContainer> panel)Checks whether this action can handle the panel.booleanStatistics. handles(DataContainerPanelWithContainerList<Timeseries,TimeseriesContainerManager,TimeseriesContainer> panel)Checks whether this action can handle the panel.
-