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

Packages that use ECPCheckoutSource
org.eclipse.emf.ecp.cdo.internal.core   
org.eclipse.emf.ecp.emfstore.core.internal   
org.eclipse.emf.ecp.emfstore.internal.ui   
org.eclipse.emf.ecp.internal.ui.composites   
org.eclipse.emf.ecp.internal.ui.util   
org.eclipse.emf.ecp.spi.ui   
org.eclipse.emf.ecp.ui.common   
org.eclipse.emf.ecp.ui.e4.handlers   
org.eclipse.emf.ecp.workspace.internal.ui   
 

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

Classes in org.eclipse.emf.ecp.cdo.internal.core that implement ECPCheckoutSource
 class CDOBranchWrapper
          Wraps are CDO branch for ECP, so it can be checked out.
 

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

Classes in org.eclipse.emf.ecp.emfstore.core.internal that implement ECPCheckoutSource
 class EMFStoreProjectWrapper
          This is the EMFStore implementation of a ECPCheckoutSource.
 

Uses of ECPCheckoutSource in org.eclipse.emf.ecp.emfstore.internal.ui
 

Methods in org.eclipse.emf.ecp.emfstore.internal.ui with parameters of type ECPCheckoutSource
 org.eclipse.swt.widgets.Control EMFStoreUIProvider.createCheckoutUI(org.eclipse.swt.widgets.Composite parent, ECPCheckoutSource checkoutSource, ECPProperties projectProperties)
           
 

Uses of ECPCheckoutSource in org.eclipse.emf.ecp.internal.ui.composites
 

Methods in org.eclipse.emf.ecp.internal.ui.composites that return ECPCheckoutSource
 ECPCheckoutSource CheckoutProjectCompositeImpl.getCheckoutSource()
          
 

Constructors in org.eclipse.emf.ecp.internal.ui.composites with parameters of type ECPCheckoutSource
CheckoutProjectCompositeImpl(ECPCheckoutSource checkoutSource)
          Constructor for creating a checkout composite.
 

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

Method parameters in org.eclipse.emf.ecp.internal.ui.util with type arguments of type ECPCheckoutSource
static void ECPHandlerHelper.checkout(List<ECPCheckoutSource> checkoutObjects, org.eclipse.swt.widgets.Shell shell)
          This method allows to checkout a list of ECPCheckoutSource into the workspace.
 

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

Methods in org.eclipse.emf.ecp.spi.ui with parameters of type ECPCheckoutSource
 org.eclipse.swt.widgets.Control UIProvider.createCheckoutUI(org.eclipse.swt.widgets.Composite parent, ECPCheckoutSource checkoutSource, ECPProperties projectProperties)
          The UIProvider can return a provider specific UI to allow the user to fill in provider specific data for a checkout.
 org.eclipse.swt.widgets.Control DefaultUIProvider.createCheckoutUI(org.eclipse.swt.widgets.Composite parent, ECPCheckoutSource checkoutSource, ECPProperties projectProperties)
          The UIProvider can return a provider specific UI to allow the user to fill in provider specific data for a checkout.
 

Uses of ECPCheckoutSource in org.eclipse.emf.ecp.ui.common
 

Methods in org.eclipse.emf.ecp.ui.common that return ECPCheckoutSource
 ECPCheckoutSource CheckoutProjectComposite.getCheckoutSource()
           
 

Methods in org.eclipse.emf.ecp.ui.common with parameters of type ECPCheckoutSource
static CheckoutProjectComposite CompositeFactory.getCheckoutProjectComposite(ECPCheckoutSource checkoutSource)
           
 

Uses of ECPCheckoutSource in org.eclipse.emf.ecp.ui.e4.handlers
 

Methods in org.eclipse.emf.ecp.ui.e4.handlers with parameters of type ECPCheckoutSource
 boolean CheckoutProjectHandler.canExecute(ECPCheckoutSource checkoutSource)
          checks if the current selection is an ECPCheckoutSource.
 void CheckoutProjectHandler.execute(org.eclipse.swt.widgets.Shell shell, ECPCheckoutSource checkoutSource)
          checks out a ECPCheckoutSource.
 

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

Methods in org.eclipse.emf.ecp.workspace.internal.ui with parameters of type ECPCheckoutSource
 org.eclipse.swt.widgets.Control WorkspaceUIProvider.createCheckoutUI(org.eclipse.swt.widgets.Composite parent, ECPCheckoutSource checkoutSource, ECPProperties projectProperties)
           
 



Copyright © 2014. All Rights Reserved.