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 boolean
SimplePlotUpdater. 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 class
TimeseriesContainerDisplayIDGenerator<C extends TimeseriesContainer>
Class for generating display IDs.class
TimeseriesContainerList<M extends TimeseriesContainerManager,C extends TimeseriesContainer>
A class encapsulating containers tailored for timeseries.class
TimeseriesContainerManager<C extends TimeseriesContainer>
A handler for the Timeseries containers.class
TimeseriesContainerModel<M extends TimeseriesContainerManager,C extends TimeseriesContainer>
A model for displaying the currently loaded timeseries.class
TimeseriesContainerTable<M extends TimeseriesContainerManager,C extends TimeseriesContainer>
Specialized container table for timeseries.class
TimeseriesPanel<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 TimeseriesContainer
TimeseriesContainerManager. preAdd(TimeseriesContainer c)
A pre-hook for the add method, before a container gets added to the internal list.protected TimeseriesContainer
TimeseriesContainerManager. preSet(int index, TimeseriesContainer c)
A pre-hook for the set method, before the container replaces the item currently occupying the position.TimeseriesContainer
TimeseriesContainerManager. 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 Color
TimeseriesContainerManager. getColor(TimeseriesContainer cont)
Returns the color for the container.void
TimeseriesContainerManager. 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 TimeseriesContainer
TimeseriesContainerManager. preAdd(TimeseriesContainer c)
A pre-hook for the add method, before a container gets added to the internal list.protected TimeseriesContainer
TimeseriesContainerManager. preSet(int index, TimeseriesContainer c)
A pre-hook for the set method, before the container replaces the item currently occupying the position.TimeseriesContainer
TimeseriesContainerManager. 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 void
Adjust. customize(DataContainerPanelWithContainerList<Timeseries,TimeseriesContainerManager,TimeseriesContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
Statistics. customize(DataContainerPanelWithContainerList<Timeseries,TimeseriesContainerManager,TimeseriesContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.boolean
Adjust. handles(DataContainerPanelWithContainerList<Timeseries,TimeseriesContainerManager,TimeseriesContainer> panel)
Checks whether this action can handle the panel.boolean
Statistics. handles(DataContainerPanelWithContainerList<Timeseries,TimeseriesContainerManager,TimeseriesContainer> panel)
Checks whether this action can handle the panel.
-