Uses of Class
adams.gui.core.BaseTable
-
-
Uses of BaseTable in adams.flow.transformer
Subclasses of BaseTable in adams.flow.transformer Modifier and Type Class Description static class
SpreadSheetCellSelector.Table
Custom table for allowing user to select cells. -
Uses of BaseTable in adams.gui.core
Subclasses of BaseTable in adams.gui.core Modifier and Type Class Description class
SortableAndSearchableTable
A specialized JTable that allows double-clicking on header for resizing to optimal width, as well as being searchable and sortable.class
SpreadSheetTable
A specialized table for displaying a SpreadSheet table model.Methods in adams.gui.core that return BaseTable Modifier and Type Method Description protected BaseTable
BaseTableWithButtons. createComponent()
Creates the component to use in the panel.protected BaseTable
SpreadSheetTableWithButtons. createComponent()
Creates the component to use in the panel.BaseTable
BaseTableWithButtons. getTable()
Returns the underlying table. -
Uses of BaseTable in adams.gui.dialog
Fields in adams.gui.dialog declared as BaseTable Modifier and Type Field Description protected BaseTable
DisplayEmailPanel. m_TableAttachments
the attachements.protected BaseTable
DisplayEmailPanel. m_TableRecipients
the recipients. -
Uses of BaseTable in adams.gui.tools
Fields in adams.gui.tools declared as BaseTable Modifier and Type Field Description protected BaseTable
PlaceholderManagementPanel.PlaceholderTableCellEditor. m_Table
the table.Constructors in adams.gui.tools with parameters of type BaseTable Constructor Description PlaceholderTableCellEditor(BaseTable table, PlaceholderManagementPanel.PlaceholderTableModel model, FileChooser dirChooser)
Initializes the cell editor. -
Uses of BaseTable in adams.gui.tools.wekainvestigator.datatable
Subclasses of BaseTable in adams.gui.tools.wekainvestigator.datatable Modifier and Type Class Description class
DataTable
Specialized table with custom cell editors for the class. -
Uses of BaseTable in adams.gui.tools.wekainvestigator.output
Constructors in adams.gui.tools.wekainvestigator.output with parameters of type BaseTable Constructor Description TableContentPanel(BaseTable comp, boolean useScrollPane)
Initializes the panel with the specified textual component. -
Uses of BaseTable in adams.gui.tools.wekainvestigator.tab.preprocesstab
Subclasses of BaseTable in adams.gui.tools.wekainvestigator.tab.preprocesstab Modifier and Type Class Description static class
AttributeSummaryPanel.StatisticsTable
Displays other stats in a table.Methods in adams.gui.tools.wekainvestigator.tab.preprocesstab that return BaseTable Modifier and Type Method Description BaseTable
AttributeSelectionPanel. getTable()
Returns the table. -
Uses of BaseTable in adams.gui.visualization.container
Subclasses of BaseTable in adams.gui.visualization.container Modifier and Type Class Description class
ContainerTable<M extends AbstractContainerManager,C extends AbstractContainer>
A table for displaying the currently loaded containers. -
Uses of BaseTable in adams.gui.visualization.instance
Subclasses of BaseTable in adams.gui.visualization.instance Modifier and Type Class Description static class
InstanceReportFactory.Table
A specialized table for displaying a Report.class
InstanceTable
A specialized table for displaying an Instances object. -
Uses of BaseTable in adams.gui.visualization.instances
Subclasses of BaseTable in adams.gui.visualization.instances Modifier and Type Class Description class
InstancesTable
Table for displaying Instances objects. -
Uses of BaseTable in adams.gui.visualization.report
Subclasses of BaseTable in adams.gui.visualization.report Modifier and Type Class Description static class
ReportFactory.Table<R extends ReportProvider<?,?>>
A specialized table for displaying a Report.Fields in adams.gui.visualization.report declared as BaseTable Modifier and Type Field Description protected BaseTable
ReportContainer. m_Table
the associated table.Methods in adams.gui.visualization.report that return BaseTable Modifier and Type Method Description BaseTable
ReportContainer. getComponent()
Returns the stored component.Methods in adams.gui.visualization.report with parameters of type BaseTable Modifier and Type Method Description void
ReportContainer. setComponent(BaseTable value)
Sets the component to associate. -
Uses of BaseTable in adams.gui.visualization.sequence
Subclasses of BaseTable in adams.gui.visualization.sequence Modifier and Type Class Description class
XYSequenceTable
A Table and Model class for XYSequence objects. -
Uses of BaseTable in adams.gui.visualization.spreadsheet
Subclasses of BaseTable in adams.gui.visualization.spreadsheet Modifier and Type Class Description static class
SpreadSheetRowReportFactory.Table
A specialized table for displaying a Report. -
Uses of BaseTable in adams.gui.visualization.statistics
Subclasses of BaseTable in adams.gui.visualization.statistics Modifier and Type Class Description static class
InformativeStatisticFactory.Table
A specialized table for displaying an object that implements the InformativeStatistic interface. -
Uses of BaseTable in adams.gui.visualization.timeseries
Subclasses of BaseTable in adams.gui.visualization.timeseries Modifier and Type Class Description class
TimeseriesContainerTable<M extends TimeseriesContainerManager,C extends TimeseriesContainer>
Specialized container table for timeseries.
-