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

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

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

Subclasses of GUIServiceAccessPointComponent in rs.sol.soloist.server.guiconfiguration.nonvisualcompoments
 class GUIClassInstancesSAPComponent
          An abstract base class for service access point components that fetch instances typed with the same class.
 class GUIFindAllInstancesSAPComponent
          An invisible widget that fetches all objects (of a class set by GUIClassInstancesSAPComponent.setClassFQName(String) method).
 class GUIFindSingleInstanceSAPComponent
          An invisible widget that fetches an object (of a class set by GUIClassInstancesSAPComponent.setClassFQName(String) method) which has a value on its slot (defined by GUIFindSingleInstanceSAPComponent.setPropertyName(String) method) equal to the value specified in this widget (by GUIFindSingleInstanceSAPComponent.setEqualToValue(IClassifierInstance)).