Uses of Class
adams.gui.goe.GenericArrayEditorPanel
-
Packages that use GenericArrayEditorPanel Package Description adams.gui.dialog adams.gui.visualization.stats.scatterplot adams.gui.visualization.stats.zscore -
-
Uses of GenericArrayEditorPanel in adams.gui.dialog
Fields in adams.gui.dialog declared as GenericArrayEditorPanel Modifier and Type Field Description protected GenericArrayEditorPanel
ComposeEmailPanel. m_GAEPanelAttachments
the attachments.protected GenericArrayEditorPanel
ComposeEmailPanel. m_GAEPanelBCC
the "bcc recipients".protected GenericArrayEditorPanel
ComposeEmailPanel. m_GAEPanelCC
the "cc recipients".protected GenericArrayEditorPanel
ComposeEmailPanel. m_GAEPanelTO
the "to recipients". -
Uses of GenericArrayEditorPanel in adams.gui.visualization.stats.scatterplot
Fields in adams.gui.visualization.stats.scatterplot declared as GenericArrayEditorPanel Modifier and Type Field Description protected GenericArrayEditorPanel
Matrix. m_PanelOverlay
Displays a GAE for choosing overlays for the scatter plotsprotected GenericArrayEditorPanel
ScatterPlot. m_PanelOverlay
for displaying a genericarrayEditor for choosing overlays -
Uses of GenericArrayEditorPanel in adams.gui.visualization.stats.zscore
Fields in adams.gui.visualization.stats.zscore declared as GenericArrayEditorPanel Modifier and Type Field Description protected GenericArrayEditorPanel
ZScore. m_PanelOverlay
For displaying a generic array editor for choosing overlays
-