Uses of Class
rs.sol.soloist.server.guiconfiguration.elementcomponents.GUIInputKind

Packages that use GUIInputKind
rs.sol.soloist.server.guiconfiguration.elementcomponents Provides GUI classes for widgets that display and edit objects from the domain object space. 
 

Uses of GUIInputKind in rs.sol.soloist.server.guiconfiguration.elementcomponents
 

Methods in rs.sol.soloist.server.guiconfiguration.elementcomponents that return GUIInputKind
static GUIInputKind GUIInputKind.create(rs.sol.soloist.server.uml.concepts.IElement initialValue)
          Deprecated.  
static GUIInputKind GUIInputKind.create(int lowerBound, rs.sol.soloist.server.uml.concepts.IElement initialValue)
          Deprecated.  
static GUIInputKind GUIInputKind.create(int lowerBound, int upperBound)
          Deprecated.  
static GUIInputKind GUIInputKind.create(int lowerBound, int upperBound, java.util.List<rs.sol.soloist.server.uml.concepts.IElement> initialValues)
          Deprecated.  
static GUIInputKind GUIInputKind.get(GUIElementComponent ec)
          Deprecated.