Uses of Interface
org.malai.mapping.IUnary

Packages that use IUnary
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.glib.views.latex   
net.sf.latexdraw.mapping   
net.sf.latexdraw.ui   
org.malai.mapping   
 

Uses of IUnary in net.sf.latexdraw.glib.models.impl
 

Fields in net.sf.latexdraw.glib.models.impl declared as IUnary
protected  IUnary<IShape> LDrawing.tempShape
          A temporary shape in the drawing.
 

Methods in net.sf.latexdraw.glib.models.impl that return IUnary
 IUnary<IShape> LDrawing.getUnaryTempShape()
           
 

Uses of IUnary in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IUnary
 IUnary<IShape> IDrawing.getUnaryTempShape()
           
 

Uses of IUnary in net.sf.latexdraw.glib.ui
 

Fields in net.sf.latexdraw.glib.ui declared as IUnary
protected  IUnary<IViewShape> LCanvas.tempView
          The temporary view that the canvas may contain.
protected  IUnary<java.lang.Double> LCanvas.zoom
          The zoom applied on the canvas.
 

Methods in net.sf.latexdraw.glib.ui that return IUnary
 IUnary<IViewShape> LCanvas.getUnaryTempView()
           
 IUnary<java.lang.Double> LCanvas.getZoomUnary()
           
 

Uses of IUnary in net.sf.latexdraw.glib.views.latex
 

Fields in net.sf.latexdraw.glib.views.latex declared as IUnary
protected static IUnary<java.lang.String> LaTeXGenerator.PACKAGES
          The latex packages used when exporting using latex.
 

Methods in net.sf.latexdraw.glib.views.latex that return IUnary
static IUnary<java.lang.String> LaTeXGenerator.getPackagesUnary()
           
 

Uses of IUnary in net.sf.latexdraw.mapping
 

Methods in net.sf.latexdraw.mapping with parameters of type IUnary
 void Package2TextViewMapping.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
           
 void SelectionMapping.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
           
 void ShapeList2ExporterMapping.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
           
 void TempShape2TempViewMapping.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
           
 void Unit2ScaleRuler.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
           
 void ViewList2TooltipableList.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
           
 void Zoom2ScaleRuler.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
           
 

Constructors in net.sf.latexdraw.mapping with parameters of type IUnary
Package2TextViewMapping(IUnary<java.lang.String> packages, IViewText textView)
          Creates the mapping.
TempShape2TempViewMapping(IUnary<IShape> source, IUnary<IViewShape> target)
          Unary2UnaryMapping.Unary2UnaryMapping(IUnary, IUnary)
TempShape2TempViewMapping(IUnary<IShape> source, IUnary<IViewShape> target)
          Unary2UnaryMapping.Unary2UnaryMapping(IUnary, IUnary)
Unit2ScaleRuler(IUnary<ScaleRuler.Unit> source, ScaleRuler target)
          Creates the mapping.
Zoom2ScaleRuler(IUnary<java.lang.Double> source, ScaleRuler target)
          Creates the mapping.
 

Uses of IUnary in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as IUnary
protected static IUnary<ScaleRuler.Unit> ScaleRuler.UNIT
          The current unit of the rulers.
 

Methods in net.sf.latexdraw.ui that return IUnary
static IUnary<ScaleRuler.Unit> ScaleRuler.getUnitSingleton()
           
 

Uses of IUnary in org.malai.mapping
 

Classes in org.malai.mapping that implement IUnary
 class ActiveUnary<T>
          An active unary relation is an object that may contain a value (cardinalities 0..1).
 

Fields in org.malai.mapping declared as IUnary
protected  IUnary<S> Unary2UnaryMapping.sourceObject
          The source unary relation of the mapping.
protected  IUnary<T> Unary2UnaryMapping.targetObject
          The target unary relation of the mapping.
 

Methods in org.malai.mapping with parameters of type IUnary
 void IMapping.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
          Executes the mapping when an object has been replaced by an other one.
 void Object2ObjectMapping.onObjectReplaced(IUnary<?> object, java.lang.Object replacedObject)
           
 void SymmetricList2ListMapping.onObjectReplaced(IUnary<?> object, java.lang.Object replcaedObject)
           
<T> void
IMappingRegistry.onObjectReplaced(IUnary<T> object, T replacedObject)
          Executes the mapping when an object has been replaced by an other one.
<T> void
MappingRegistry.onObjectReplaced(IUnary<T> object, T replacedObject)
           
 

Constructors in org.malai.mapping with parameters of type IUnary
Unary2UnaryMapping(IUnary<S> source, IUnary<T> target)
          Creates a unary relation to unary relation mapping.
Unary2UnaryMapping(IUnary<S> source, IUnary<T> target)
          Creates a unary relation to unary relation mapping.