Package | Description |
---|---|
org.universAAL.middleware.bus.junit | |
org.universAAL.middleware.ui | |
org.universAAL.middleware.ui.impl | |
org.universAAL.support.utils |
Contains the most basic helper utility for using the universAAL simplified API.
|
org.universAAL.support.utils.ui.low |
Contains low level helper classes to deal with UI concepts of universAAL.
|
org.universAAL.ui.dm | |
org.universAAL.ui.dm.adapters | |
org.universAAL.ui.dm.dialogManagement | |
org.universAAL.ui.dm.interfaces | |
org.universAAL.ui.dm.userInteraction.systemMenu | |
org.universAAL.ui.gui.swing.bluesteelLAF |
Bluesteel Look and feel package, features a metal look with blue buttons.
|
org.universAAL.ui.handler.gui.swing |
universAAL connector (
UIHandler ) and the Handler's core features. |
org.universAAL.ui.handler.gui.swing.formManagement |
Form Managing is the "art" of deciding which form to show at each moment.
There are two implementations Queued (not needed as the Dialog manager copes with this issue) and Simple (by default). |
org.universAAL.ui.handler.gui.swing.model |
The Model contains all the Classes that translate from the IO RDF into Swing components.
|
org.universAAL.ui.handler.sms | |
org.universAAL.ui.handler.web.html | |
org.universAAL.ui.handler.web.html.fm | |
org.universAAL.utilities.api |
Contains the most basic helper utility for using the universAAL simplified API.
|
Modifier and Type | Field and Description |
---|---|
LinkedList<ManifestTestCase.Element<UIRequest>> |
ManifestTestCase.uiRequests |
Modifier and Type | Method and Description |
---|---|
protected void |
ManifestTestCase.add(String title,
String description,
UIRequest request) |
Modifier and Type | Method and Description |
---|---|
UIRequest |
IDialogManager.getSuspendedDialog(String dialogID)
When the application has informed the bus that a suspended parent dialog
is now ready to be resumed, then the bus uses this method in order to
fetch the suspended parent dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
IUIBus.adaptationParametersChanged(IDialogManager dm,
UIRequest uicall,
String changedProp)
Only the Dialog Manager (DM) can call this method.
|
void |
UICaller.adaptationParametersChanged(UIRequest call,
String changedProp)
Adaptation parameters changed.
|
void |
IUIBus.brokerUIRequest(String callerID,
UIRequest uicall)
Can be used by applications to send a
UIRequest . |
boolean |
IDialogManager.checkNewDialog(UIRequest request)
Check new dialog.
|
int |
UIHandlerProfile.getMatchingDegree(UIRequest uiRequest)
Determines whether the given
UIRequest matches this profile and
returns the weighted matching degree. |
abstract void |
UIHandler.handleUICall(UIRequest uiRequest)
Handle ui call (
UIRequest ). |
void |
UICaller.sendUIRequest(UIRequest uiRequest)
Sends
UIRequest . |
Modifier and Type | Method and Description |
---|---|
UIRequest |
UIStrategyCaller.UIRequestCall.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
UIBusImpl.adaptationParametersChanged(IDialogManager dm,
UIRequest uiRequest,
String changedProp) |
void |
UIBusImpl.brokerUIRequest(String callerID,
UIRequest req)
Asks the bus to find an appropriate UI handler and forward the request to
it for handling
|
Constructor and Description |
---|
UIRequestCall(UIRequest req,
String CallerID) |
Modifier and Type | Method and Description |
---|---|
void |
UAAL.requestUI(UIRequest ui,
IUIListener l)
Requests User Interaction and specifies how the response would be
handled.
|
Modifier and Type | Class and Description |
---|---|
class |
Dialog
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
class |
Message
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
class |
SubDialog
A helper class that lets you build UIRequests easily so you can send them
with your UICaller class.
|
Modifier and Type | Method and Description |
---|---|
UIRequest |
DialogManagerImpl.getSuspendedDialog(String dialogID)
Get a suspended dialog.
|
UIRequest |
UserDialogManager.getSuspendedDialog(String dialogID)
Get a suspended dialog.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DialogManagerImpl.checkNewDialog(UIRequest request)
This method is called by the UI bus and determines whether a dialog can
be shown directly (e.g.
|
boolean |
UserDialogManager.checkNewDialog(UIRequest request)
This method is called by the UI bus and determines whether a dialog can
be shown directly (e.g.
|
void |
UserDialogManager.pushUIRequest(UIRequest req)
Order a
UIRequest to be sent. |
void |
UserDialogManager.resumeUIRequest(UIRequest req)
Resume an existing dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
AdapterUserLocation.adapt(UIRequest uiRequest) |
void |
AdapterDialogPrivacyLevel.adapt(UIRequest request) |
void |
AdapterUIPreferences.adapt(UIRequest uiRequest) |
void |
AdapterMessageInternationalization.adapt(UIRequest request) |
void |
AdapterUserImpairments.adapt(UIRequest request) |
Modifier and Type | Method and Description |
---|---|
UIRequest |
DialogPriorityQueueVerbosity.get(String UIReqID)
get the
UIRequest corresponding to the UIReqID. |
UIRequest |
DialogPriorityQueue.get(String UIReqID)
get the
UIRequest corresponding to the UIReqID. |
UIRequest |
DialogPriorityQueueVerbosity.getCurrent()
Get the currently selected
UIRequest . |
UIRequest |
DialogPriorityQueue.getCurrent()
Get the currently selected
UIRequest . |
UIRequest |
DialogPriorityQueueVerbosity.getNextUIRequest()
If
IUIRequestPool.hasToChange() then get the next
UIRequest , updating the current. |
UIRequest |
DialogPriorityQueue.getNextUIRequest()
If
IUIRequestPool.hasToChange() then get the next
UIRequest , updating the current. |
Modifier and Type | Method and Description |
---|---|
Collection<UIRequest> |
DialogPriorityQueueVerbosity.listAllActive()
Get the Active
UIRequest set. |
Collection<UIRequest> |
DialogPriorityQueue.listAllActive()
Get the Active
UIRequest set. |
Collection<UIRequest> |
DialogPriorityQueueVerbosity.listAllSuspended()
Get the Suspended
UIRequest set. |
Collection<UIRequest> |
DialogPriorityQueue.listAllSuspended()
Get the Suspended
UIRequest set. |
Modifier and Type | Method and Description |
---|---|
void |
DialogPriorityQueueVerbosity.add(UIRequest UIReq)
Add a new
UIRequest . |
void |
NonRedundantDialogPriorityQueue.add(UIRequest UIReq)
Add a new
UIRequest . |
void |
DialogPriorityQueue.add(UIRequest UIReq)
Add a new
UIRequest . |
int |
UIRequestPriorityComparator.compare(UIRequest o1,
UIRequest o2) |
Modifier and Type | Method and Description |
---|---|
UIRequest |
IUIRequestPool.get(String UIReqID)
get the
UIRequest corresponding to the UIReqID. |
UIRequest |
IUIRequestPool.getCurrent()
Get the currently selected
UIRequest . |
UIRequest |
IUIRequestPool.getNextUIRequest()
If
IUIRequestPool.hasToChange() then get the next
UIRequest , updating the current. |
Modifier and Type | Method and Description |
---|---|
Collection<UIRequest> |
IUIRequestPool.listAllActive()
Get the Active
UIRequest set. |
Collection<UIRequest> |
IUIRequestPool.listAllSuspended()
Get the Suspended
UIRequest set. |
Modifier and Type | Method and Description |
---|---|
void |
IAdapter.adapt(UIRequest request)
Perform an UI adaptation over
UIRequest . |
void |
IUIRequestPool.add(UIRequest UIReq)
Add a new
UIRequest . |
Group |
ISystemMenuProvider.getSystemMenu(UIRequest request)
generate the system Group for a given
UIRequest . |
Modifier and Type | Method and Description |
---|---|
Group |
ClassicSystemMenuProvider.getSystemMenu(UIRequest request) |
Group |
SmartPendingSystemMenuProvider.getSystemMenu(UIRequest request) |
Group |
TaskBarSystemMenuProvider.getSystemMenu(UIRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
Init.processPrefs(UIRequest currentDialog) |
Modifier and Type | Method and Description |
---|---|
void |
Handler.handleUICall(UIRequest req)
Handle
UIRequest . |
Modifier and Type | Method and Description |
---|---|
UIRequest |
OverlayFormManager.getCurrentDialog()
get the Dialog Being currently displayed.
|
UIRequest |
QueuedFormManager.getCurrentDialog()
get the Dialog Being currently displayed.
|
UIRequest |
FormManager.getCurrentDialog()
get the Dialog Being currently displayed.
|
UIRequest |
SimpleFormManager.getCurrentDialog()
get the Dialog Being currently displayed.
|
UIRequest |
HierarchicalFormManager.getCurrentDialog()
get the Dialog Being currently displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
OverlayFormManager.addDialog(UIRequest oe)
Callback for incoming dialogs.
|
void |
QueuedFormManager.addDialog(UIRequest oe)
Callback for incoming dialogs.
|
void |
FormManager.addDialog(UIRequest oe)
Callback for incoming dialogs.
|
void |
SimpleFormManager.addDialog(UIRequest oe)
Callback for incoming dialogs.
|
void |
HierarchicalFormManager.addDialog(UIRequest oe)
Callback for incoming dialogs.
|
protected void |
HierarchicalFormManager.renderFrame(UIRequest req)
Render the frame.
|
Constructor and Description |
---|
FrameManager(UIRequest req,
ModelMapper mp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected UIRequest |
FormModel.getRequest()
Get the original Request.
|
Modifier and Type | Method and Description |
---|---|
void |
FormModel.setRequest(UIRequest request)
Set the Original Request.
|
Modifier and Type | Method and Description |
---|---|
void |
SmsUIHandler.handleUICall(UIRequest uiRequest) |
Modifier and Type | Method and Description |
---|---|
void |
Handler.handleUICall(UIRequest req)
Handle
UIRequest . |
Modifier and Type | Method and Description |
---|---|
UIRequest |
FormManager.getCurrentDialog()
get the Dialog Being currently displayed.
|
UIRequest |
SimpleFormManager.getCurrentDialog()
get the Dialog Being currently displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
FormManager.addDialog(UIRequest oe)
Callback for incoming dialogs.
|
void |
SimpleFormManager.addDialog(UIRequest oe)
Callback for incoming dialogs.
|
Modifier and Type | Method and Description |
---|---|
void |
UAAL.requestUI(UIRequest ui,
IUIListener l)
Requests User Interaction and specifies how the response would be
handled.
|
Copyright © 2018 universAAL Consortium. All rights reserved.