Uses of Class
org.malai.mapping.List2ObjectMapping

Packages that use List2ObjectMapping
net.sf.latexdraw.mapping   
org.malai.mapping   
 

Uses of List2ObjectMapping in net.sf.latexdraw.mapping
 

Subclasses of List2ObjectMapping in net.sf.latexdraw.mapping
 class ShapeList2ViewListMapping
          Defines a mapping that link a list of IShape to a list of IShapeView.
 class ViewList2TooltipableList
          Defines a mapping that link the views of a canvas to a set of tooltipable views.
 

Uses of List2ObjectMapping in org.malai.mapping
 

Subclasses of List2ObjectMapping in org.malai.mapping
 class List2ListMapping<E,F>
          Defines a mapping established between two lists.
 class SymmetricList2ListMapping<E,F>
          This interface defines the concept of mapping that link source objects with target objects.