|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.misc.PropertyObservableBase
de.jaret.examples.timebars.millis.model.BreakIntervalFilter
public class BreakIntervalFilter
Special interval filter removing all intervals that are completely inside a break in the timescale.
| Field Summary |
|---|
| Fields inherited from class de.jaret.util.misc.PropertyObservableBase |
|---|
_propertyChangeSupport |
| Constructor Summary | |
|---|---|
BreakIntervalFilter(de.jaret.util.ui.timebars.model.TimeBarRow ppsScaleRow)
Construct the filter with a reference to the row that contains the pss intervals. |
|
| Method Summary | |
|---|---|
boolean |
isInResult(de.jaret.util.date.Interval interval)
Intervals are in the result if they do not fall into a break. |
| Methods inherited from class de.jaret.util.misc.PropertyObservableBase |
|---|
addPropertyChangeListener, firePropertyChange, isRealModification, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.jaret.util.misc.PropertyObservable |
|---|
addPropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public BreakIntervalFilter(de.jaret.util.ui.timebars.model.TimeBarRow ppsScaleRow)
ppsScaleRow - the time bar row containing the pps intervals| Method Detail |
|---|
public boolean isInResult(de.jaret.util.date.Interval interval)
isInResult in interface de.jaret.util.ui.timebars.TimeBarIntervalFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||