Uses of Interface
de.jaret.util.ui.timebars.model.IRelationalInterval

Packages that use IRelationalInterval
de.jaret.util.ui.timebars.model This package contains the model classes for the TimeBarViewer (in both versions: swing and swt). 
 

Uses of IRelationalInterval in de.jaret.util.ui.timebars.model
 

Classes in de.jaret.util.ui.timebars.model that implement IRelationalInterval
 class RelationalInterval
          Simple implementation of the relational interval based on the standard interval.
 

Fields in de.jaret.util.ui.timebars.model declared as IRelationalInterval
protected  IRelationalInterval IntervalRelation._endInterval
          end interval.
protected  IRelationalInterval IntervalRelation._startInterval
          start interval.
 

Methods in de.jaret.util.ui.timebars.model that return IRelationalInterval
 IRelationalInterval IntervalRelation.getEndInterval()
          Retrieve the end interval.
 IRelationalInterval IIntervalRelation.getEndInterval()
          Retrieve the end interval.
 IRelationalInterval IntervalRelation.getStartInterval()
          Retrieve the start interval.
 IRelationalInterval IIntervalRelation.getStartInterval()
          Retrieve the start interval.
 

Methods in de.jaret.util.ui.timebars.model with parameters of type IRelationalInterval
 void IntervalRelation.setEndInterval(IRelationalInterval interval)
          Set the end interval.
 void IIntervalRelation.setEndInterval(IRelationalInterval interval)
          Set the end interval.
 void IntervalRelation.setStartInterval(IRelationalInterval interval)
          Set the start interval.
 void IIntervalRelation.setStartInterval(IRelationalInterval interval)
          Set the start interval.
 

Constructors in de.jaret.util.ui.timebars.model with parameters of type IRelationalInterval
IntervalRelation(IRelationalInterval startInterval, IRelationalInterval endInterval)
          Construct a releation between two intervals (forward, end-begin).
 



Copyright © 2012. All Rights Reserved.