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

Packages that use GUITableWidget
rs.sol.soloist.server.guiconfiguration.construction Provides root GUI class and the main class that deals with widget interaction. 
rs.sol.soloist.server.guiconfiguration.elementcomponents Provides GUI classes for widgets that display and edit objects from the domain object space. 
 

Uses of GUITableWidget in rs.sol.soloist.server.guiconfiguration.construction
 

Fields in rs.sol.soloist.server.guiconfiguration.construction with type parameters of type GUITableWidget
 IAssociationEndInstance<GUITableWidget> GUIComponent.ownerTable
          Deprecated. Not for public use.
 

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

Methods in rs.sol.soloist.server.guiconfiguration.elementcomponents that return GUITableWidget
static GUITableWidget GUITableWidget.create(java.lang.String[] columnNames)
          Deprecated.  
static GUITableWidget GUITableWidget.create(java.lang.String[] columnNames, GUIComponent[] columnComponents)
          Deprecated.  
static GUITableWidget GUITableWidget.create(java.lang.String[] columnNames, GUIComponent[] columnComponents, GUICommandComponent transformer)
          Deprecated.  
static GUITableWidget GUITableWidget.get(GUIElementComponent ec)
          Deprecated.