Uses of Class
rs.sol.soloist.server.guiconfiguration.nonvisualcompoments.ToSlotValueByPropertyTransformer

Packages that use ToSlotValueByPropertyTransformer
rs.sol.soloist.server.guiconfiguration.nonvisualcompoments Provides classes that capture widgets' layout specification. 
 

Uses of ToSlotValueByPropertyTransformer in rs.sol.soloist.server.guiconfiguration.nonvisualcompoments
 

Methods in rs.sol.soloist.server.guiconfiguration.nonvisualcompoments that return ToSlotValueByPropertyTransformer
static ToSlotValueByPropertyTransformer ToSlotValueByPropertyTransformer.create(IProperty property, IProperty targetProperty, IClassifierInstance target)
          Returns new ToSlotValueByPropertyTransformer for the given property that defines the slot over which the transformation will be performed, for the given target property over which the filtering of slot values will be performed, and for the given value by which the values will be filtered.