de.jaret.util.ui.timebars
Interface TimeBarRowFilter
- All Superinterfaces:
- de.jaret.util.misc.PropertyObservable
- All Known Implementing Classes:
- AbstractTimeBarRowFilter
public interface TimeBarRowFilter
- extends de.jaret.util.misc.PropertyObservable
Row filter for the TimeBarViewer. The filter is a property observable so that the time bar viewer can listen on
changes on the filter forcing it to a subsequent refresh.
- Version:
- $Id: TimeBarRowFilter.java 800 2008-12-27 22:27:33Z kliem $
- Author:
- Peter Kliem
|
Method Summary |
boolean |
isInResult(TimeBarRow row)
Return true if the given row is in the filtered result. |
| Methods inherited from interface de.jaret.util.misc.PropertyObservable |
addPropertyChangeListener, removePropertyChangeListener |
isInResult
boolean isInResult(TimeBarRow row)
- Return true if the given row is in the filtered result.
- Parameters:
row - row to be checked for inclusion in the result
- Returns:
- true if the row is part of the result
Copyright © 2012. All Rights Reserved.