Uses of Interface
org.universAAL.ui.dm.interfaces.IUIRequestPool

Packages that use IUIRequestPool
org.universAAL.ui.dm   
org.universAAL.ui.dm.dialogManagement   
org.universAAL.ui.dm.interfaces   
org.universAAL.ui.dm.userInteraction   
 

Uses of IUIRequestPool in org.universAAL.ui.dm
 

Methods in org.universAAL.ui.dm that return IUIRequestPool
 IUIRequestPool UserDialogManager.getDialogPool()
           
 IUIRequestPool UserDialogManager.getMessagePool()
           
 

Uses of IUIRequestPool in org.universAAL.ui.dm.dialogManagement
 

Classes in org.universAAL.ui.dm.dialogManagement that implement IUIRequestPool
 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.
 

Methods in org.universAAL.ui.dm.dialogManagement with parameters of type IUIRequestPool
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.
 

Uses of IUIRequestPool in org.universAAL.ui.dm.interfaces
 

Methods in org.universAAL.ui.dm.interfaces with parameters of type IUIRequestPool
 void IUIRequestStore.read(IUIRequestPool target)
          Add all UIRequests to a IUIRequestPool.
 void IUIRequestStore.save(IUIRequestPool pool)
          Save the pool.
 

Uses of IUIRequestPool in org.universAAL.ui.dm.userInteraction
 

Fields in org.universAAL.ui.dm.userInteraction declared as IUIRequestPool
protected  IUIRequestPool PendingDialogBuilder.dialogPool
          The DialogPool containing all dialogs for the user.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.