|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOverlapStrategy | |
|---|---|
| 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. |
| de.jaret.util.ui.timebars.swing | This package contains the swing version of the TimeBarViewer. |
| de.jaret.util.ui.timebars.swt | This package contains the SWT version of the TimeBarViewer. |
| Uses of IOverlapStrategy in de.jaret.util.ui.timebars |
|---|
| Fields in de.jaret.util.ui.timebars declared as IOverlapStrategy | |
|---|---|
protected IOverlapStrategy |
TimeBarViewerDelegate._overlapStrategy
overlap strategy to be used when drawing non-overlapped. |
| Methods in de.jaret.util.ui.timebars that return IOverlapStrategy | |
|---|---|
IOverlapStrategy |
TimeBarViewerInterface.getOverlapStrategy()
Retrieve the used strategy for determing overlap information. |
IOverlapStrategy |
TimeBarViewerDelegate.getOverlapStrategy()
Retrieve the used strategy for determing overlap information. |
| Methods in de.jaret.util.ui.timebars with parameters of type IOverlapStrategy | |
|---|---|
void |
TimeBarViewerInterface.setOverlapStrategy(IOverlapStrategy overlapStrategy)
Set the strategy to be used for calculating overlap information. |
void |
TimeBarViewerDelegate.setOverlapStrategy(IOverlapStrategy overlapStrategy)
Set the strategy to be used for calculating overlap information. |
| Uses of IOverlapStrategy in de.jaret.util.ui.timebars.strategy |
|---|
| Classes in de.jaret.util.ui.timebars.strategy that implement IOverlapStrategy | |
|---|---|
class |
DefaultOverlapStrategy
Default implementation of an overlap strategy that does a complete check on overlaps between intervals including transitive overlaps. |
| Uses of IOverlapStrategy in de.jaret.util.ui.timebars.swing |
|---|
| Methods in de.jaret.util.ui.timebars.swing that return IOverlapStrategy | |
|---|---|
IOverlapStrategy |
TimeBarViewer.getOverlapStrategy()
Retrieve the used strategy for determing overlap information. |
| Methods in de.jaret.util.ui.timebars.swing with parameters of type IOverlapStrategy | |
|---|---|
void |
TimeBarViewer.setOverlapStrategy(IOverlapStrategy overlapStrategy)
Set the strategy to be used for calculating overlap information. |
| Uses of IOverlapStrategy in de.jaret.util.ui.timebars.swt |
|---|
| Methods in de.jaret.util.ui.timebars.swt that return IOverlapStrategy | |
|---|---|
IOverlapStrategy |
TimeBarViewer.getOverlapStrategy()
Retrieve the used strategy for determing overlap information. |
| Methods in de.jaret.util.ui.timebars.swt with parameters of type IOverlapStrategy | |
|---|---|
void |
TimeBarViewer.setOverlapStrategy(IOverlapStrategy overlapStrategy)
Set the strategy to be used for calculating overlap information. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||