Uses of Class
rs.sol.soloist.server.guiconfiguration.components.GUIApplicationComponent

Packages that use GUIApplicationComponent
rs.sol.soloist.server.guiconfiguration.components Provides GUI classes for tangible widgets like, label, button, link, menu, menu item, dialog, image, panel, tab, etc. 
rs.sol.soloist.server.guiconfiguration.construction Provides root GUI class and the main class that deals with widget interaction. 
 

Uses of GUIApplicationComponent in rs.sol.soloist.server.guiconfiguration.components
 

Fields in rs.sol.soloist.server.guiconfiguration.components with type parameters of type GUIApplicationComponent
 IAssociationEndInstance<GUIApplicationComponent> GUIDialogComponent.application
          Deprecated. Not for public use.
 

Methods in rs.sol.soloist.server.guiconfiguration.components that return GUIApplicationComponent
static GUIApplicationComponent GUIApplicationComponent.findByName(java.lang.String name)
          Deprecated. Not for public use.
static GUIApplicationComponent GUIApplicationComponent.get(GUIComponent c)
          Deprecated. Not for public use.
 GUIApplicationComponent GUIMenuItemComponent.getApplication()
           
 GUIApplicationComponent GUIMenuComponent.getApplication()
           
 

Methods in rs.sol.soloist.server.guiconfiguration.components with parameters of type GUIApplicationComponent
static GUIDialogComponent GUIDialogComponent.create(GUIApplicationComponent app, java.lang.String caption)
          Returns new GUIDialogComponent with the given caption and assigns it to the given owner application.
static GUIDialogComponent GUIDialogComponent.create(GUIApplicationComponent app, java.lang.String caption, boolean modal)
          Returns new GUIDialogComponent with the given caption and modality and assigns it to the given owner application.
 

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

Methods in rs.sol.soloist.server.guiconfiguration.construction that return GUIApplicationComponent
 GUIApplicationComponent GUIComponent.getApplication()
          Returns the owner GUIApplicationComponent of this widget.