Uses of Class
org.universAAL.middleware.ui.UIHandlerProfile

Packages that use UIHandlerProfile
org.universAAL.middleware.bus.junit   
org.universAAL.middleware.ui   
org.universAAL.middleware.ui.impl   
org.universAAL.ri.gateway.eimanager.impl.exporting   
org.universAAL.ri.gateway.eimanager.impl.importing   
org.universAAL.ui.handler.gui.swing universAAL connector (UIHandler) and the Handler's core features. 
org.universAAL.ui.ui.handler.web.html   
 

Uses of UIHandlerProfile in org.universAAL.middleware.bus.junit
 

Methods in org.universAAL.middleware.bus.junit with parameters of type UIHandlerProfile
protected  void ManifestTestCase.add(String title, String description, UIHandlerProfile profile)
           
 

Uses of UIHandlerProfile in org.universAAL.middleware.ui
 

Methods in org.universAAL.middleware.ui that return UIHandlerProfile
 UIHandlerProfile[] IUIBus.getMatchingProfiles(String modalityRegex)
          Retrieves all registered UIHandlerProfiles that has restriction for modality matched by modalityRegex
 

Methods in org.universAAL.middleware.ui that return types with arguments of type UIHandlerProfile
 List<UIHandlerProfile> UIHandler.getRealizedHandlerProfiles()
           
 

Methods in org.universAAL.middleware.ui with parameters of type UIHandlerProfile
 void IUIBus.addNewProfile(String handlerID, UIHandlerProfile uiHandlerProfile)
          Extends the profile of a registered subscriber (UIHandler) with regard to UIRequests that it can handle.
 void UIHandler.addNewRegParams(UIHandlerProfile newSubscription)
          Adds the new UIHandler registration parameters.
 void IUIBus.removeMatchingProfile(String handlerID, UIHandlerProfile oldUIHandlerProfile)
          Removes matching patterns of UIRequests from the profile of the UIHandler.
protected  void UIHandler.removeMatchingRegParams(UIHandlerProfile oldSubscription)
          Removes the matching registration parameters.
 

Constructors in org.universAAL.middleware.ui with parameters of type UIHandlerProfile
UIHandler(ModuleContext context, UIHandlerProfile initialSubscription)
          Instantiates a new UIHandler.
UIHandler(ModuleContext context, UIHandlerProfile[] initialSubscriptions)
          Instantiates a new UIHandler.
 

Uses of UIHandlerProfile in org.universAAL.middleware.ui.impl
 

Methods in org.universAAL.middleware.ui.impl that return UIHandlerProfile
 UIHandlerProfile[] UIBusImpl.getMatchingProfiles(String modalityRegex)
          Returns list of UIHandlerProfiles that match the given expression
 

Methods in org.universAAL.middleware.ui.impl with parameters of type UIHandlerProfile
 void UIBusImpl.addNewProfile(String handlerID, UIHandlerProfile newProfile)
           
 void UIBusImpl.removeMatchingProfile(String handlerID, UIHandlerProfile oldProfile)
           
 

Uses of UIHandlerProfile in org.universAAL.ri.gateway.eimanager.impl.exporting
 

Methods in org.universAAL.ri.gateway.eimanager.impl.exporting that return UIHandlerProfile
 UIHandlerProfile[] ProxyUICaller.getHandlerProfiles()
           
 

Methods in org.universAAL.ri.gateway.eimanager.impl.exporting with parameters of type UIHandlerProfile
 void ProxyUICaller.setHandlerProfiles(UIHandlerProfile[] handlerProfiles)
           
 

Constructors in org.universAAL.ri.gateway.eimanager.impl.exporting with parameters of type UIHandlerProfile
ProxyUICaller(ExportedProxyManager manager, String targetId, ModuleContext mc, String modalityRegex, UIHandlerProfile[] handlerProfiles)
           
 

Uses of UIHandlerProfile in org.universAAL.ri.gateway.eimanager.impl.importing
 

Methods in org.universAAL.ri.gateway.eimanager.impl.importing that return UIHandlerProfile
 UIHandlerProfile[] InternalImportOperation.getUiHandlerProfiles()
           
 

Methods in org.universAAL.ri.gateway.eimanager.impl.importing with parameters of type UIHandlerProfile
 void InternalImportOperation.setUiHandlerProfiles(UIHandlerProfile[] uiHandlerProfile)
           
 

Constructors in org.universAAL.ri.gateway.eimanager.impl.importing with parameters of type UIHandlerProfile
ProxyUIHandler(UIHandlerProfile[] handlerProfiles, ImportedProxyManager manager, String targetId, ModuleContext mc)
           
 

Uses of UIHandlerProfile in org.universAAL.ui.handler.gui.swing
 

Constructors in org.universAAL.ui.handler.gui.swing with parameters of type UIHandlerProfile
Handler(ModuleContext context, UIHandlerProfile initialSubscription)
          internal constructor.
 

Uses of UIHandlerProfile in org.universAAL.ui.ui.handler.web.html
 

Constructors in org.universAAL.ui.ui.handler.web.html with parameters of type UIHandlerProfile
Handler(ModuleContext context, UIHandlerProfile initialSubscription)
          internal constructor.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.