Runtime

Uses of Interface
org.eclipse.gmf.runtime.emf.type.core.edithelper.IEditHelper

Packages that use IEditHelper
org.eclipse.gmf.runtime.emf.type.core This package contains the classes that define primary classes in the Element Type framework. 
org.eclipse.gmf.runtime.emf.type.core.edithelper Provides the edit helper and edit helper advice for the Element Type framework. 
 

Uses of IEditHelper in org.eclipse.gmf.runtime.emf.type.core
 

Methods in org.eclipse.gmf.runtime.emf.type.core that return IEditHelper
 IEditHelper SpecializationType.getEditHelper()
           
 IEditHelper MetamodelType.getEditHelper()
          Gets the edit helper.
 IEditHelper IMetamodelTypeDescriptor.getEditHelper()
          Gets the edit helper.
 IEditHelper IElementType.getEditHelper()
          Gets the edit helper for this element type.
 

Constructors in org.eclipse.gmf.runtime.emf.type.core with parameters of type IEditHelper
MetamodelType(java.lang.String id, java.net.URL iconURL, java.lang.String displayName, org.eclipse.emf.ecore.EClass eClass, IEditHelper editHelper)
          Constructs a new metamodel type.
 

Uses of IEditHelper in org.eclipse.gmf.runtime.emf.type.core.edithelper
 

Classes in org.eclipse.gmf.runtime.emf.type.core.edithelper that implement IEditHelper
 class AbstractEditHelper
          Abstract edit helper implementation.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.