Uses of Interface
org.eclipse.emf.emfstore.client.ESProject

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

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

Subinterfaces of ESProject in org.eclipse.emf.emfstore.client
 interface ESLocalProject
          Represents a project in the local workspace that was checked out from a server or created locally.
 interface ESRemoteProject
          Represents a remote project on the server.
 

Uses of ESProject in org.eclipse.emf.emfstore.client.ui
 

Methods in org.eclipse.emf.emfstore.client.ui with parameters of type ESProject
 ESPrimaryVersionSpec ESUIControllerFactory.createBranch(org.eclipse.swt.widgets.Shell shell, ESProject project)
          Creates a new branch.
 ESPrimaryVersionSpec ESUIControllerFactory.createBranch(org.eclipse.swt.widgets.Shell shell, ESProject project, ESBranchVersionSpec branch)
          Creates a new branch.
 

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

Classes in org.eclipse.emf.emfstore.internal.client.model.impl.api that implement ESProject
 class ESLocalProjectImpl
           Mapping between ESLocalProject and ProjectSpace.
 class ESRemoteProjectImpl
          Represents a remote project that is located on a remote server.
 

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

Methods in org.eclipse.emf.emfstore.internal.client.ui.controller with parameters of type ESProject
 ESPrimaryVersionSpec UIControllerFactoryImpl.createBranch(org.eclipse.swt.widgets.Shell shell, ESProject project)
          Creates a new branch.
 ESPrimaryVersionSpec UIControllerFactoryImpl.createBranch(org.eclipse.swt.widgets.Shell shell, ESProject project, ESBranchVersionSpec branch)
          Creates a new branch.
 



Copyright © 2015. All Rights Reserved.