Uses of Interface
org.eclipse.actf.model.locate.INodeLocator

Packages that use INodeLocator
org.eclipse.actf.accservice.core.win32.msaa   
org.eclipse.actf.accservice.locate   
org.eclipse.actf.model   
org.eclipse.actf.model.dom   
org.eclipse.actf.model.dom.locate   
org.eclipse.actf.model.javapp   
org.eclipse.actf.model.javapp.locate   
org.eclipse.actf.model.locate   
org.eclipse.actf.validation.validators   
 

Uses of INodeLocator in org.eclipse.actf.accservice.core.win32.msaa
 

Methods in org.eclipse.actf.accservice.core.win32.msaa that return INodeLocator
 INodeLocator MsaaGuiModel.getNodeLocator()
           
 

Uses of INodeLocator in org.eclipse.actf.accservice.locate
 

Classes in org.eclipse.actf.accservice.locate that implement INodeLocator
 class AccessibleNodeLocator
          general purpose locator for all instances of IAccessibleElement
 

Uses of INodeLocator in org.eclipse.actf.model
 

Fields in org.eclipse.actf.model declared as INodeLocator
protected  INodeLocator AbstractModel.locator
           
 

Methods in org.eclipse.actf.model that return INodeLocator
 INodeLocator AbstractModel.getNodeLocator()
          retrieves a locator for finding and identifying nodes in the model.
 INodeLocator IModel.getNodeLocator()
          retrieves a locator for finding and identifying nodes in the model.
 

Uses of INodeLocator in org.eclipse.actf.model.dom
 

Methods in org.eclipse.actf.model.dom that return INodeLocator
 INodeLocator DomModel.getNodeLocator()
           
 

Uses of INodeLocator in org.eclipse.actf.model.dom.locate
 

Classes in org.eclipse.actf.model.dom.locate that implement INodeLocator
 class DomNodeLocator
          a locator for elements of a W3C DOM-compliant hierarchy
 

Uses of INodeLocator in org.eclipse.actf.model.javapp
 

Methods in org.eclipse.actf.model.javapp that return INodeLocator
 INodeLocator SwingGuiModel.getNodeLocator()
           
 INodeLocator SwtGuiModel.getNodeLocator()
           
 

Uses of INodeLocator in org.eclipse.actf.model.javapp.locate
 

Classes in org.eclipse.actf.model.javapp.locate that implement INodeLocator
 class SwingComponentLocator
          locates or distinguishes Swing components in a Java GUI for the Swing model during the validation process.
 class SwtComponentLocator
           
 

Uses of INodeLocator in org.eclipse.actf.model.locate
 

Classes in org.eclipse.actf.model.locate that implement INodeLocator
 class AbstractNodeLocator
          default base class for element locators.
 

Uses of INodeLocator in org.eclipse.actf.validation.validators
 

Methods in org.eclipse.actf.validation.validators that return INodeLocator
 INodeLocator AccessibilityValidationContext.getNodeLocator()
          convenience method for obtaining the locator associated with this context.
 

Methods in org.eclipse.actf.validation.validators with parameters of type INodeLocator
 void AccessibilityValidationContext.setElementLocator(INodeLocator locator)
          set the locator for this context.
 

Constructors in org.eclipse.actf.validation.validators with parameters of type INodeLocator
AccessibilityValidationContext(IModel arch, ICodeProcessor codeProc, IReporter reporter, INodeLocator locator, Set validatedComps, Map componentMap)