Package org.eclipse.emf.emfstore.internal.client.ui.handlers

Class Summary
AbstractEMFStoreHandler Handlers are the top level abstraction that clients should use execute actions within the EMFStore workspace.
AbstractEMFStoreHandlerWithResult<T> Handlers are the top level abstraction that clients should use execute actions within the EMFStore workspace.
AddServerHandler Handler for adding a server/repository.
AddTagHandler Handler for adding a tag to a selected HistoryInfo instance.
BranchCheckoutHandler Allows to checkout branches.
ChangeSessionHandler  
CheckoutHandler Handler for checking out a project.
CheckoutRevisionHandler Handler for checking out a specific revision of a project.
It is assumed that the user previously has selected a HistoryInfo instance.
CommitProjectHandler Handler for commiting a project.
CompareProjectsHandler This handler shows compare projects dialog.
CompareRevisionsHandler Handler for comparing two project revisions in the HistoryBrowserView.
CreateBranchHandler Triggers Branch creation.
CreateLocalProjectHandler Handler for creating a local project.
CreateProjectOnServerHandler Creates an empty project on a server.
DeleteProjectHandler Handler for deleting a ProjectSpace.
DeleteProjectOnServerHandler Handler for deleting a remote project.
It is assumed that the user previously has selected a ProjectInfo instance.
DeleteServerHandler Handler for removing a server/repository.
It is assumed that the user previously has selected a ServerInfo instance.
ManageOrgUnitsHandler Handler for bringing up the dialog that enables it to managed organizational units.
MergeBranchHandler Triggers a branch merge.
ProjectInfoPropertiesHandler Brings up the properties dialog for a selected project.
It is assumed that the user previously has selected a ProjectInfo instance.
ProjectPropertiesHandler Brings up the properties dialog for a selected ProjectSpace.
RegisterEPackageHandler RegisterEPackageHandler.
RemoveTagHandler Handler for removing a tag.
RevertCommitHandler Handler for forcing the revert of a commit.
RevertHandler Handler for reverting changes.
SaveProjectSpaceHandler Handler to save the currently selected project space.
ServerLoginHandler Handler for logging into a selected server.
It is assumed that the user previously has selected a ServerInfo instance.
ServerPropertiesHandler Shows the properties dialog for a selected server.
It is assumed that the user previously has selected a ESServer instance.
ShareProjectHandler Handler for sharing a ProjectSpace.
It is assumed that the user previously has selected a ProjectSpace instance.
Alternatively, you may pass in the project space to be shared via a constructor.
ShowHistoryHandler Brings up the history view for a selected EObject
If the EObject is a ProjectSpace the complete history is shown.
UndoLastOperationHandler Handler for undoing the latest change on a selected ProjectSpace.
It is assumed that the user previously has selected a ProjectSpace instance.
UpdateProjectHandler Updates a ProjectSpace to the most recent version (HEAD).
It is assumed that the user previously has selected a ProjectSpace instance.
Alternatively, you may pass in the project space to be updated via a constructor.
UpdateProjectVersionHandler Handler for updating a project to a specific version.
It is assumed that the user previously has selected a ProjectSpace instance.
 



Copyright © 2016. All Rights Reserved.