Home
last modified time | relevance | path

Searched refs:HandlerDescriptor (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/toolkit/test/accessibility/
H A DAccTreeNode.java35 class HandlerDescriptor class in AccTreeNode
37 public HandlerDescriptor (NodeHandler aHandler) in HandlerDescriptor() method in AccTreeNode.HandlerDescriptor
78 HandlerDescriptor aDescriptor = (HandlerDescriptor)maHandlers.get(i); in update()
149 maHandlers.add (new HandlerDescriptor (aHandler)); in addHandler()
154 protected HandlerDescriptor getHandlerDescriptor (int i) in getHandlerDescriptor()
156 HandlerDescriptor aDescriptor = (HandlerDescriptor)maHandlers.get(i); in getHandlerDescriptor()
168 HandlerDescriptor aDescriptor = getHandlerDescriptor (i); in getChildCount()
184 HandlerDescriptor aDescriptor = getHandlerDescriptor (i); in getChild()
207 HandlerDescriptor aDescriptor = getHandlerDescriptor (i); in getChildNoCreate()
231 HandlerDescriptor aDescriptor = getHandlerDescriptor (i); in removeChild()
[all …]