Uses of Interface
adams.gui.visualization.core.PopupMenuCustomizer
-
-
Uses of PopupMenuCustomizer in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement PopupMenuCustomizer Modifier and Type Class Description classSequencePlotterPanelThe panel that plots all the sequences. -
Uses of PopupMenuCustomizer in adams.gui.core
Fields in adams.gui.core declared as PopupMenuCustomizer Modifier and Type Field Description protected PopupMenuCustomizerSpreadSheetTable. m_CellPopupMenuCustomizerthe customizer for the table cells popup menu.protected PopupMenuCustomizerSpreadSheetTable. m_HeaderPopupMenuCustomizerthe customizer for the table header popup menu.Methods in adams.gui.core that return PopupMenuCustomizer Modifier and Type Method Description PopupMenuCustomizerSpreadSheetTable. getCellPopupMenuCustomizer()Returns the current popup menu customizer (for the cells).PopupMenuCustomizerSpreadSheetTableWithButtons. getCellPopupMenuCustomizer()Returns the current popup menu customizer (for the cells).PopupMenuCustomizerSpreadSheetTable. getHeaderPopupMenuCustomizer()Returns the current popup menu customizer (for the header).PopupMenuCustomizerSpreadSheetTableWithButtons. getHeaderPopupMenuCustomizer()Returns the current popup menu customizer (for the header).Methods in adams.gui.core with parameters of type PopupMenuCustomizer Modifier and Type Method Description voidSpreadSheetTable. setCellPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use (for the cells).voidSpreadSheetTableWithButtons. setCellPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use (for the cells).voidSpreadSheetTable. setHeaderPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use (for the header).voidSpreadSheetTableWithButtons. setHeaderPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use (for the header). -
Uses of PopupMenuCustomizer in adams.gui.dialog
Fields in adams.gui.dialog declared as PopupMenuCustomizer Modifier and Type Field Description protected PopupMenuCustomizerMultiSpreadSheetDialog. m_CellPopupMenuCustomizerthe customizer for the table cells popup menu.Methods in adams.gui.dialog that return PopupMenuCustomizer Modifier and Type Method Description PopupMenuCustomizerSpreadSheetPanel. getCellPopupMenuCustomizer()Returns the current popup menu customizer for the cells.PopupMenuCustomizerSpreadSheetPanel. getHeadePopupMenuCustomizer()Returns the current popup menu customizer for the header.PopupMenuCustomizerMultiSpreadSheetDialog. getPopupMenuCustomizer()Returns the current popup menu customizer.PopupMenuCustomizerSpreadSheetDialog. getPopupMenuCustomizer()Returns the current popup menu customizer.Methods in adams.gui.dialog with parameters of type PopupMenuCustomizer Modifier and Type Method Description voidSpreadSheetPanel. setCellPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use for the cells.voidSpreadSheetPanel. setHeaderPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use for the header.voidMultiSpreadSheetDialog. setPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use.voidSpreadSheetDialog. setPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use. -
Uses of PopupMenuCustomizer in adams.gui.menu
Classes in adams.gui.menu that implement PopupMenuCustomizer Modifier and Type Class Description static classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor plotting the performance of the genetic algorithm. -
Uses of PopupMenuCustomizer in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement PopupMenuCustomizer Modifier and Type Class Description classDataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Data container panel with a container list in the side panel. -
Uses of PopupMenuCustomizer in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as PopupMenuCustomizer Modifier and Type Field Description protected PopupMenuCustomizerAxisPanel. m_PopupMenuCustomizeran optional customizer for the right-click popup.Methods in adams.gui.visualization.core that return PopupMenuCustomizer Modifier and Type Method Description PopupMenuCustomizerPlotPanel. getAxisPopupMenuCustomizer(Axis axis)Returns the current axis customizer, can be null.PopupMenuCustomizerAxisPanel. getPopupMenuCustomizer()Returns the current customizer, can be null.PopupMenuCustomizerPlotPanel. getPopupMenuCustomizer()Returns the current customizer, can be null.Methods in adams.gui.visualization.core with parameters of type PopupMenuCustomizer Modifier and Type Method Description voidPlotPanel. setAxisPopupMenuCustomizer(Axis axis, PopupMenuCustomizer value)Sets the class to customize the right-click popup menu of an axis.voidAxisPanel. setPopupMenuCustomizer(PopupMenuCustomizer value)Sets the class to customize the right-click popup menu.voidPlotPanel. setPopupMenuCustomizer(PopupMenuCustomizer value)Sets the class to customize the right-click popup menu. -
Uses of PopupMenuCustomizer in adams.gui.visualization.core.plot
Fields in adams.gui.visualization.core.plot declared as PopupMenuCustomizer Modifier and Type Field Description protected PopupMenuCustomizerContentPanel. m_PopupMenuCustomizeran optional customizer for the right-click popup.Methods in adams.gui.visualization.core.plot that return PopupMenuCustomizer Modifier and Type Method Description PopupMenuCustomizerContentPanel. getPopupMenuCustomizer()Returns the current customizer, can be null.Methods in adams.gui.visualization.core.plot with parameters of type PopupMenuCustomizer Modifier and Type Method Description voidContentPanel. setPopupMenuCustomizer(PopupMenuCustomizer value)Sets the class to customize the right-click popup menu. -
Uses of PopupMenuCustomizer in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as PopupMenuCustomizer Modifier and Type Field Description protected PopupMenuCustomizerImageViewerPanel. m_PopupMenuCustomizeran optional customizer for the right-click popup.Methods in adams.gui.visualization.image that return PopupMenuCustomizer Modifier and Type Method Description PopupMenuCustomizerImageViewerPanel. getPopupMenuCustomizer()Returns the current customizer, can be null.Methods in adams.gui.visualization.image with parameters of type PopupMenuCustomizer Modifier and Type Method Description voidImageViewerPanel. setPopupMenuCustomizer(PopupMenuCustomizer value)Sets the class to customize the right-click popup menu. -
Uses of PopupMenuCustomizer in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement PopupMenuCustomizer Modifier and Type Class Description classInstancePanelA panel for displaying instances. -
Uses of PopupMenuCustomizer in adams.gui.visualization.instances
Fields in adams.gui.visualization.instances declared as PopupMenuCustomizer Modifier and Type Field Description protected PopupMenuCustomizerInstancesTable. m_CellPopupMenuCustomizerthe customizer for the table cells popup menu.protected PopupMenuCustomizerInstancesTable. m_HeaderPopupMenuCustomizerthe customizer for the table header popup menu.Methods in adams.gui.visualization.instances that return PopupMenuCustomizer Modifier and Type Method Description PopupMenuCustomizerInstancesTable. getCellPopupMenuCustomizer()Returns the current popup menu customizer (for the cells).PopupMenuCustomizerInstancesTable. getHeaderPopupMenuCustomizer()Returns the current popup menu customizer (for the header).Methods in adams.gui.visualization.instances with parameters of type PopupMenuCustomizer Modifier and Type Method Description voidInstancesTable. setCellPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use (for the cells).voidInstancesTable. setHeaderPopupMenuCustomizer(PopupMenuCustomizer value)Sets the popup menu customizer to use (for the header). -
Uses of PopupMenuCustomizer in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement PopupMenuCustomizer Modifier and Type Class Description classXYSequencePanelA panel for displaying XY sequences. -
Uses of PopupMenuCustomizer in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement PopupMenuCustomizer Modifier and Type Class Description classSpreadSheetRowPanelA panel for displaying instances. -
Uses of PopupMenuCustomizer in adams.gui.visualization.stats.fourinone
Classes in adams.gui.visualization.stats.fourinone that implement PopupMenuCustomizer Modifier and Type Class Description classVersusFitClass that displays a versus fit graph.classVersusOrderClass that creates a versus order plot with the residuals on the y axis and the position in the data on the x axis. -
Uses of PopupMenuCustomizer in adams.gui.visualization.stats.histogram
Classes in adams.gui.visualization.stats.histogram that implement PopupMenuCustomizer Modifier and Type Class Description classHistogramClass that displays a histogram displaying the data provided. -
Uses of PopupMenuCustomizer in adams.gui.visualization.stats.probabilityplot
Classes in adams.gui.visualization.stats.probabilityplot that implement PopupMenuCustomizer Modifier and Type Class Description classNormalPlotProbability plot that only displays the normal distribution, used in the 4-in1 plot.classProbabilityPlotProbability plot visualization. -
Uses of PopupMenuCustomizer in adams.gui.visualization.stats.scatterplot
Classes in adams.gui.visualization.stats.scatterplot that implement PopupMenuCustomizer Modifier and Type Class Description classScatterPlotcreate a paintable panel displaying a scatter plot panel as well as combo boxes for choosing attributes. -
Uses of PopupMenuCustomizer in adams.gui.visualization.stats.zscore
Classes in adams.gui.visualization.stats.zscore that implement PopupMenuCustomizer Modifier and Type Class Description classZScoreCreate a paintable panel displaying a z score plot panel as well being able to choose attribute, paintlet and overlays. -
Uses of PopupMenuCustomizer in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement PopupMenuCustomizer Modifier and Type Class Description classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.
-