de.jaret.util.ui.table.model
Interface IRowSorter

All Superinterfaces:
java.util.Comparator<IRow>, de.jaret.util.misc.PropertyObservable
All Known Implementing Classes:
AbstractRowSorter, JaretTable.RowComparator

public interface IRowSorter
extends java.util.Comparator<IRow>, de.jaret.util.misc.PropertyObservable

A comparator for IRow to be set on the table. It is a PropertyObeservable to allow the table to react on changes with a refresh.

Version:
$Id: IRowSorter.java 179 2007-01-07 17:37:50Z olk $
Author:
Peter Kliem

Method Summary
 
Methods inherited from interface java.util.Comparator
compare, equals
 
Methods inherited from interface de.jaret.util.misc.PropertyObservable
addPropertyChangeListener, removePropertyChangeListener
 



Copyright © 2012. All Rights Reserved.