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

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

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

Methods in rs.sol.soloist.server.guiconfiguration.nonvisualcompoments that return GUITransformerComponent
static GUITransformerComponent GUITransformerComponent.createSlotValue(GUIContainerComponent parent, IProperty property)
          Returns new GUITransformerComponent that transforms an element into the element linked with it via the slot of the given property, and assigns new object to the given parent GUIContainerComponent.
static GUITransformerComponent GUITransformerComponent.createSlotValueDowncast(GUIContainerComponent parent, IProperty property, IClass klass)
          Returns new GUITransformerComponent that transforms an element into the element linked with it via the slot of the given property and typed with the given class, and assigns new object to the given parent GUIContainerComponent.
static GUITransformerComponent GUITransformerComponent.transform(GUIContainerComponent parent, Transformer transformer)
          Deprecated. Not for public use.
static GUITransformerComponent GUITransformerComponent.transformToSlotValue(GUIContainerComponent parent, IProperty property)
          Deprecated. Not for public use.