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

Packages that use IGuiModel
org.eclipse.actf.accservice.core.win32.ia2   
org.eclipse.actf.accservice.core.win32.msaa   
org.eclipse.actf.model   
org.eclipse.actf.model.javapp   
org.eclipse.actf.validation.core   
 

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

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

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

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

Uses of IGuiModel in org.eclipse.actf.model
 

Classes in org.eclipse.actf.model that implement IGuiModel
 class AbstractGuiModel
          base implementation for IGuiModel.
 

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

Classes in org.eclipse.actf.model.javapp that implement IGuiModel
 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 IGuiModel in org.eclipse.actf.validation.core
 

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

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