Uses of Interface
org.eclipse.emf.facet.custom.core.ICustomizationManager

Packages that use ICustomizationManager
org.eclipse.emf.facet.custom.core   
org.eclipse.emf.facet.custom.ui   
org.eclipse.emf.facet.custom.ui.internal.exported   
 

Uses of ICustomizationManager in org.eclipse.emf.facet.custom.core
 

Methods in org.eclipse.emf.facet.custom.core that return ICustomizationManager
 ICustomizationManager ICustomizationManagerFactory.createICustomizationManager(IFacetManager facetManager)
           
 ICustomizationManager ICustomizationManagerFactory.getOrCreateICustomizationManager(ResourceSet resourceSet)
          This method is used to instantiate a customization manager
 

Uses of ICustomizationManager in org.eclipse.emf.facet.custom.ui
 

Methods in org.eclipse.emf.facet.custom.ui that return ICustomizationManager
 ICustomizationManager ICustomizedContentProvider.getCustomizationManager()
          Deprecated. This method returns the customization manager used by the content provider.
 ICustomizationManager ICustomizedLabelProvider.getCustomizationManager()
          This method returns the customization manager used by the label provider.
 ICustomizationManager ICustomizedTreeContentProvider.getCustomizationManager()
          This method returns the customization manager used by the content provider.
 

Methods in org.eclipse.emf.facet.custom.ui with parameters of type ICustomizationManager
 ICustomizedContentProvider ICustomizedContentProviderFactory.createCustomizedContentProvider(ICustomizationManager customizationMgr)
          Deprecated. Bug 380229 - [deprecated] ICustomizedContentProvider
 ICustomizedLabelProvider ICustomizedLabelProviderFactory.createCustomizedLabelProvider(ICustomizationManager customizationMgr)
          This method is used to instantiate a ICustomizedLabelProvider.
 ICustomizedLabelProvider IResolvingCustomizedLabelProviderFactory.createCustomizedLabelProvider(ICustomizationManager customizationMgr)
          This method is used to instantiate a ICustomizedLabelProvider.
 ICustomizedTreeContentProvider ICustomizedContentProviderFactory.createCustomizedTreeContentProvider(ICustomizationManager customManager)
          Instantiate an ICustomizedTreeContentProvider.
 IContentPropertiesHandler IContentPropertiesHandlerFactory.createIContentPropertiesHandler(ICustomizationManager customizationMgr)
           
 ISelectionPropertiesHandler ISelectionPropertiesHandlerFactory.createSelectionPropertiesHandler(ICustomizationManager customManager)
           
 

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

Methods in org.eclipse.emf.facet.custom.ui.internal.exported with parameters of type ICustomizationManager
 ILabelPropertiesHandler ILabelPropertiesHandlerFactory.createLabelPropertiesHandler(ICustomizationManager customizationMgr)