|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ECPProject
This class describes a Project. A project has a name, a label. It has zero or one ECPRepository and one
ECPProvider.
| Field Summary | |
|---|---|
static String |
TYPE
The type of the ECPElement. |
| Method Summary | |
|---|---|
void |
close()
This closes an opened object. |
void |
deleteElements(Collection<Object> objects)
Deletes a collection of Objects by delegating the task to the provider. |
org.eclipse.emf.common.util.EList<Object> |
getContents()
Returns the list of the direct content objects; each is of type Object. |
boolean |
hasDirtyContents()
Checks whether the model, associated with this project is dirty. |
boolean |
isOpen()
Whether an object is open or not. |
void |
open()
This opens a closed object. |
void |
saveContents()
Saves the currently pending changes of the model. |
| Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPContainer |
|---|
canDelete, delete |
| Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPElement |
|---|
getName |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPPropertiesAware |
|---|
getProperties |
| Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPRepositoryAware |
|---|
getRepository |
| Methods inherited from interface org.eclipse.emf.ecp.core.util.ECPProviderAware |
|---|
getProvider |
| Methods inherited from interface org.eclipse.emf.edit.domain.IEditingDomainProvider |
|---|
getEditingDomain |
| Field Detail |
|---|
static final String TYPE
| Method Detail |
|---|
org.eclipse.emf.common.util.EList<Object> getContents()
Objectvoid saveContents()
boolean hasDirtyContents()
void deleteElements(Collection<Object> objects)
Objects by delegating the task to the provider.
objects - the collection of Objects to deleteboolean isOpen()
void open()
void close()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||