|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IIntervalSelectionStrategy | |
|---|---|
| de.jaret.util.ui.timebars | This package contains a suite of classes and interfaces to define and display a model of intervals over a discrete set of rows. |
| de.jaret.util.ui.timebars.strategy | This package contains the definition of an interface for externalizing the strategy used to calculate overlap information and a default implementation that does a complete overlap check as seen in earlier versions of the time bar viewer. |
| Uses of IIntervalSelectionStrategy in de.jaret.util.ui.timebars |
|---|
| Fields in de.jaret.util.ui.timebars declared as IIntervalSelectionStrategy | |
|---|---|
protected IIntervalSelectionStrategy |
TimeBarViewerDelegate._intervalSelectionStrategy
insterval selection strategy. |
| Methods in de.jaret.util.ui.timebars that return IIntervalSelectionStrategy | |
|---|---|
IIntervalSelectionStrategy |
TimeBarViewerDelegate.getIntervalSelectionStrategy()
Retrieve the interval selection strategy used. |
| Methods in de.jaret.util.ui.timebars with parameters of type IIntervalSelectionStrategy | |
|---|---|
void |
TimeBarViewerDelegate.setIntervalSelectionStrategy(IIntervalSelectionStrategy intervalSelectionStrategy)
Set the interval selection strategy. |
| Uses of IIntervalSelectionStrategy in de.jaret.util.ui.timebars.strategy |
|---|
| Classes in de.jaret.util.ui.timebars.strategy that implement IIntervalSelectionStrategy | |
|---|---|
class |
DefaultIntervalSelectionStrategy
Default implementation of the interval selection strategy: use the first in the list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||