Uses of Class
adams.gui.core.MultiPagePane
-
-
Uses of MultiPagePane in adams.gui.application
Fields in adams.gui.application declared as MultiPagePane Modifier and Type Field Description protected MultiPagePanePreferencesManagerPanel. m_MultiPagePanelthe multi-page pane with all the setups. -
Uses of MultiPagePane in adams.gui.core
Fields in adams.gui.core declared as MultiPagePane Modifier and Type Field Description protected MultiPagePaneMultiPagePane.TitleRenderer. m_Ownerthe owner.Methods in adams.gui.core that return MultiPagePane Modifier and Type Method Description MultiPagePaneMultiPagePane.TitleRenderer. getOwner()Returns the owner.Methods in adams.gui.core with parameters of type MultiPagePane Modifier and Type Method Description booleanMultiPagePane.PageCloseApprover. approvePageClosing(MultiPagePane source, int index)Method gets called when having to approve a close operation of multiple pages.Constructors in adams.gui.core with parameters of type MultiPagePane Constructor Description TitleRenderer(MultiPagePane owner)Initializes the renderer with the owner. -
Uses of MultiPagePane in adams.gui.dialog
Fields in adams.gui.dialog declared as MultiPagePane Modifier and Type Field Description protected MultiPagePaneMultiSpreadSheetDialog. m_MultiPagePanethe tabbed pane for the spreadsheets. -
Uses of MultiPagePane in adams.gui.flow
Subclasses of MultiPagePane in adams.gui.flow Modifier and Type Class Description classFlowMultiPagePaneSpecialized tabbed pane for Flow panels.Constructors in adams.gui.flow with parameters of type MultiPagePane Constructor Description FlowTitleRenderer(MultiPagePane owner)Initializes the renderer with the owner. -
Uses of MultiPagePane in adams.gui.tools
Subclasses of MultiPagePane in adams.gui.tools Modifier and Type Class Description classImageProcessorMultiPagePaneSpecializedBaseTabbedPanefor managing images.Fields in adams.gui.tools declared as MultiPagePane Modifier and Type Field Description protected MultiPagePaneSqlWorkbenchPanel. m_MultiPagePanethe multi-page pane. -
Uses of MultiPagePane in adams.gui.tools.spreadsheetviewer
Subclasses of MultiPagePane in adams.gui.tools.spreadsheetviewer Modifier and Type Class Description classMultiPagePaneA specialized tabbed pane with a few methods for easier access. -
Uses of MultiPagePane in adams.gui.tools.wekainvestigator.tab.classifytab.output
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return MultiPagePane Modifier and Type Method Description protected MultiPagePaneAbstractOutputGenerator. newMultiPagePane(ResultItem item)Generates a new MultiPagePane instance.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type MultiPagePane Modifier and Type Method Description protected voidAbstractOutputGenerator. addPage(MultiPagePane multiPage, String title, JComponent comp, int fold)Adds a page for the confusion matrix. -
Uses of MultiPagePane in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Subclasses of MultiPagePane in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold Modifier and Type Class Description classPerFoldMultiPagePaneSpecialized multi-page pane for managing per-fold data. -
Uses of MultiPagePane in adams.gui.visualization.container
Subclasses of MultiPagePane in adams.gui.visualization.container Modifier and Type Class Description static classNotesFactory.MultiPagePane<T extends AbstractContainer>A specialized multi-page pane that displays container notes. -
Uses of MultiPagePane in adams.gui.visualization.image
Subclasses of MultiPagePane in adams.gui.visualization.image Modifier and Type Class Description classImageMultiPagePaneSpecializedMultiPagePanefor managing images. -
Uses of MultiPagePane in adams.gui.visualization.pdf
Subclasses of MultiPagePane in adams.gui.visualization.pdf Modifier and Type Class Description static classPDFViewerPanel.MultiPagePaneA specialized tabbed pane with a few methods for easier access. -
Uses of MultiPagePane in adams.gui.visualization.statistics
Subclasses of MultiPagePane in adams.gui.visualization.statistics Modifier and Type Class Description static classInformativeStatisticFactory.MultiPagePaneA specialized multi-page pane that displays statistics.
-