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 MultiPagePane
PreferencesManagerPanel. m_MultiPagePanel
the 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 MultiPagePane
MultiPagePane.TitleRenderer. m_Owner
the owner.Methods in adams.gui.core that return MultiPagePane Modifier and Type Method Description MultiPagePane
MultiPagePane.TitleRenderer. getOwner()
Returns the owner.Methods in adams.gui.core with parameters of type MultiPagePane Modifier and Type Method Description boolean
MultiPagePane.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 MultiPagePane
MultiSpreadSheetDialog. m_MultiPagePane
the tabbed pane for the spreadsheets. -
Uses of MultiPagePane in adams.gui.flow
Subclasses of MultiPagePane in adams.gui.flow Modifier and Type Class Description class
FlowMultiPagePane
Specialized 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 class
ImageProcessorMultiPagePane
SpecializedBaseTabbedPane
for managing images.Fields in adams.gui.tools declared as MultiPagePane Modifier and Type Field Description protected MultiPagePane
SqlWorkbenchPanel. m_MultiPagePane
the multi-page pane. -
Uses of MultiPagePane in adams.gui.tools.spreadsheetviewer
Subclasses of MultiPagePane in adams.gui.tools.spreadsheetviewer Modifier and Type Class Description class
MultiPagePane
A 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 MultiPagePane
AbstractOutputGenerator. 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 void
AbstractOutputGenerator. 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 class
PerFoldMultiPagePane
Specialized 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 class
NotesFactory.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 class
ImageMultiPagePane
SpecializedMultiPagePane
for managing images. -
Uses of MultiPagePane in adams.gui.visualization.pdf
Subclasses of MultiPagePane in adams.gui.visualization.pdf Modifier and Type Class Description static class
PDFViewerPanel.MultiPagePane
A 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 class
InformativeStatisticFactory.MultiPagePane
A specialized multi-page pane that displays statistics.
-