Uses of Class
adams.gui.core.DetachablePanel
-
Packages that use DetachablePanel Package Description adams.gui.core adams.gui.tools.wekainvestigator.output adams.gui.tools.wekainvestigator.tab -
-
Uses of DetachablePanel in adams.gui.core
Subclasses of DetachablePanel in adams.gui.core Modifier and Type Class Description static classMultiPagePane.DetachablePageFields in adams.gui.core declared as DetachablePanel Modifier and Type Field Description protected DetachablePanelSplitPanelWithOptionalComponents. m_LeftDetachablePanelthe detachable panel for the left component.protected DetachablePanelSplitPanelWithOptionalComponents. m_RightDetachablePanelthe detachable panel for the right component.Fields in adams.gui.core with type parameters of type DetachablePanel Modifier and Type Field Description protected PopupMenuCustomizer<DetachablePanel>DetachablePanel. m_PopupMenuCustomizerthe optional popup menu customizer.Methods in adams.gui.core that return types with arguments of type DetachablePanel Modifier and Type Method Description PopupMenuCustomizer<DetachablePanel>DetachablePanel. getPopupMenuCustomizer()Returns the current popup customizer in use.Method parameters in adams.gui.core with type arguments of type DetachablePanel Modifier and Type Method Description voidDetachablePanel. setPopupMenuCustomizer(PopupMenuCustomizer<DetachablePanel> value)Sets the popup customizer to use. -
Uses of DetachablePanel in adams.gui.tools.wekainvestigator.output
Subclasses of DetachablePanel in adams.gui.tools.wekainvestigator.output Modifier and Type Class Description classAbstractOutputPanelWithPopupMenu<T extends BaseFileChooser>Ancestor for output panels that can save the displayed output to a file.classComponentContentPanelPanel for exporting the graphical component as image.classTableContentPanelPanel for exporting the table as spreadsheet.classTextualContentPanelPanel for exporting the textual component as text. -
Uses of DetachablePanel in adams.gui.tools.wekainvestigator.tab
Subclasses of DetachablePanel in adams.gui.tools.wekainvestigator.tab Modifier and Type Class Description classAbstractInvestigatorTabAncestor for tabs in the Investigator.classAbstractInvestigatorTabWithDataTableAncestor for tabs that have the data table on top.classAbstractInvestigatorTabWithEditableDataTableAncestor for tabs with modifiable data table.classAssociateTabTab for associators.classAttributeSelectionTabTab for attribute selection.classBoxPlotTabVisualizes the selected dataset as box plot.classClassifyTabTab for classification.classClusterTabTab for clustering.classCompareTabFor comparing datasets.classDataQueryTabAllows the execution of an SQL-like query to manipulate datasets.classDataTabLists the currently loaded datasets.classExperimentTabTab for running experiment on selected dataset/classifier.classIndependentComponentsTabVisualizes the ICA components/sources and ICA space calculated from the selected dataset.classInstanceTabVisualizes the selected dataset like the instance explorer.classLogTabJust displays the log messages.classMatrixTabVisualizes the selected dataset as matrix plot.classPartialLeastSquaresTabVisualizes the PLS loadings and PLS space calculated from the selected dataset.classPreprocessTabPreprocessing tab.classPrincipalComponentsTabVisualizes the PCA loadings and PCA space calculated from the selected dataset.classScatterPlotTabFor plotting attributes against each other.
-