|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.spi.ui.util |
---|
Method parameters in org.eclipse.emf.ecp.spi.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.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 |
ECPCompositeFactory.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)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |