Uses of Class
adams.gui.core.SortableAndSearchableTable
-
-
Uses of SortableAndSearchableTable in adams.flow.execution
Fields in adams.flow.execution declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
AbstractFlowExecutionListenerWithTable. m_Table
the table to update. -
Uses of SortableAndSearchableTable in adams.flow.sink
Fields in adams.flow.sink declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
PropertiesDisplay. m_Table
the table for displaying the properties. -
Uses of SortableAndSearchableTable in adams.flow.transformer
Subclasses of SortableAndSearchableTable in adams.flow.transformer Modifier and Type Class Description static class
SpreadSheetCellSelector.Table
Custom table for allowing user to select cells. -
Uses of SortableAndSearchableTable in adams.gui.core
Classes in adams.gui.core with type parameters of type SortableAndSearchableTable Modifier and Type Class Description class
SortableAndSearchableTableWithButtons<T extends SortableAndSearchableTable>
Graphical component that consists of a SortableAndSearchableTable with buttons on the right-hand side.Subclasses of SortableAndSearchableTable in adams.gui.core Modifier and Type Class Description class
SpreadSheetTable
A specialized table for displaying a SpreadSheet table model.Fields in adams.gui.core declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
FilePanel. m_Table
the table for the detailed view. -
Uses of SortableAndSearchableTable in adams.gui.core.dom
Fields in adams.gui.core.dom declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
DOMTreeWithPreview. m_Table
the preview table.Methods in adams.gui.core.dom that return SortableAndSearchableTable Modifier and Type Method Description SortableAndSearchableTable
DOMTreeWithPreview. getTable()
Returns the underlying text area. -
Uses of SortableAndSearchableTable in adams.gui.flow.tab
Fields in adams.gui.flow.tab declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
EffectiveTagsTab. m_Table
for displaying the help text. -
Uses of SortableAndSearchableTable in adams.gui.selection
Fields in adams.gui.selection declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
AbstractTableBasedSelectionPanel. m_TableData
the table for displaying the items.Methods in adams.gui.selection with parameters of type SortableAndSearchableTable Modifier and Type Method Description BasePopupMenu
AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier. getSelectionPopupMenu(SortableAndSearchableTable table, int row)
Returns a popup menu for the table of the selection table. -
Uses of SortableAndSearchableTable in adams.gui.tools
Fields in adams.gui.tools declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
PropertiesViewerPanel. m_Table
the table displaying the information.protected SortableAndSearchableTable
SystemInfoPanel. m_Table
the table displaying the information. -
Uses of SortableAndSearchableTable in adams.gui.tools.spreadsheetviewer.tab
Fields in adams.gui.tools.spreadsheetviewer.tab declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
ColumnStatistic. m_Table
the table with the statistics.protected SortableAndSearchableTable
Information. m_Table
the table with the information. -
Uses of SortableAndSearchableTable in adams.gui.tools.wekainvestigator.output
Constructors in adams.gui.tools.wekainvestigator.output with parameters of type SortableAndSearchableTable Constructor Description TableContentPanel(SortableAndSearchableTable comp, boolean useScrollPane, boolean searchable)
Initializes the panel with the specified textual component. -
Uses of SortableAndSearchableTable in adams.gui.visualization.debug.objectrenderer
Fields in adams.gui.visualization.debug.objectrenderer declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
PropertiesRenderer. m_LastTable
the last setup. -
Uses of SortableAndSearchableTable in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
AbstractObjectOverlayFromReport.LocatedObjectsPanel. m_TableObjects
the table with the objects.protected SortableAndSearchableTable
ObjectAnnotations.LocatedObjectsPanel. m_TableObjects
the table with the objects. -
Uses of SortableAndSearchableTable in adams.gui.visualization.instance
Subclasses of SortableAndSearchableTable 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 SortableAndSearchableTable in adams.gui.visualization.instances
Subclasses of SortableAndSearchableTable in adams.gui.visualization.instances Modifier and Type Class Description class
InstancesTable
Table for displaying Instances objects. -
Uses of SortableAndSearchableTable in adams.gui.visualization.report
Subclasses of SortableAndSearchableTable in adams.gui.visualization.report Modifier and Type Class Description static class
ReportFactory.Table<R extends ReportProvider<?,?>>
A specialized table for displaying a Report. -
Uses of SortableAndSearchableTable in adams.gui.visualization.sequence
Subclasses of SortableAndSearchableTable in adams.gui.visualization.sequence Modifier and Type Class Description class
XYSequenceTable
A Table and Model class for XYSequence objects. -
Uses of SortableAndSearchableTable in adams.gui.visualization.spreadsheet
Subclasses of SortableAndSearchableTable in adams.gui.visualization.spreadsheet Modifier and Type Class Description static class
SpreadSheetRowReportFactory.Table
A specialized table for displaying a Report. -
Uses of SortableAndSearchableTable in adams.gui.visualization.statistics
Subclasses of SortableAndSearchableTable 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 SortableAndSearchableTable in adams.gui.visualization.weka
Fields in adams.gui.visualization.weka declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTable
AbstractInstanceInfoFrame. m_TableData
the table with the dataset.
-