|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeleteService
The DeleteService is used by renderers in order to delete objects from the containment tree.
Method Summary | |
---|---|
void |
deleteElement(Object toDelete)
Deletes the given object from the containment tree. |
void |
deleteElements(Collection<Object> toDelete)
Deletes the given objects from the containment tree. |
Methods inherited from interface org.eclipse.emf.ecp.view.spi.context.ViewModelService |
---|
dispose, getPriority, instantiate |
Method Detail |
---|
void deleteElements(Collection<Object> toDelete)
toDelete
- the objects to deletevoid deleteElement(Object toDelete)
toDelete
- the object to delete
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |