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

Packages that use IRenderableModel
org.eclipse.actf.accservice.core.win32.ia2   
org.eclipse.actf.accservice.core.win32.msaa   
org.eclipse.actf.model   
org.eclipse.actf.model.mozdom   
org.eclipse.actf.validation.core   
 

Uses of IRenderableModel in org.eclipse.actf.accservice.core.win32.ia2
 

Classes in org.eclipse.actf.accservice.core.win32.ia2 that implement IRenderableModel
 class IA2GuiModel
           
 

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

Classes in org.eclipse.actf.accservice.core.win32.msaa that implement IRenderableModel
 class MsaaGuiModel
          a model implementation for a hierarchy of IAccessible components used by the Microsoft Active Accessibility (MSAA) model
 

Uses of IRenderableModel in org.eclipse.actf.model
 

Classes in org.eclipse.actf.model that implement IRenderableModel
 class AbstractRenderableModel
          base implementation for IRenderableModel.
 

Uses of IRenderableModel in org.eclipse.actf.model.mozdom
 

Classes in org.eclipse.actf.model.mozdom that implement IRenderableModel
 class DomBrowserGuiModel
          implementation for an embedded browser widget.
 class MozillaDomBrowserGuiModel
          implementation for the Mozilla DOM browser.
 

Uses of IRenderableModel in org.eclipse.actf.validation.core
 

Methods in org.eclipse.actf.validation.core with parameters of type IRenderableModel
protected  Control[] FocusValidationProcess.getChildren(Control control, IRenderableModel model)
           
protected  boolean FocusValidationProcess.getEnabled(Control control, IRenderableModel model)
           
protected  Control FocusValidationProcess.getFocusControl(Control control, IRenderableModel model)
           
protected  int FocusValidationProcess.getStyle(Control control, IRenderableModel model)
           
 boolean FocusValidationProcess.isArrowTraversable(Control control, IRenderableModel model)
           
protected  boolean FocusValidationProcess.setFocus(Control control, IRenderableModel model)
           
protected  boolean FocusValidationProcess.traverse(Control control, IRenderableModel model, int traversal)
           
 

Constructors in org.eclipse.actf.validation.core with parameters of type IRenderableModel
ResultInvoker(Reflector.Result result, Object receiver, IRenderableModel model)
          create an invoker for the specified result which will use the given receiver as the receiver for the method call being invoked reflectively