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 classSpreadSheetCellSelector.TableCustom 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 classSortableAndSearchableTableA specialized JTable that allows double-clicking on header for resizing to optimal width, as well as being searchable and sortable.classSpreadSheetTableA specialized table for displaying a SpreadSheet table model.Methods in adams.gui.core that return BaseTable Modifier and Type Method Description protected BaseTableBaseTableWithButtons. createComponent()Creates the component to use in the panel.protected BaseTableSpreadSheetTableWithButtons. createComponent()Creates the component to use in the panel.BaseTableBaseTableWithButtons. 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 BaseTableDisplayEmailPanel. m_TableAttachmentsthe attachements.protected BaseTableDisplayEmailPanel. m_TableRecipientsthe recipients. -
Uses of BaseTable in adams.gui.tools
Fields in adams.gui.tools declared as BaseTable Modifier and Type Field Description protected BaseTablePlaceholderManagementPanel.PlaceholderTableCellEditor. m_Tablethe 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 classDataTableSpecialized 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 classAttributeSummaryPanel.StatisticsTableDisplays other stats in a table.Methods in adams.gui.tools.wekainvestigator.tab.preprocesstab that return BaseTable Modifier and Type Method Description BaseTableAttributeSelectionPanel. 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 classContainerTable<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 classInstanceReportFactory.TableA specialized table for displaying a Report.classInstanceTableA 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 classInstancesTableTable 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 classReportFactory.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 BaseTableReportContainer. m_Tablethe associated table.Methods in adams.gui.visualization.report that return BaseTable Modifier and Type Method Description BaseTableReportContainer. getComponent()Returns the stored component.Methods in adams.gui.visualization.report with parameters of type BaseTable Modifier and Type Method Description voidReportContainer. 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 classXYSequenceTableA 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 classSpreadSheetRowReportFactory.TableA 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 classInformativeStatisticFactory.TableA 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 classTimeseriesContainerTable<M extends TimeseriesContainerManager,C extends TimeseriesContainer>Specialized container table for timeseries.
-