Uses of Interface
adams.gui.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.chooser
Subinterfaces of PopupMenuCustomizer in adams.gui.chooser Modifier and Type Interface Description static interfaceAbstractChooserPanel.PopupMenuCustomizerInterface for editors that can customize the popup menu. -
Uses of PopupMenuCustomizer in adams.gui.core
Fields in adams.gui.core declared as PopupMenuCustomizer Modifier and Type Field Description protected PopupMenuCustomizer<DetachablePanel>DetachablePanel. m_PopupMenuCustomizerthe optional popup menu customizer.protected PopupMenuCustomizer<TextEditorPanel>TextEditorPanel. m_PopupMenuCustomizerfor customizing the popup menu.Methods in adams.gui.core that return PopupMenuCustomizer Modifier and Type Method Description PopupMenuCustomizer<DetachablePanel>DetachablePanel. getPopupMenuCustomizer()Returns the current popup customizer in use.PopupMenuCustomizer<TextEditorPanel>TextEditorPanel. getPopupMenuCustomizer()Returns the customizer in use.Methods in adams.gui.core with parameters of type PopupMenuCustomizer Modifier and Type Method Description voidDetachablePanel. setPopupMenuCustomizer(PopupMenuCustomizer<DetachablePanel> value)Sets the popup customizer to use.voidTextEditorPanel. setPopupMenuCustomizer(PopupMenuCustomizer<TextEditorPanel> value)Sets the customizer to use. -
Uses of PopupMenuCustomizer in adams.gui.dialog
Methods in adams.gui.dialog that return PopupMenuCustomizer Modifier and Type Method Description PopupMenuCustomizer<TextEditorPanel>TextPanel. getPopupMenuCustomizer()Returns the customizer in use.Methods in adams.gui.dialog with parameters of type PopupMenuCustomizer Modifier and Type Method Description voidTextPanel. setPopupMenuCustomizer(PopupMenuCustomizer<TextEditorPanel> value)Sets the customizer to use. -
Uses of PopupMenuCustomizer in adams.gui.flow
Classes in adams.gui.flow that implement PopupMenuCustomizer Modifier and Type Class Description classFlowPanelNotificationAreaShows textual notifications. -
Uses of PopupMenuCustomizer in adams.gui.goe
Subinterfaces of PopupMenuCustomizer in adams.gui.goe Modifier and Type Interface Description static interfacePropertyPanel.PopupMenuCustomizerInterface for editors that can customize the popup menu.Classes in adams.gui.goe that implement PopupMenuCustomizer Modifier and Type Class Description classFileEditorA PropertyEditor for File objects that lets the user select a file.classFlowFileEditorA PropertyEditor for FlowFile objects that lets the user select a file.classInlineEditorSupport for inline editing of editors that support this, in order to reduce number of clicks/dialogs required to enter a value.classPlaceholderDirectoryEditorA PropertyEditor for PlaceholderDirectory objects that lets the user select a directory.classPlaceholderFileEditorA PropertyEditor for FlowFile objects that lets the user select a file. -
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
Subinterfaces of PopupMenuCustomizer in adams.gui.visualization.core Modifier and Type Interface Description interfacePopupMenuCustomizerFor classes that customize popup menus, before they're displayed. -
Uses of PopupMenuCustomizer in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement PopupMenuCustomizer Modifier and Type Class Description classAbstractObjectOverlayFromReportAncestor for overlays that use object locations from a report.classAbstractPointOverlayFromReportAncestor for overlays that use object locations from a report.classObjectCentersOverlayFromReportDisplays the centers of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.classObjectLocationsOverlayFromReportDisplays the locations of objects in the image, using data from the attached report.
Suffixes:
.x
.y
.width
.height
Optionally, if type information is available per object, the locations can be displayed in distinct colors per type.classSimplePointOverlayFromReport -
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.object
Subinterfaces of PopupMenuCustomizer in adams.gui.visualization.object Modifier and Type Interface Description interfacePopupMenuCustomizerInterface for popup menu customizers.Classes in adams.gui.visualization.object that implement PopupMenuCustomizer Modifier and Type Class Description classObjectAnnotationPanelPanel for annotating objects in images. -
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.
-