|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IModel in org.eclipse.actf.accservice.core.win32.ia2 |
---|
Classes in org.eclipse.actf.accservice.core.win32.ia2 that implement IModel | |
---|---|
class |
IA2GuiModel
|
Uses of IModel in org.eclipse.actf.accservice.core.win32.msaa |
---|
Classes in org.eclipse.actf.accservice.core.win32.msaa that implement IModel | |
---|---|
class |
MsaaGuiModel
a model implementation for a hierarchy of IAccessible components used by the Microsoft Active Accessibility (MSAA) model |
Uses of IModel in org.eclipse.actf.accservice.locate |
---|
Constructors in org.eclipse.actf.accservice.locate with parameters of type IModel | |
---|---|
AccessibleNodeIterator(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest,
boolean reverse,
org.apache.commons.jxpath.ri.model.NodePointer startWith,
IModel model)
|
Uses of IModel in org.eclipse.actf.model |
---|
Subinterfaces of IModel in org.eclipse.actf.model | |
---|---|
interface |
IRenderableModel
specialization of IModel for renderable structures such as GUIs |
Classes in org.eclipse.actf.model that implement IModel | |
---|---|
class |
AbstractModel
provides basic services for any model instance. |
class |
AbstractRenderableModel
base implementation for IRenderableModel . |
Methods in org.eclipse.actf.model that return IModel | |
---|---|
IModel |
DefaultModelFactory.resolveModel(Class type)
find a model instance that supports the given type. |
IModel |
IModelFactory.resolveModel(String model)
retrieve the desired IModel for the given model type. |
IModel |
DefaultModelFactory.resolveModel(String model)
retrieve an IModel object for the given model type. |
IModel |
DefaultModelFactory.resolveModel(String modelName,
boolean useCache)
retrieve an IModel object for the given model type. |
Uses of IModel in org.eclipse.actf.model.dom |
---|
Classes in org.eclipse.actf.model.dom that implement IModel | |
---|---|
class |
DomModel
serves as a model of a hierarchy of nodes that represent the basic elements of an XML document. |
Uses of IModel in org.eclipse.actf.model.locate |
---|
Fields in org.eclipse.actf.model.locate declared as IModel | |
---|---|
protected IModel |
BaseNodePointer.model
|
protected IModel |
BaseNodeIterator.model
|
protected IModel |
AbstractNodeLocator.model
|
Methods in org.eclipse.actf.model.locate that return IModel | |
---|---|
protected IModel |
AbstractNodeLocator.getModel()
|
Constructors in org.eclipse.actf.model.locate with parameters of type IModel | |
---|---|
BaseNodeIterator(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest,
boolean reverse,
org.apache.commons.jxpath.ri.model.NodePointer startWith,
IModel model)
|
Uses of IModel in org.eclipse.actf.model.mozdom |
---|
Classes in org.eclipse.actf.model.mozdom that implement IModel | |
---|---|
class |
DomBrowserGuiModel
implementation for an embedded browser widget. |
class |
MozillaDomBrowserGuiModel
implementation for the Mozilla DOM browser. |
Uses of IModel in org.eclipse.actf.model.mozdom.locate |
---|
Constructors in org.eclipse.actf.model.mozdom.locate with parameters of type IModel | |
---|---|
MozillaDomNodeIterator(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.compiler.NodeTest nodeTest,
boolean reverse,
org.apache.commons.jxpath.ri.model.NodePointer startWith,
IModel model)
|
Uses of IModel in org.eclipse.actf.model.traverse.filters |
---|
Fields in org.eclipse.actf.model.traverse.filters declared as IModel | |
---|---|
protected IModel |
NodeTypeFilter.model
|
protected IModel |
NodeNameFilter.model
|
protected IModel |
NodeIdFilter.model
|
Constructors in org.eclipse.actf.model.traverse.filters with parameters of type IModel | |
---|---|
NodeIdFilter(IModel model,
String ids)
|
|
NodeNameFilter(IModel model,
String names)
|
|
NodeTypeFilter(IModel model,
String types)
|
|
NodeVisibilityFilter(IModel model)
|
Uses of IModel in org.eclipse.actf.validation.rulebase |
---|
Methods in org.eclipse.actf.validation.rulebase that return IModel | |
---|---|
IModel |
IDocumentRuleBase.getModel()
Retrieve the model for this IRuleBase. |
Methods in org.eclipse.actf.validation.rulebase with parameters of type IModel | |
---|---|
void |
IDocumentRuleBase.setModel(IModel model)
Set the model for this IRuleBase |
Uses of IModel in org.eclipse.actf.validation.valdoc.codeproc |
---|
Fields in org.eclipse.actf.validation.valdoc.codeproc declared as IModel | |
---|---|
protected IModel |
AbstractCodeProcessor.model
|
Methods in org.eclipse.actf.validation.valdoc.codeproc that return IModel | |
---|---|
IModel |
AbstractCodeProcessor.getModel()
return model used by this processor |
IModel |
ICodeProcessor.getModel()
return model used by this processor |
Methods in org.eclipse.actf.validation.valdoc.codeproc with parameters of type IModel | |
---|---|
ICodeProcessor |
DefaultCodeProcessorFactory.getCodeProcessor(String lang,
IModel model)
retrieve a ICodeProcessor for the given language. |
ICodeProcessor |
ICodeProcessorFactory.getCodeProcessor(String lang,
IModel model)
retrieve a ICodeProcessor for the given language. |
void |
AbstractCodeProcessor.setModel(IModel model)
set the model for this processor |
void |
ICodeProcessor.setModel(IModel model)
set the model for this processor |
Constructors in org.eclipse.actf.validation.valdoc.codeproc with parameters of type IModel | |
---|---|
AbstractCodeProcessor(String language,
IModel model)
|
Uses of IModel in org.eclipse.actf.validation.valdoc.rulebase |
---|
Methods in org.eclipse.actf.validation.valdoc.rulebase that return IModel | |
---|---|
IModel |
ValidationDocumentRuleBase.getModel()
|
Methods in org.eclipse.actf.validation.valdoc.rulebase with parameters of type IModel | |
---|---|
void |
ValidationDocumentRuleBase.setModel(IModel model)
|
Uses of IModel in org.eclipse.actf.validation.valdoc.scripting |
---|
Constructors in org.eclipse.actf.validation.valdoc.scripting with parameters of type IModel | |
---|---|
AbstractCodeInterpreter(String language,
IModel model)
create a code interpreter for processing scripts and expressions in the specified language. |
|
JavaScriptCodeInterpreter(String lang,
IModel model)
create a new interpreter for JavaScript |
Uses of IModel in org.eclipse.actf.validation.validators |
---|
Methods in org.eclipse.actf.validation.validators that return IModel | |
---|---|
IModel |
AccessibilityValidationContext.getModel()
convenience method for obtaining the model associated with this context. |
Methods in org.eclipse.actf.validation.validators with parameters of type IModel | |
---|---|
void |
AccessibilityValidationContext.setArchitecture(IModel model)
set the model for this context. |
Constructors in org.eclipse.actf.validation.validators with parameters of type IModel | |
---|---|
AccessibilityValidationContext(IModel arch,
ICodeProcessor codeProc,
IReporter reporter,
INodeLocator locator,
Set validatedComps,
Map componentMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |