Ejemplo n.º 1
0
 public CachedContainerItemFactory(CachedUIItems cachedUIItems, ActionListener actionListener)
 {
     children = cachedUIItems;
     this.actionListener = actionListener;
 }
Ejemplo n.º 2
0
 private CachedContainerItemFactory CreateCacheFactory(InitializeOption option)
 {
     return(new CachedContainerItemFactory(CachedUIItems.CreateAndCachePrimaryChildControls(automationElement, option), actionListener));
 }
Ejemplo n.º 3
0
 public CachedContainerItemFactory(CachedUIItems cachedUIItems, IActionListener actionListener)
 {
     children            = cachedUIItems;
     this.actionListener = actionListener;
 }