Uses of Interface
org.eclipse.emf.emfstore.client.callbacks.ESCommitCallback

Packages that use ESCommitCallback
org.eclipse.emf.emfstore.client   
org.eclipse.emf.emfstore.client.callbacks   
org.eclipse.emf.emfstore.internal.client.model   
org.eclipse.emf.emfstore.internal.client.model.controller   
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.client.model.impl.api   
org.eclipse.emf.emfstore.internal.client.ui.controller   
 

Uses of ESCommitCallback in org.eclipse.emf.emfstore.client
 

Methods in org.eclipse.emf.emfstore.client with parameters of type ESCommitCallback
 ESPrimaryVersionSpec ESLocalProject.commit(String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
           Commits any local changes.
 ESPrimaryVersionSpec ESLocalProject.commitToBranch(ESBranchVersionSpec branch, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
           Commits any local changes to a branch.
 

Uses of ESCommitCallback in org.eclipse.emf.emfstore.client.callbacks
 

Fields in org.eclipse.emf.emfstore.client.callbacks declared as ESCommitCallback
static ESCommitCallback ESCommitCallback.NOCALLBACK
           Default implementation of a callback interface for commit.
 

Uses of ESCommitCallback in org.eclipse.emf.emfstore.internal.client.model
 

Methods in org.eclipse.emf.emfstore.internal.client.model with parameters of type ESCommitCallback
 PrimaryVersionSpec ProjectSpace.commit(String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          Commits all pending changes of the project space.
 PrimaryVersionSpec ProjectSpace.commitToBranch(BranchVersionSpec branch, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          This method allows to commit changes to a new branch.
 

Uses of ESCommitCallback in org.eclipse.emf.emfstore.internal.client.model.controller
 

Constructors in org.eclipse.emf.emfstore.internal.client.model.controller with parameters of type ESCommitCallback
CommitController(ProjectSpaceBase projectSpace, BranchVersionSpec branch, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          Branching Constructor.
CommitController(ProjectSpaceBase projectSpace, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          Constructor.
 

Uses of ESCommitCallback in org.eclipse.emf.emfstore.internal.client.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl with parameters of type ESCommitCallback
 PrimaryVersionSpec ProjectSpaceBase.commit(String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          Commits all pending changes of the project space.
 PrimaryVersionSpec ProjectSpaceBase.commitToBranch(BranchVersionSpec branch, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
          This method allows to commit changes to a new branch.
 

Uses of ESCommitCallback in org.eclipse.emf.emfstore.internal.client.model.impl.api
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl.api with parameters of type ESCommitCallback
 ESPrimaryVersionSpec ESLocalProjectImpl.commit(String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
           Commits any local changes.
 ESPrimaryVersionSpec ESLocalProjectImpl.commitToBranch(ESBranchVersionSpec branch, String logMessage, ESCommitCallback callback, org.eclipse.core.runtime.IProgressMonitor monitor)
           Commits any local changes to a branch.
 

Uses of ESCommitCallback in org.eclipse.emf.emfstore.internal.client.ui.controller
 

Classes in org.eclipse.emf.emfstore.internal.client.ui.controller that implement ESCommitCallback
 class UICommitProjectController
          UI-dependent commit controller for committing pending changes on a ESLocalProject.
The controller presents the user a dialog will all changes made before he is able to confirm the commit.
 class UICreateBranchController
          UIController for branch creation.
 



Copyright © 2016. All Rights Reserved.