Uses of Class
adams.gui.visualization.container.datacontainerpanel.AbstractPopupCustomizer
-
-
Uses of AbstractPopupCustomizer in adams.gui.visualization.container.datacontainerpanel
Methods in adams.gui.visualization.container.datacontainerpanel with parameters of type AbstractPopupCustomizer Modifier and Type Method Description intPopupCustomizerComparator. compare(AbstractPopupCustomizer o1, AbstractPopupCustomizer o2)Compares its two arguments for order. -
Uses of AbstractPopupCustomizer in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Subclasses of AbstractPopupCustomizer in adams.gui.visualization.container.datacontainerpanel.containerlistpopup Modifier and Type Class Description classAbstractContainerListPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Ancestor for actions for the container list popup menu.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 AbstractPopupCustomizer in adams.gui.visualization.container.datacontainerpanel.plotpopup
Subclasses of AbstractPopupCustomizer in adams.gui.visualization.container.datacontainerpanel.plotpopup Modifier and Type Class Description classAbstractPlotPopupCustomizer<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Ancestor for the plot popup menu.classAntiAliasing<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For enabling/disabling the anti-aliasing.classMarkers<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For enabling/disabling the markers.classNotes<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For displaying the notes.classSendTo<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For adding the "Send to" submenu.classSidePanel<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>For showing/hiding the side panel. -
Uses of AbstractPopupCustomizer in adams.gui.visualization.instance.containerlistpopup
Subclasses of AbstractPopupCustomizer 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 AbstractPopupCustomizer in adams.gui.visualization.instance.plotpopup
Subclasses of AbstractPopupCustomizer in adams.gui.visualization.instance.plotpopup Modifier and Type Class Description classAdjustWhether to adjust the plot to the loaded or visible data.classHistogramGenerates histograms from the visible containers.classSaveVisibleAllows the user to save the visible containers as ARFF.classViewportAllows the user to perform operations on the instances visible in the current viewport. -
Uses of AbstractPopupCustomizer in adams.gui.visualization.sequence.containerlistpopup
Subclasses of AbstractPopupCustomizer 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 AbstractPopupCustomizer in adams.gui.visualization.sequence.plotpopup
Subclasses of AbstractPopupCustomizer in adams.gui.visualization.sequence.plotpopup Modifier and Type Class Description classAdjustWhether to adjust the plot to the loaded or visible data.classHitsAllows operations on the "hits", ie the spectra currently under the mouse cursor.classResizeAllows the user to resize the plot.classSaveVisibleDataPointsAllows the user to save the visible data ppints.classSaveVisibleSequencesAllows the user to save the visible sequences. -
Uses of AbstractPopupCustomizer in adams.gui.visualization.spreadsheet.containerlistpopup
Subclasses of AbstractPopupCustomizer 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 AbstractPopupCustomizer in adams.gui.visualization.spreadsheet.plotpopup
Subclasses of AbstractPopupCustomizer in adams.gui.visualization.spreadsheet.plotpopup Modifier and Type Class Description classAdjustWhether to adjust the plot to the loaded or visible data.classHistogramGenerates histograms from the visible containers.classSaveVisibleAllows the user to save the visible containers as ARFF.classViewportAllows the user to perform operations on the rows visible in the current viewport. -
Uses of AbstractPopupCustomizer in adams.gui.visualization.timeseries.containerlistpopup
Subclasses of AbstractPopupCustomizer 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. -
Uses of AbstractPopupCustomizer in adams.gui.visualization.timeseries.plotpopup
Subclasses of AbstractPopupCustomizer in adams.gui.visualization.timeseries.plotpopup Modifier and Type Class Description classAdjustWhether to adjust the plot to the loaded or visible data.classSaveVisibleAllows the user to save the visible containers.classStatisticsGenerates statistics from the visible containers.
-