Uses of Class
adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer
-
-
Uses of AbstractContainerListPopupCustomizer in adams.gui.visualization.container
Fields in adams.gui.visualization.container with type parameters of type AbstractContainerListPopupCustomizer Modifier and Type Field Description protected List<AbstractContainerListPopupCustomizer>DataContainerPanelWithContainerList. m_ContainerListCustomizersthe customizers for the container list popup menu. -
Uses of AbstractContainerListPopupCustomizer in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Subclasses of AbstractContainerListPopupCustomizer in adams.gui.visualization.container.datacontainerpanel.containerlistpopup Modifier and Type Class Description classChooseColor<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For choosing color for containers.classCopyID<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For copying the IDs of the selected containers.classHideAll<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For hiding all containers.classNotes<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For displaying the notes of the selected containers.classRemove<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For removing the selected containers.classRemoveAll<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For removing all containers.classShowAll<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For showing all containers.classStoreColorInReport<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For storing the current color in the report.classStoreValueInReport<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For storing a value in the report.classToggleVisibility<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For toggling the visibility.classUpdateID<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For updating the IDs of the selected containers. -
Uses of AbstractContainerListPopupCustomizer in adams.gui.visualization.instance.containerlistpopup
Subclasses of AbstractContainerListPopupCustomizer in adams.gui.visualization.instance.containerlistpopup Modifier and Type Class Description classSaveAsAllows the saving of an instance container.classViewAsTableViews the selected instance as table. -
Uses of AbstractContainerListPopupCustomizer in adams.gui.visualization.sequence.containerlistpopup
Subclasses of AbstractContainerListPopupCustomizer in adams.gui.visualization.sequence.containerlistpopup Modifier and Type Class Description classSaveAsAllows the saving of a sequence container.classViewAsTableViews the selected sequence as table. -
Uses of AbstractContainerListPopupCustomizer in adams.gui.visualization.spreadsheet.containerlistpopup
Subclasses of AbstractContainerListPopupCustomizer in adams.gui.visualization.spreadsheet.containerlistpopup Modifier and Type Class Description classSaveAsAllows the saving of an instance container.classViewAsTableViews the selected instance as table. -
Uses of AbstractContainerListPopupCustomizer in adams.gui.visualization.timeseries.containerlistpopup
Subclasses of AbstractContainerListPopupCustomizer in adams.gui.visualization.timeseries.containerlistpopup Modifier and Type Class Description classInformationDisplays information about the timeseries.classReportsViews the reports of the timeseries containers.classViewAsTableViews the selected timeseries as table.
-