Uses of Interface
org.jminor.common.model.FilteredModel

Packages that use FilteredModel
org.jminor.common.model   
org.jminor.common.model.combobox   
org.jminor.framework.client.model   
 

Uses of FilteredModel in org.jminor.common.model
 

Subinterfaces of FilteredModel in org.jminor.common.model
 interface FilteredTableModel<R,C>
          Specifies a table model that can be filtered.
 

Classes in org.jminor.common.model that implement FilteredModel
 class AbstractFilteredTableModel<R,C>
          A TableModel implentation that supports filtering, searching and sorting.
 

Uses of FilteredModel in org.jminor.common.model.combobox
 

Subinterfaces of FilteredModel in org.jminor.common.model.combobox
 interface FilteredComboBoxModel<T>
          A ComboBoxModel extension that allows filtering via FilterCriteria objects.
 

Classes in org.jminor.common.model.combobox that implement FilteredModel
 class DefaultFilteredComboBoxModel<T>
          A default FilteredComboBoxModel implementation.
 

Uses of FilteredModel in org.jminor.framework.client.model
 

Subinterfaces of FilteredModel in org.jminor.framework.client.model
 interface EntityComboBoxModel
          Specifies a ComboBoxModel containing entities.
 interface EntityTableModel
          Specifies a table model containing Entity objects
 

Classes in org.jminor.framework.client.model that implement FilteredModel
 class DefaultEntityComboBoxModel
          A ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.
 class DefaultEntityTableModel
          A TableModel implementation for displaying and working with entities.
 class DefaultPropertyComboBoxModel
          A combo box model based on a single entity property.