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

Packages that use IIntervalRelation
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.model This package contains the model classes for the TimeBarViewer (in both versions: swing and swt). 
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. 
de.jaret.util.ui.timebars.swt.renderer This package contains renderer interfaces and default implementations the SWT version of the TimeBarViewer. 
 

Uses of IIntervalRelation in de.jaret.util.ui.timebars
 

Methods in de.jaret.util.ui.timebars that return types with arguments of type IIntervalRelation
 java.util.List<IIntervalRelation> TimeBarViewerInterface.getRelationsForCoord(int x, int y)
          Retrieve the list of relations hit for a coordinate.
 

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

Classes in de.jaret.util.ui.timebars.model that implement IIntervalRelation
 class IntervalRelation
          Implementation of the IIntervalRelation.
 

Fields in de.jaret.util.ui.timebars.model with type parameters of type IIntervalRelation
protected  java.util.List<IIntervalRelation> RelationalInterval._relations
          list of relations.
protected  java.util.List<IIntervalRelation> TimeBarSelectionModelImpl._selectedRelations
          list of selecetd relations.
 

Methods in de.jaret.util.ui.timebars.model that return types with arguments of type IIntervalRelation
 java.util.List<IIntervalRelation> RelationalInterval.getRelations()
          Retrieve all relations of the interval.
 java.util.List<IIntervalRelation> IRelationalInterval.getRelations()
          Retrieve all relations of the interval.
 java.util.List<IIntervalRelation> TimeBarSelectionModelImpl.getSelectedRelations()
          Retrieves the list of currently selected relations.
 java.util.List<IIntervalRelation> TimeBarSelectionModel.getSelectedRelations()
          Retrieves the list of currently selected relations.
 

Methods in de.jaret.util.ui.timebars.model with parameters of type IIntervalRelation
 void RelationalInterval.addRelation(IIntervalRelation relation)
          Add an interval relation.
 void IRelationalInterval.addRelation(IIntervalRelation relation)
          Add an interval relation.
 void TimeBarSelectionModelImpl.addSelectedRelation(IIntervalRelation relation)
          Add an relation to the selection.
 void TimeBarSelectionModel.addSelectedRelation(IIntervalRelation relation)
          Add an relation to the selection.
 boolean TimeBarSelectionModelImpl.isSelected(IIntervalRelation relation)
          Check whether an inetrval is in the selection.
 boolean TimeBarSelectionModel.isSelected(IIntervalRelation relation)
          Check whether an inetrval is in the selection.
 void RelationalInterval.removeRelation(IIntervalRelation relation)
          Remove a relation.
 void IRelationalInterval.removeRelation(IIntervalRelation relation)
          Remove a relation.
 void TimeBarSelectionModelImpl.remSelectedRelation(IIntervalRelation relation)
          Remove an relation from the selection.
 void TimeBarSelectionModel.remSelectedRelation(IIntervalRelation relation)
          Remove an relation from the selection.
 void TimeBarSelectionModelImpl.setSelectedRelation(IIntervalRelation relation)
          Set the relation as the oly selected relation.
 void TimeBarSelectionModel.setSelectedRelation(IIntervalRelation relation)
          Set the relation as the oly selected relation.
 

Method parameters in de.jaret.util.ui.timebars.model with type arguments of type IIntervalRelation
 void TimeBarSelectionModelImpl.remSelectedRelations(java.util.List<IIntervalRelation> relations)
          Remove a list of relations from the seletion.
 void TimeBarSelectionModel.remSelectedRelations(java.util.List<IIntervalRelation> relations)
          Remove a list of relations from the seletion.
 

Uses of IIntervalRelation in de.jaret.util.ui.timebars.swing
 

Methods in de.jaret.util.ui.timebars.swing that return types with arguments of type IIntervalRelation
 java.util.List<IIntervalRelation> TimeBarViewer.getRelationsForCoord(int x, int y)
          Retrieve the list of relations hit for a coordinate.
 

Uses of IIntervalRelation in de.jaret.util.ui.timebars.swing.renderer
 

Fields in de.jaret.util.ui.timebars.swing.renderer declared as IIntervalRelation
 IIntervalRelation DefaultRelationRenderer.Line.relation
          relation the line belongs to.
 

Methods in de.jaret.util.ui.timebars.swing.renderer that return types with arguments of type IIntervalRelation
 java.util.List<IIntervalRelation> IRelationRenderer.getRelationsForCoord(int x, int y)
          Retrieve the list of relations that are hit a the given coordinate.
 java.util.List<IIntervalRelation> DefaultRelationRenderer.getRelationsForCoord(int x, int y)
          Retrieve the list of relations that are hit a the given coordinate.
 

Constructors in de.jaret.util.ui.timebars.swing.renderer with parameters of type IIntervalRelation
DefaultRelationRenderer.Line(IIntervalRelation relation, int x1, int y1, int x2, int y2)
          Construct a line.
 

Uses of IIntervalRelation in de.jaret.util.ui.timebars.swt
 

Methods in de.jaret.util.ui.timebars.swt that return types with arguments of type IIntervalRelation
 java.util.List<IIntervalRelation> TimeBarViewer.getRelationsForCoord(int x, int y)
          Retrieve the list of relations hit for a coordinate.
 

Uses of IIntervalRelation in de.jaret.util.ui.timebars.swt.renderer
 

Fields in de.jaret.util.ui.timebars.swt.renderer declared as IIntervalRelation
 IIntervalRelation RelationRenderer.Line.relation
          relation the line belongs to.
 

Methods in de.jaret.util.ui.timebars.swt.renderer that return types with arguments of type IIntervalRelation
 java.util.List<IIntervalRelation> RelationRenderer.getRelationsForCoord(int x, int y)
          Retrieve the list of relations that are hit a the given coordinate.
 java.util.List<IIntervalRelation> IRelationRenderer.getRelationsForCoord(int x, int y)
          Retrieve the list of relations that are hit a the given coordinate.
 

Constructors in de.jaret.util.ui.timebars.swt.renderer with parameters of type IIntervalRelation
RelationRenderer.Line(IIntervalRelation relation, int x1, int y1, int x2, int y2)
          Construct a line.
 



Copyright © 2012. All Rights Reserved.