Package org.eclipse.swt.accessibility

Examples of org.eclipse.swt.accessibility.Accessible$Relation


   * @param scr
   *            Maintains the mapping between classes and their identifiers
   *            within the store.
   */
  public RelationContainer(StoreReader sr, StoreClassRegister scr) {
    relation = new Relation(sr, scr);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.swt.accessibility.Accessible$Relation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.