|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
IModel.getNodeLocator()
retrieves a locator for finding and identifying nodes in the model. |
INodeLocator |
AbstractModel.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.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.model.mozdom |
---|
Methods in org.eclipse.actf.model.mozdom that return INodeLocator | |
---|---|
INodeLocator |
MozillaDomBrowserGuiModel.getNodeLocator()
|
Uses of INodeLocator in org.eclipse.actf.model.mozdom.locate |
---|
Classes in org.eclipse.actf.model.mozdom.locate that implement INodeLocator | |
---|---|
class |
MozillaDomNodeLocator
a locator for the Mozilla DOM hierarchy within a browser |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |