Uses of Interface
org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom.FacetCustomization

Packages that use FacetCustomization
org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom   
org.eclipse.emf.facet.custom.ui.internal.exported   
 

Uses of FacetCustomization in org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom
 

Methods in org.eclipse.emf.facet.custom.metamodel.v0_2_0.custom that return FacetCustomization
 FacetCustomization CustomFactory.createFacetCustomization()
          Returns a new object of class 'Facet Customization'.
 

Uses of FacetCustomization in org.eclipse.emf.facet.custom.ui.internal.exported
 

Methods in org.eclipse.emf.facet.custom.ui.internal.exported that return types with arguments of type FacetCustomization
 ICommandFactoryResult<FacetCustomization> ICustomizationCommandFactory.createFacetCustomization(Customization customization, Facet customizedFacet)