Uses of Package
de.jaret.util.ui.timebars.strategy

Packages that use de.jaret.util.ui.timebars.strategy
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.swing.renderer This package contains interface and default implementations of different renderers for the swing version of the TimeBarViewer. 
de.jaret.util.ui.timebars.swt This package contains the SWT version of the TimeBarViewer. 
 

Classes in de.jaret.util.ui.timebars.strategy used by de.jaret.util.ui.timebars
IIntervalSelectionStrategy
          Interface describing strategies when there is a doubt which interval should be considered in various selction actions.
IOverlapStrategy
          Interface describing the strategy to calculate overlap information for a time bar viewer.
 

Classes in de.jaret.util.ui.timebars.strategy used by de.jaret.util.ui.timebars.strategy
IIntervalSelectionStrategy
          Interface describing strategies when there is a doubt which interval should be considered in various selction actions.
IOverlapStrategy
          Interface describing the strategy to calculate overlap information for a time bar viewer.
OverlapInfo
          Simple struct class to store overlap information.
 

Classes in de.jaret.util.ui.timebars.strategy used by de.jaret.util.ui.timebars.swing
IOverlapStrategy
          Interface describing the strategy to calculate overlap information for a time bar viewer.
 

Classes in de.jaret.util.ui.timebars.strategy used by de.jaret.util.ui.timebars.swing.renderer
ITickProvider
          Interface describing a provider for ticks/times for marking.
 

Classes in de.jaret.util.ui.timebars.strategy used by de.jaret.util.ui.timebars.swt
OverlapInfo
          Simple struct class to store overlap information.
 



Copyright © 2012. All Rights Reserved.