Modifier and Type | Method and Description |
---|---|
ECPContainer |
CDOProvider.getModelContext(Object element)
Returns the first
ECPContainer that can be found for the provided Object. |
Modifier and Type | Method and Description |
---|---|
void |
CDOProvider.fillChildren(ECPContainer context,
Object parent,
InternalChildrenList childrenList) |
void |
CDOProvider.handleLifecycle(ECPContainer context,
InternalProvider.LifecycleEvent event) |
Modifier and Type | Interface and Description |
---|---|
interface |
ECPProject
This class describes a Project.
|
interface |
ECPRepository
This class describes a repository.
|
Modifier and Type | Method and Description |
---|---|
ECPContainer |
ECPModelContextAdapter.getContext()
The
ECPContainer of this Adapter. |
static ECPContainer |
ECPUtil.getModelContext(ECPModelContextProvider contextProvider,
Object... elements)
Return the common
ECPContainer for the provided elements. |
ECPContainer |
ECPModelContextProvider.getModelContext(Object element)
Returns the first
ECPContainer that can be found for the provided Object. |
Constructor and Description |
---|
ECPModelContextAdapter(ECPContainer context)
Constructor of this Adapter which expects an
ECPContainer . |
Modifier and Type | Method and Description |
---|---|
ECPContainer |
EMFStoreProvider.getModelContext(Object element) |
Modifier and Type | Method and Description |
---|---|
void |
EMFStoreProvider.fillChildren(ECPContainer context,
Object parent,
InternalChildrenList childrenList)
Fills the elements of a certain parent object, depending on the context into the childrenList.
|
void |
EMFStoreProvider.handleLifecycle(ECPContainer context,
InternalProvider.LifecycleEvent event)
This method is called to handle a specific life cycle.
|
Modifier and Type | Class and Description |
---|---|
class |
ECPProjectImpl |
class |
ECPRepositoryImpl
This Class describes a repository.
|
Constructor and Description |
---|
DeleteDialog(org.eclipse.swt.widgets.Shell parentShell,
List<ECPContainer> deletables)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
ECPContainer |
ECPContentProvider.getModelContext(Object element)
Returns the first
ECPContainer that can be found for the provided Object. |
ECPContainer |
ECPLabelProvider.getModelContext(Object element)
Returns the first
ECPContainer that can be found for the provided Object. |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalProject |
interface |
InternalRepository |
Modifier and Type | Method and Description |
---|---|
ECPContainer |
DefaultProvider.getModelContext(Object element)
Returns the first
ECPContainer that can be found for the provided Object. |
protected ECPContainer |
DefaultProvider.getModelContextFromAdapter(org.eclipse.emf.common.notify.Notifier notifier)
This allows to get the
ECPContainer from a Notifier using the EcoreUtil. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultProvider.fillChildren(ECPContainer context,
Object parent,
InternalChildrenList childrenList)
Fills the elements of a certain parent object, depending on the context into the childrenList.
|
void |
InternalProvider.fillChildren(ECPContainer context,
Object parent,
InternalChildrenList childrenList)
Fills the elements of a certain parent object, depending on the context into the childrenList.
|
void |
DefaultProvider.handleLifecycle(ECPContainer context,
InternalProvider.LifecycleEvent event)
This method is called to handle a specific life cycle.
|
void |
InternalProvider.handleLifecycle(ECPContainer context,
InternalProvider.LifecycleEvent event)
This method is called to handle a specific life cycle.
|
Modifier and Type | Method and Description |
---|---|
void |
UIProvider.fillContextMenu(org.eclipse.jface.action.IMenuManager manager,
ECPContainer context,
Object[] elements)
Allows the UIProvider to fill the context menu specifically.
|
void |
DefaultUIProvider.fillContextMenu(org.eclipse.jface.action.IMenuManager manager,
ECPContainer context,
Object[] elements)
Allows the UIProvider to fill the context menu specifically.
|
Modifier and Type | Method and Description |
---|---|
static void |
ECPHandlerHelper.deleteHandlerHelper(List<ECPContainer> deletables,
org.eclipse.swt.widgets.Shell shell)
Deletes the provided
ECPContainer elements. |
Modifier and Type | Method and Description |
---|---|
ECPContainer |
WorkspaceProvider.getModelContext(Object element) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceProvider.fillChildren(ECPContainer context,
Object parent,
InternalChildrenList childrenList) |
void |
WorkspaceProvider.handleLifecycle(ECPContainer context,
InternalProvider.LifecycleEvent event)
This method is called to handle a specific life cycle.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceUIProvider.fillContextMenu(org.eclipse.jface.action.IMenuManager manager,
ECPContainer context,
Object[] elements) |
Copyright © 2017. All rights reserved.