Package | Description |
---|---|
org.universAAL.middleware.bus.junit | |
org.universAAL.middleware.ui | |
org.universAAL.middleware.ui.impl | |
org.universAAL.ui.handler.gui.swing |
universAAL connector (
UIHandler ) and the Handler's core features. |
org.universAAL.ui.handler.web.html |
Modifier and Type | Field and Description |
---|---|
LinkedList<ManifestTestCase.Element<UIHandlerProfile>> |
ManifestTestCase.uiHandler |
Modifier and Type | Method and Description |
---|---|
protected void |
ManifestTestCase.add(String title,
String description,
UIHandlerProfile profile) |
Modifier and Type | Method and Description |
---|---|
UIHandlerProfile[] |
IUIBus.getMatchingProfiles(String modalityRegex)
Retrieves all registered UIHandlerProfiles that has restriction for
modality matched by modalityRegex
|
Modifier and Type | Method and Description |
---|---|
List<UIHandlerProfile> |
UIHandler.getRealizedHandlerProfiles() |
Modifier and Type | Method and Description |
---|---|
void |
IUIBus.addNewProfile(String handlerID,
UIHandlerProfile uiHandlerProfile)
|
void |
UIHandler.addNewRegParams(UIHandlerProfile newSubscription)
Adds the new
UIHandler registration parameters. |
void |
IUIBus.removeMatchingProfile(String handlerID,
UIHandlerProfile oldUIHandlerProfile)
|
protected void |
UIHandler.removeMatchingRegParams(UIHandlerProfile oldSubscription)
Removes the matching registration parameters.
|
Constructor and Description |
---|
UIHandler(ModuleContext context,
UIHandlerProfile initialSubscription)
Instantiates a new
UIHandler . |
UIHandler(ModuleContext context,
UIHandlerProfile[] initialSubscriptions)
Instantiates a new
UIHandler . |
Modifier and Type | Method and Description |
---|---|
UIHandlerProfile[] |
UIBusImpl.getMatchingProfiles(String modalityRegex)
Returns list of
UIHandlerProfile s that match the given expression |
Modifier and Type | Method and Description |
---|---|
void |
UIBusImpl.addNewProfile(String handlerID,
UIHandlerProfile newProfile) |
void |
UIBusImpl.removeMatchingProfile(String handlerID,
UIHandlerProfile oldProfile) |
Constructor and Description |
---|
Handler(ModuleContext context,
UIHandlerProfile initialSubscription)
internal constructor.
|
Constructor and Description |
---|
Handler(ModuleContext context,
UIHandlerProfile initialSubscription)
internal constructor.
|
Copyright © 2018 universAAL Consortium. All rights reserved.