Modifier and Type | Method and Description |
---|---|
void |
CDOBranchWrapper.checkout(String projectName,
ECPProperties projectProperties)
This method is called in order execute the checkout.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
CDOUIProvider.createAddRepositoryUI(org.eclipse.swt.widgets.Composite parent,
ECPProperties repositoryProperties,
org.eclipse.swt.widgets.Text repositoryNameText,
org.eclipse.swt.widgets.Text repositoryLabelText,
org.eclipse.swt.widgets.Text repositoryDescriptionText) |
Modifier and Type | Method and Description |
---|---|
ECPRepository |
ECPRepositoryManager.addRepository(ECPProvider provider,
String name,
String label,
String description,
ECPProperties properties)
This method allows the user to create a repository.
|
ECPProject |
ECPProjectManager.createProject(ECPProvider provider,
String name,
ECPProperties properties)
Method to construct an offline Project and notify listeners about this add.
|
ECPProject |
ECPProjectManager.createProject(ECPRepository repository,
String name,
ECPProperties properties)
Method to construct an shared Project, e.g.
|
Modifier and Type | Method and Description |
---|---|
ECPProperties |
ECPProperties.copy()
Creates a copy of the current set of properties.
|
static ECPProperties |
ECPUtil.createProperties()
This creates an empty
ECPProperties . |
ECPProperties |
ECPPropertiesAware.getProperties()
This returns the
ECPProperties attached to this object. |
Modifier and Type | Method and Description |
---|---|
void |
ECPCheckoutSource.checkout(String projectName,
ECPProperties projectProperties)
This method is called in order execute the checkout.
|
Modifier and Type | Method and Description |
---|---|
void |
ECPPropertiesObserver.propertiesChanged(ECPProperties properties,
Collection<Map.Entry<String,String>> oldProperties,
Collection<Map.Entry<String,String>> newProperties)
This is called to indicate, that properties changed.
|
Modifier and Type | Method and Description |
---|---|
void |
EMFStoreProjectWrapper.checkout(String projectName,
ECPProperties projectProperties)
This method is called in order execute the checkout.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
EMFStoreUIProvider.createAddRepositoryUI(org.eclipse.swt.widgets.Composite parent,
ECPProperties repositoryProperties,
org.eclipse.swt.widgets.Text repositoryNameText,
org.eclipse.swt.widgets.Text repositoryLabelText,
org.eclipse.swt.widgets.Text repositoryDescriptionText) |
org.eclipse.swt.widgets.Control |
EMFStoreUIProvider.createCheckoutUI(org.eclipse.swt.widgets.Composite parent,
ECPCheckoutSource checkoutSource,
ECPProperties projectProperties) |
Modifier and Type | Method and Description |
---|---|
ECPRepository |
ECPRepositoryManagerImpl.addRepository(ECPProvider provider,
String name,
String label,
String description,
ECPProperties properties)
This method allows the user to create a repository.
|
ECPProject |
ECPProjectManagerImpl.createProject(ECPProvider provider,
String name,
ECPProperties properties)
Method to construct an offline Project and notify listeners about this add.
|
ECPProject |
ECPProjectManagerImpl.createProject(ECPRepository repository,
String name,
ECPProperties properties)
Method to construct an shared Project, e.g.
|
Constructor and Description |
---|
ECPProjectImpl(ECPRepository repository,
String name,
ECPProperties properties)
Constructor used when an online project is created.
|
ECPProjectImpl(InternalProvider provider,
String name,
ECPProperties properties)
Constructor used when an offline project is created.
|
ECPRepositoryImpl(ECPProvider provider,
String name,
ECPProperties properties)
Constructor used to create an instance through user input.
|
Modifier and Type | Class and Description |
---|---|
class |
Properties |
Modifier and Type | Method and Description |
---|---|
ECPProperties |
Properties.copy()
Creates a copy of the current set of properties.
|
ECPProperties |
PropertiesElement.getProperties()
This returns the
ECPProperties attached to this object. |
Constructor and Description |
---|
PropertiesElement(String name,
ECPProperties properties)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ECPProperties |
CheckoutProjectCompositeImpl.getProjectProperties() |
ECPProperties |
CreateProjectCompositeImpl.getProperties() |
ECPProperties |
AddRepositoryCompositeImpl.getProperties()
The
ECPProperties for the Repository to create. |
Constructor and Description |
---|
PropertiesComposite(org.eclipse.swt.widgets.Composite parent,
boolean editable,
ECPProperties properties) |
Modifier and Type | Method and Description |
---|---|
ECPProperties |
PropertiesDialog.getProperties() |
Constructor and Description |
---|
PropertiesDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
String message,
boolean editable,
ECPProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesContentProvider.propertiesChanged(ECPProperties properties,
Collection<Map.Entry<String,String>> oldProperties,
Collection<Map.Entry<String,String>> newProperties)
This is called to indicate, that properties changed.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeStateObserver.compositeChangedState(org.eclipse.swt.widgets.Composite caller,
boolean complete,
ECPProperties projectProperties)
This method is called to inform observers weather the according composites finished-state has changed.
|
org.eclipse.swt.widgets.Control |
DefaultUIProvider.createAddRepositoryUI(org.eclipse.swt.widgets.Composite parent,
ECPProperties repositoryProperties,
org.eclipse.swt.widgets.Text repositoryNameText,
org.eclipse.swt.widgets.Text repositoryLabelText,
org.eclipse.swt.widgets.Text repositoryDescriptionText)
The UIProvider can return its provider specific UI to allow the user to fill in provider specific data during the
creation of an Repository.
|
org.eclipse.swt.widgets.Control |
UIProvider.createAddRepositoryUI(org.eclipse.swt.widgets.Composite parent,
ECPProperties repositoryProperties,
org.eclipse.swt.widgets.Text repositoryNameText,
org.eclipse.swt.widgets.Text repositoryLabelText,
org.eclipse.swt.widgets.Text repositoryDescriptionText)
The UIProvider can return its provider specific UI to allow the user to fill in provider specific data during the
creation of an Repository.
|
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.
|
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.createNewProjectUI(org.eclipse.swt.widgets.Composite parent,
CompositeStateObserver observer,
ECPProperties projectProperties)
The UIProvider can return a provider specific UI to allow the user to fill in provider specific data for the
creation of a new project.
|
org.eclipse.swt.widgets.Control |
UIProvider.createNewProjectUI(org.eclipse.swt.widgets.Composite parent,
CompositeStateObserver observer,
ECPProperties projectProperties)
The UIProvider can return a provider specific UI to allow the user to fill in provider specific data for the
creation of a new project.
|
Modifier and Type | Method and Description |
---|---|
ECPProperties |
CheckoutProjectComposite.getProjectProperties() |
ECPProperties |
AddRepositoryComposite.getProperties()
The
ECPProperties for the Repository to create. |
ECPProperties |
CreateProjectComposite.getProperties() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
WorkspaceUIProvider.createCheckoutUI(org.eclipse.swt.widgets.Composite parent,
ECPCheckoutSource checkoutSource,
ECPProperties projectProperties) |
org.eclipse.swt.widgets.Control |
WorkspaceUIProvider.createNewProjectUI(org.eclipse.swt.widgets.Composite parent,
CompositeStateObserver observer,
ECPProperties projectProperties) |
Constructor and Description |
---|
NewWorkspaceProjectComposite(org.eclipse.swt.widgets.Composite parent,
CompositeStateObserver observer,
ECPProperties projectProperties)
Instantiates a new new workspace project composite.
|
Copyright © 2019. All rights reserved.