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 SortableAndSearchableTableAbstractFlowExecutionListenerWithTable. m_Tablethe table to update. -
Uses of SortableAndSearchableTable in adams.flow.sink
Fields in adams.flow.sink declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTablePropertiesDisplay. m_Tablethe 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 classSpreadSheetCellSelector.TableCustom table for allowing user to select cells. -
Uses of SortableAndSearchableTable in adams.gui.application
Fields in adams.gui.application declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTableAboutBoxPanel. m_TableModulesthe table with the modules. -
Uses of SortableAndSearchableTable in adams.gui.core
Classes in adams.gui.core with type parameters of type SortableAndSearchableTable Modifier and Type Class Description classSortableAndSearchableTableWithButtons<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 classSpreadSheetTableA specialized table for displaying a SpreadSheet table model.Fields in adams.gui.core declared as SortableAndSearchableTable Modifier and Type Field Description protected SortableAndSearchableTableFilePanel. m_Tablethe 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 SortableAndSearchableTableDOMTreeWithPreview. m_Tablethe preview table.Methods in adams.gui.core.dom that return SortableAndSearchableTable Modifier and Type Method Description SortableAndSearchableTableDOMTreeWithPreview. 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 SortableAndSearchableTableEffectiveTagsTab. m_Tablefor 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 SortableAndSearchableTableAbstractTableBasedSelectionPanel. m_TableDatathe table for displaying the items.Methods in adams.gui.selection with parameters of type SortableAndSearchableTable Modifier and Type Method Description BasePopupMenuAbstractTableBasedSelectionPanel.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 SortableAndSearchableTablePropertiesViewerPanel. m_Tablethe table displaying the information.protected SortableAndSearchableTableSystemInfoPanel. m_Tablethe 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 SortableAndSearchableTableColumnStatistic. m_Tablethe table with the statistics.protected SortableAndSearchableTableInformation. m_Tablethe 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 SortableAndSearchableTablePropertiesRenderer. m_LastTablethe 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 SortableAndSearchableTableAbstractObjectOverlayFromReport.LocatedObjectsPanel. m_TableObjectsthe table with the objects.protected SortableAndSearchableTableObjectAnnotations.LocatedObjectsPanel. m_TableObjectsthe 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 classInstanceReportFactory.TableA specialized table for displaying a Report.classInstanceTableA 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 classInstancesTableTable 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 classReportFactory.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 classXYSequenceTableA 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 classSpreadSheetRowReportFactory.TableA 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 classInformativeStatisticFactory.TableA 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 SortableAndSearchableTableAbstractInstanceInfoFrame. m_TableDatathe table with the dataset.
-