de.jaret.util.ui.timebars.strategy
Interface IIntervalSelectionStrategy
- All Known Implementing Classes:
- DefaultIntervalSelectionStrategy
public interface IIntervalSelectionStrategy
Interface describing strategies when there is a doubt which interval should be considered in various selction
actions.
- Version:
- $Id: IIntervalSelectionStrategy.java 792 2008-12-13 23:04:54Z kliem $
- Author:
- kliem
Method Summary |
de.jaret.util.date.Interval |
selectInterval(java.util.List<de.jaret.util.date.Interval> intervals)
Chose one of the intervals to be used. |
selectInterval
de.jaret.util.date.Interval selectInterval(java.util.List<de.jaret.util.date.Interval> intervals)
- Chose one of the intervals to be used.
- Parameters:
intervals
- list of intervals
- Returns:
- the selected interval
Copyright © 2012. All Rights Reserved.