Uses of Interface
org.eclipse.actf.model.IModel

Packages that use IModel
org.eclipse.actf.accservice.core.win32.ia2   
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.javapp   
org.eclipse.actf.model.javapp.locate   
org.eclipse.actf.model.locate   
org.eclipse.actf.model.traverse.filters   
org.eclipse.actf.validation.doc.codeproc   
org.eclipse.actf.validation.doc.rulebase   
org.eclipse.actf.validation.doc.scripting   
org.eclipse.actf.validation.javapp.aspects   
org.eclipse.actf.validation.rulebase   
org.eclipse.actf.validation.validators   
 

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 IGuiModel
          The IGuiModel interface is implemented in order to allow the IBM Reflexive GUI Builder to support a variety of GUI models.
 

Classes in org.eclipse.actf.model that implement IModel
 class AbstractGuiModel
          base implementation for IGuiModel.
 class AbstractModel
          provides basic services for any model instance.
 

Methods in org.eclipse.actf.model that return IModel
 IModel DefaultModelFactory.resolveModel(Class type)
          find a model instance that supports the given type.
 IModel DefaultModelFactory.resolveModel(String model)
          retrieve an IModel object for the given model type.
 IModel IModelFactory.resolveModel(String model)
          retrieve the desired IModel 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.javapp
 

Classes in org.eclipse.actf.model.javapp that implement IModel
 class AwtGuiModel
          This class embodies essential characteristics of the Java AWT model.
 class SwingGuiModel
          implementation for the Java Swing GUI model
 class SwtGuiModel
          implementation for the Eclipse SWT GUI model
 

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

Constructors in org.eclipse.actf.model.javapp.locate with parameters of type IModel
SwingNodeIterator(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)
           
SwtNodeIterator(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.locate
 

Fields in org.eclipse.actf.model.locate declared as IModel
protected  IModel AbstractNodeLocator.model
           
protected  IModel BaseNodeIterator.model
           
protected  IModel BaseNodePointer.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.traverse.filters
 

Fields in org.eclipse.actf.model.traverse.filters declared as IModel
protected  IModel NodeIdFilter.model
           
protected  IModel NodeNameFilter.model
           
 

Constructors in org.eclipse.actf.model.traverse.filters with parameters of type IModel
NodeIdFilter(IModel model, String ids)
           
NodeNameFilter(IModel model, String names)
           
NodeVisibilityFilter(IModel model)
           
 

Uses of IModel in org.eclipse.actf.validation.doc.codeproc
 

Fields in org.eclipse.actf.validation.doc.codeproc declared as IModel
protected  IModel AbstractCodeProcessor.model
           
 

Methods in org.eclipse.actf.validation.doc.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.doc.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.doc.codeproc with parameters of type IModel
AbstractCodeProcessor(String language, IModel model)
           
 

Uses of IModel in org.eclipse.actf.validation.doc.rulebase
 

Methods in org.eclipse.actf.validation.doc.rulebase that return IModel
 IModel ValidationDocumentRuleBase.getModel()
           
 

Methods in org.eclipse.actf.validation.doc.rulebase with parameters of type IModel
 void ValidationDocumentRuleBase.setModel(IModel model)
           
 

Uses of IModel in org.eclipse.actf.validation.doc.scripting
 

Constructors in org.eclipse.actf.validation.doc.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.javapp.aspects
 

Fields in org.eclipse.actf.validation.javapp.aspects declared as IModel
protected  IModel BaseValidationAspect.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.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)