Uses of Interface
org.eclipse.emf.ecp.core.util.ECPContainer

Packages that use ECPContainer
org.eclipse.emf.ecp.cdo.internal.core   
org.eclipse.emf.ecp.core   
org.eclipse.emf.ecp.core.util   
org.eclipse.emf.ecp.emfstore.core.internal   
org.eclipse.emf.ecp.internal.core   
org.eclipse.emf.ecp.internal.ui.dialogs   
org.eclipse.emf.ecp.internal.ui.model   
org.eclipse.emf.ecp.internal.ui.util   
org.eclipse.emf.ecp.spi.core   
org.eclipse.emf.ecp.spi.ui   
org.eclipse.emf.ecp.workspace.internal.core   
org.eclipse.emf.ecp.workspace.internal.ui   
 

Uses of ECPContainer in org.eclipse.emf.ecp.cdo.internal.core
 

Methods in org.eclipse.emf.ecp.cdo.internal.core that return ECPContainer
 ECPContainer CDOProvider.getModelContext(Object element)
          Returns the first ECPContainer that can be found for the provided Object.
 

Methods in org.eclipse.emf.ecp.cdo.internal.core with parameters of type ECPContainer
 void CDOProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
           
 void CDOProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
           
 

Uses of ECPContainer in org.eclipse.emf.ecp.core
 

Subinterfaces of ECPContainer in org.eclipse.emf.ecp.core
 interface ECPProject
          This class describes a Project.
 interface ECPRepository
          This class describes a repository.
 

Uses of ECPContainer in org.eclipse.emf.ecp.core.util
 

Methods in org.eclipse.emf.ecp.core.util that return ECPContainer
 ECPContainer ECPModelContextAdapter.getContext()
          The ECPContainer of this Adapter.
static ECPContainer ECPUtil.getModelContext(ECPModelContextProvider contextProvider, Object... elements)
          Return the common ECPContainer for the provided elements.
 ECPContainer ECPModelContextProvider.getModelContext(Object element)
          Returns the first ECPContainer that can be found for the provided Object.
 

Constructors in org.eclipse.emf.ecp.core.util with parameters of type ECPContainer
ECPModelContextAdapter(ECPContainer context)
          Constructor of this Adapter which expects an ECPContainer.
 

Uses of ECPContainer in org.eclipse.emf.ecp.emfstore.core.internal
 

Methods in org.eclipse.emf.ecp.emfstore.core.internal that return ECPContainer
 ECPContainer EMFStoreProvider.getModelContext(Object element)
           
 

Methods in org.eclipse.emf.ecp.emfstore.core.internal with parameters of type ECPContainer
 void EMFStoreProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
          Fills the elements of a certain parent object, depending on the context into the childrenList.
 void EMFStoreProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
          This method is called to handle a specific life cycle.
 

Uses of ECPContainer in org.eclipse.emf.ecp.internal.core
 

Classes in org.eclipse.emf.ecp.internal.core that implement ECPContainer
 class ECPProjectImpl
           
 class ECPRepositoryImpl
          This Class describes a repository.
 

Uses of ECPContainer in org.eclipse.emf.ecp.internal.ui.dialogs
 

Constructor parameters in org.eclipse.emf.ecp.internal.ui.dialogs with type arguments of type ECPContainer
DeleteDialog(org.eclipse.swt.widgets.Shell parentShell, List<ECPContainer> deletables)
          Default constructor.
 

Uses of ECPContainer in org.eclipse.emf.ecp.internal.ui.model
 

Methods in org.eclipse.emf.ecp.internal.ui.model that return ECPContainer
 ECPContainer ECPContentProvider.getModelContext(Object element)
          Returns the first ECPContainer that can be found for the provided Object.
 ECPContainer ECPLabelProvider.getModelContext(Object element)
          Returns the first ECPContainer that can be found for the provided Object.
 

Uses of ECPContainer in org.eclipse.emf.ecp.internal.ui.util
 

Method parameters in org.eclipse.emf.ecp.internal.ui.util with type arguments of type ECPContainer
static void ECPHandlerHelper.deleteHandlerHelper(List<ECPContainer> deletables, org.eclipse.swt.widgets.Shell shell)
          Deletes the provided ECPContainer elements.
 

Uses of ECPContainer in org.eclipse.emf.ecp.spi.core
 

Subinterfaces of ECPContainer in org.eclipse.emf.ecp.spi.core
 interface InternalProject
           
 interface InternalRepository
           
 

Methods in org.eclipse.emf.ecp.spi.core that return ECPContainer
 ECPContainer DefaultProvider.getModelContext(Object element)
          Returns the first ECPContainer that can be found for the provided Object.
 

Methods in org.eclipse.emf.ecp.spi.core with parameters of type ECPContainer
 void InternalProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
          Fills the elements of a certain parent object, depending on the context into the childrenList.
 void DefaultProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
          Fills the elements of a certain parent object, depending on the context into the childrenList.
 void InternalProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
          This method is called to handle a specific life cycle.
 void DefaultProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
          This method is called to handle a specific life cycle.
 

Uses of ECPContainer in org.eclipse.emf.ecp.spi.ui
 

Methods in org.eclipse.emf.ecp.spi.ui with parameters of type ECPContainer
 void UIProvider.fillContextMenu(org.eclipse.jface.action.IMenuManager manager, ECPContainer context, Object[] elements)
          Allows the UIProvider to fill the context menu specifically.
 void DefaultUIProvider.fillContextMenu(org.eclipse.jface.action.IMenuManager manager, ECPContainer context, Object[] elements)
          Allows the UIProvider to fill the context menu specifically.
 

Uses of ECPContainer in org.eclipse.emf.ecp.workspace.internal.core
 

Methods in org.eclipse.emf.ecp.workspace.internal.core that return ECPContainer
 ECPContainer WorkspaceProvider.getModelContext(Object element)
           
 

Methods in org.eclipse.emf.ecp.workspace.internal.core with parameters of type ECPContainer
 void WorkspaceProvider.fillChildren(ECPContainer context, Object parent, InternalChildrenList childrenList)
           
 void WorkspaceProvider.handleLifecycle(ECPContainer context, InternalProvider.LifecycleEvent event)
          This method is called to handle a specific life cycle.
 

Uses of ECPContainer in org.eclipse.emf.ecp.workspace.internal.ui
 

Methods in org.eclipse.emf.ecp.workspace.internal.ui with parameters of type ECPContainer
 void WorkspaceUIProvider.fillContextMenu(org.eclipse.jface.action.IMenuManager manager, ECPContainer context, Object[] elements)
           
 



Copyright © 2014. All Rights Reserved.