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 class
SequencePlotterPanel
The 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 interface
AbstractChooserPanel.PopupMenuCustomizer
Interface 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_PopupMenuCustomizer
the optional popup menu customizer.protected PopupMenuCustomizer<TextEditorPanel>
TextEditorPanel. m_PopupMenuCustomizer
for 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 void
DetachablePanel. setPopupMenuCustomizer(PopupMenuCustomizer<DetachablePanel> value)
Sets the popup customizer to use.void
TextEditorPanel. 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 void
TextPanel. 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 class
FlowPanelNotificationArea
Shows textual notifications. -
Uses of PopupMenuCustomizer in adams.gui.goe
Subinterfaces of PopupMenuCustomizer in adams.gui.goe Modifier and Type Interface Description static interface
PropertyPanel.PopupMenuCustomizer
Interface for editors that can customize the popup menu.Classes in adams.gui.goe that implement PopupMenuCustomizer Modifier and Type Class Description class
FileEditor
A PropertyEditor for File objects that lets the user select a file.class
FlowFileEditor
A PropertyEditor for FlowFile objects that lets the user select a file.class
InlineEditor
Support for inline editing of editors that support this, in order to reduce number of clicks/dialogs required to enter a value.class
PlaceholderDirectoryEditor
A PropertyEditor for PlaceholderDirectory objects that lets the user select a directory.class
PlaceholderFileEditor
A 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 class
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
For 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 class
DataContainerPanelWithContainerList<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 interface
PopupMenuCustomizer
For 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 class
AbstractObjectOverlayFromReport
Ancestor for overlays that use object locations from a report.class
AbstractPointOverlayFromReport
Ancestor for overlays that use object locations from a report.class
ObjectCentersOverlayFromReport
Displays 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.class
ObjectLocationsOverlayFromReport
Displays 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.class
SimplePointOverlayFromReport
-
Uses of PopupMenuCustomizer in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement PopupMenuCustomizer Modifier and Type Class Description class
InstancePanel
A 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 interface
PopupMenuCustomizer
Interface for popup menu customizers.Classes in adams.gui.visualization.object that implement PopupMenuCustomizer Modifier and Type Class Description class
ObjectAnnotationPanel
Panel 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 class
XYSequencePanel
A 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 class
SpreadSheetRowPanel
A 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 class
VersusFit
Class that displays a versus fit graph.class
VersusOrder
Class 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 class
Histogram
Class 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 class
NormalPlot
Probability plot that only displays the normal distribution, used in the 4-in1 plot.class
ProbabilityPlot
Probability 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 class
ScatterPlot
create 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 class
ZScore
Create 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 class
TimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>
Special panel for displaying the spectral data.
-