| Package | Description |
|---|---|
| org.universAAL.ui.dm | |
| org.universAAL.ui.dm.dialogManagement | |
| org.universAAL.ui.dm.interfaces | |
| org.universAAL.ui.dm.userInteraction |
| Modifier and Type | Method and Description |
|---|---|
IUIRequestPool |
UserDialogManager.getDialogPool() |
IUIRequestPool |
UserDialogManager.getMessagePool() |
| Modifier and Type | Class and Description |
|---|---|
class |
DialogPriorityQueue
This
IUIRequestPool will manage active dialogs in a
PriorityQueue while keeping suspended dialogs in a Map. |
class |
DialogPriorityQueueVerbosity
This
IUIRequestPool will manage active dialogs in a
PriorityQueue while keeping suspended dialogs in a Map. |
class |
NonRedundantDialogPriorityQueue
This class will work as
DialogPriorityQueue, except it will monitor
Forms of the UIRequests to check there is no redundancy, ie:
no two request with the same form. |
| Modifier and Type | Method and Description |
|---|---|
static void |
DialogPoolCopier.copy(IUIRequestPool org,
IUIRequestPool dest)
Copy all
UIRequests from org to dest, with their status. |
void |
DialogPoolFileStorage.read(IUIRequestPool target)
Add all
UIRequests to a IUIRequestPool. |
void |
DialogPoolFileStorage.save(IUIRequestPool pool)
Save the pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IUIRequestStore.read(IUIRequestPool target)
Add all
UIRequests to a IUIRequestPool. |
void |
IUIRequestStore.save(IUIRequestPool pool)
Save the pool.
|
| Modifier and Type | Field and Description |
|---|---|
protected IUIRequestPool |
PendingDialogBuilder.dialogPool
The DialogPool containing all dialogs for the user.
|
Copyright © 2018 universAAL Consortium. All rights reserved.