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 class
CheckableTableModel<T extends TableModel>
Meta-model that wraps another table model and allows "ticking" of rows.class
KeyValuePairTableModel
The model for displaying key-value pairs.class
MapTableModel
The model for displaying a map.class
PropertiesTableModel
Table model for displaying a properties object.class
SortableAndSearchableWrapperTableModel
Wraps 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 class
AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T>
A simple table model for displaying the data.class
FieldCacheTableModel
Table model for displaying the fields from a cache item.static class
SelectEmailAddressPanel.TableModel
A 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 class
AbstractManagementTableModel<T extends Comparable>
A table model for displaying the details of the database object.static class
EmailAddressBookPanel.TableModel
A simple table model for displaying the contacts.static class
FileChooserBookmarksManagementPanel.TableModel
A simple table model for displaying the contacts.class
LogEntryViewerTableModel
The 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 class
InstanceTableModel
A 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 class
ReportFactory.Model
A specialized model for a Report.
-