Eclipse Remote Application Platform

Uses of Class
org.eclipse.swt.accessibility.Accessible

Packages that use Accessible
org.eclipse.swt.accessibility   
org.eclipse.swt.widgets   
 

Uses of Accessible in org.eclipse.swt.accessibility
 

Fields in org.eclipse.swt.accessibility declared as Accessible
 Accessible AccessibleControlEvent.accessible
           
 Accessible AccessibleHyperlinkEvent.accessible
           
 Accessible AccessibleTableCellEvent.accessible
           
 Accessible AccessibleTableEvent.accessible
           
 Accessible AccessibleTextEvent.accessible
           
 Accessible[] AccessibleTableCellEvent.accessibles
           
 Accessible[] AccessibleTableEvent.accessibles
           
 

Methods in org.eclipse.swt.accessibility that return Accessible
static Accessible Accessible.internal_new_Accessible(Control control)
          Invokes platform specific functionality to allocate a new accessible object.
 

Methods in org.eclipse.swt.accessibility with parameters of type Accessible
 void Accessible.addRelation(int type, Accessible target)
          Adds a relation with the specified type and target to the receiver's set of relations.
 void Accessible.removeRelation(int type, Accessible target)
          Removes the relation with the specified type and target from the receiver's set of relations.
 

Constructors in org.eclipse.swt.accessibility with parameters of type Accessible
Accessible(Accessible parent)
          Constructs a new instance of this class given its parent.
 

Uses of Accessible in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Accessible
 Accessible Control.getAccessible()
          Returns the accessible object for the receiver.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0