|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
|---|---|
| ca.odell.glazedlists.migrationkit.AbstractFilterList
This class uses inheritance when composition is preferrable. By replacing the overriding method AbstractFilterList.filterMatches(Object) with a Matcher or
MatcherEditor, logic can be reused. That approach is far more flexible
and powerful than the static filtering required by AbstractFilterList. |
|
| ca.odell.glazedlists.migrationkit.swing.TextFilterList
This class uses inheritance when composition is preferrable. Instead of TextFilterList, use FilterList and TextComponentMatcherEditor. |
|
| ca.odell.glazedlists.migrationkit.swt.TextFilterList
This class uses inheritance when composition is preferrable. Instead of TextFilterList, use FilterList and TextWidgetMatcherEditor. |
|
| Deprecated Methods | |
|---|---|
| ca.odell.glazedlists.swing.EventSelectionModel.getEventList()
As of 2005/02/18, the naming of this method became ambiguous. Please use EventSelectionModel.getSelected(). |
|
| ca.odell.glazedlists.swing.EventSelectionModel.getListSelectionModel()
As of 2004/11/26, the EventSelectionModel implements
ListSelectionModel directly. |
|
| Deprecated Constructors | |
|---|---|
| ca.odell.glazedlists.BasicEventList(List)
As of 2005/03/06, this constructor has been declared unsafe because the source list is exposed. This allows it to be modified without the required events being fired. This constructor has been replaced by the factory method GlazedLists.eventList(Collection). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||