Uses of Class
adams.gui.visualization.container.ContainerTable
-
-
Uses of ContainerTable in adams.gui.visualization.container
Fields in adams.gui.visualization.container declared as ContainerTable Modifier and Type Field Description protected ContainerTable<M,C>AbstractContainerList. m_Tablethe table for displaying the containers.Methods in adams.gui.visualization.container that return ContainerTable Modifier and Type Method Description protected ContainerTable<M,C>AbstractContainerList. createTable()Creates a new table.ContainerTable<M,C>AbstractContainerList. getTable()Returns the table.Methods in adams.gui.visualization.container with parameters of type ContainerTable Modifier and Type Method Description int[]DataContainerPanelWithContainerList. getActualSelectedContainerIndices(ContainerTable<M,C> table, int row)Returns the actual indices in the container manager of the selected containers.BasePopupMenuContainerListPopupMenuSupplier. getContainerListPopupMenu(ContainerTable<M,C> table, int row)Returns a popup menu for the table of the container list.BasePopupMenuDataContainerPanelWithContainerList. getContainerListPopupMenu(ContainerTable<M,C> table, int row)Returns a popup menu for the table of the spectrum list.int[]DataContainerPanelWithContainerList. getSelectedContainerIndices(ContainerTable<M,C> table, int row)Returns the actual indices in the container manager of the selected containers. -
Uses of ContainerTable in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Fields in adams.gui.visualization.container.datacontainerpanel.containerlistpopup declared as ContainerTable Modifier and Type Field Description ContainerTable<M,C>AbstractContainerListPopupCustomizer.Context. tableMethods in adams.gui.visualization.container.datacontainerpanel.containerlistpopup with parameters of type ContainerTable Modifier and Type Method Description AbstractContainerListPopupCustomizer.Context<T,M,C>AbstractContainerListPopupCustomizer. createContext(DataContainerPanelWithContainerList<T,M,C> panel, ContainerTable<M,C> table, int row)Generates the context container. -
Uses of ContainerTable in adams.gui.visualization.sequence
Methods in adams.gui.visualization.sequence with parameters of type ContainerTable Modifier and Type Method Description BasePopupMenuXYSequencePanel. getContainerListPopupMenu(ContainerTable table, int row)Returns a popup menu for the table of the spectrum list. -
Uses of ContainerTable in adams.gui.visualization.timeseries
Subclasses of ContainerTable in adams.gui.visualization.timeseries Modifier and Type Class Description classTimeseriesContainerTable<M extends TimeseriesContainerManager,C extends TimeseriesContainer>Specialized container table for timeseries.Methods in adams.gui.visualization.timeseries that return ContainerTable Modifier and Type Method Description protected ContainerTable<M,C>TimeseriesContainerList. createTable()Creates a new table.
-