Uses of Interface
adams.gui.core.HelpSupporter
-
-
Uses of HelpSupporter in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement HelpSupporter Modifier and Type Class Description class
SequencePlotterPanel
The panel that plots all the sequences. -
Uses of HelpSupporter in adams.gui.core
Fields in adams.gui.core with type parameters of type HelpSupporter Modifier and Type Field Description protected List<HelpSupporter>
HelpSupporterUtils.HelpSupporterObserver. m_Supporters
the instances.Methods in adams.gui.core that return HelpSupporter Modifier and Type Method Description protected static HelpSupporter
HelpSupporterUtils. locate(Object obj)
Locates the first help supporter in the property tree.Methods in adams.gui.core that return types with arguments of type HelpSupporter Modifier and Type Method Description List<HelpSupporter>
HelpSupporterUtils.HelpSupporterObserver. getSupporters()
Returns the supporters, if any. -
Uses of HelpSupporter in adams.gui.menu
Classes in adams.gui.menu that implement HelpSupporter Modifier and Type Class Description static class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For plotting the performance of the genetic algorithm. -
Uses of HelpSupporter in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement HelpSupporter Modifier and Type Class Description class
AbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>
Panel that shows the zoom in the data container panel as overlay.class
DataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>
Special panel for displaying the DataContainer data.class
DataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>
Data container panel with a container list in the side panel.class
DataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager>
Special panel for displaying the DataContainer data and a side panel with additional information. -
Uses of HelpSupporter in adams.gui.visualization.core
Classes in adams.gui.visualization.core that implement HelpSupporter Modifier and Type Class Description class
PlotPanel
A panel that contains a drawing (= content) area with (usually) two axes. -
Uses of HelpSupporter in adams.gui.visualization.core.plot
Classes in adams.gui.visualization.core.plot that implement HelpSupporter Modifier and Type Class Description class
ContentPanel
A specialized panel that can notify listeners of paint updates. -
Uses of HelpSupporter in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement HelpSupporter Modifier and Type Class Description class
InstancePanel
A panel for displaying instances.class
InstanceZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of HelpSupporter in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement HelpSupporter Modifier and Type Class Description class
XYSequencePanel
A panel for displaying XY sequences. -
Uses of HelpSupporter in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement HelpSupporter Modifier and Type Class Description class
SpreadSheetRowPanel
A panel for displaying instances.class
SpreadSheetRowZoomOverviewPanel
Panel that shows the zoom in the TIC panel as overlay. -
Uses of HelpSupporter in adams.gui.visualization.stats.boxplot
Classes in adams.gui.visualization.stats.boxplot that implement HelpSupporter Modifier and Type Class Description class
BoxPlotGraph
Class that displays a single box plot graph. -
Uses of HelpSupporter in adams.gui.visualization.stats.fourinone
Classes in adams.gui.visualization.stats.fourinone that implement HelpSupporter Modifier and Type Class Description class
VersusFitPanel
Panel for displaying the versus plot data.class
VersusOrderPanel
Panel for displaying the versus order data -
Uses of HelpSupporter in adams.gui.visualization.stats.histogram
Classes in adams.gui.visualization.stats.histogram that implement HelpSupporter Modifier and Type Class Description class
HistogramPanel
Panel for displaying the histogram data. -
Uses of HelpSupporter in adams.gui.visualization.stats.probabilityplot
Classes in adams.gui.visualization.stats.probabilityplot that implement HelpSupporter Modifier and Type Class Description class
ProbabilityPlotPanel
Panel for displaying the probability plot data. -
Uses of HelpSupporter in adams.gui.visualization.stats.scatterplot
Classes in adams.gui.visualization.stats.scatterplot that implement HelpSupporter Modifier and Type Class Description class
ScatterPlotPanel
Panel for displaying scatter plot data. -
Uses of HelpSupporter in adams.gui.visualization.stats.zscore
Classes in adams.gui.visualization.stats.zscore that implement HelpSupporter Modifier and Type Class Description class
ZScorePanel
A panel that contains the a z score graph. -
Uses of HelpSupporter in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement HelpSupporter Modifier and Type Class Description class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.class
TimeseriesZoomOverviewPanel
Panel that shows the zoom in the timeseries panel as overlay.
-