de.jaret.util.ui.timebars
Interface TimeBarRowSorter

All Superinterfaces:
java.util.Comparator<TimeBarRow>, de.jaret.util.misc.PropertyObservable, java.io.Serializable
All Known Implementing Classes:
AbstractTimeBarRowSorter

public interface TimeBarRowSorter
extends java.util.Comparator<TimeBarRow>, de.jaret.util.misc.PropertyObservable, java.io.Serializable

Comparator for comparing rows. The interface acts as a tag interface, ensuring the comparator used for sorting the rows was specially designed for this purpose. It is an extension of PropertyObservable allowing the time bar viewer to react with a refresh on property changes.

Version:
$Id: TimeBarRowSorter.java 800 2008-12-27 22:27:33Z kliem $
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.