Uses of Interface
adams.gui.core.CustomSearchTableModel
-
Packages that use CustomSearchTableModel Package Description adams.gui.core adams.gui.selection adams.gui.tools adams.gui.visualization.instance adams.gui.visualization.report -
-
Uses of CustomSearchTableModel in adams.gui.core
Classes in adams.gui.core that implement CustomSearchTableModel Modifier and Type Class Description classCheckableTableModel<T extends TableModel>Meta-model that wraps another table model and allows "ticking" of rows.classKeyValuePairTableModelThe model for displaying key-value pairs.classMapTableModelThe model for displaying a map.classPropertiesTableModelTable model for displaying a properties object.classSortableAndSearchableWrapperTableModelWraps around any table model and makes them automatically sortable and searchable. -
Uses of CustomSearchTableModel in adams.gui.selection
Classes in adams.gui.selection that implement CustomSearchTableModel Modifier and Type Class Description static classAbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T>A simple table model for displaying the data.classFieldCacheTableModelTable model for displaying the fields from a cache item.static classSelectEmailAddressPanel.TableModelA simple table model for displaying the contacts. -
Uses of CustomSearchTableModel in adams.gui.tools
Classes in adams.gui.tools that implement CustomSearchTableModel Modifier and Type Class Description classAbstractManagementTableModel<T extends Comparable>A table model for displaying the details of the database object.static classEmailAddressBookPanel.TableModelA simple table model for displaying the contacts.static classFileChooserBookmarksManagementPanel.TableModelA simple table model for displaying the contacts.classLogEntryViewerTableModelThe table model for displaying LogEntry objects. -
Uses of CustomSearchTableModel in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement CustomSearchTableModel Modifier and Type Class Description classInstanceTableModelA generic table model for displaying weka.core.Instances objects. -
Uses of CustomSearchTableModel in adams.gui.visualization.report
Classes in adams.gui.visualization.report that implement CustomSearchTableModel Modifier and Type Class Description static classReportFactory.ModelA specialized model for a Report.
-