public class ECPDeleteServiceImpl extends Object implements DeleteService
DeleteService.| Constructor and Description |
|---|
ECPDeleteServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
dispose()
Dispose.
|
int |
getPriority()
Returns the priority for this view service.
|
void |
instantiate(ViewModelContext context)
Instantiate the view service.
|
public void instantiate(ViewModelContext context)
instantiate in interface ViewModelServicecontext - the ViewModelContextViewModelService.instantiate(org.eclipse.emf.ecp.view.spi.context.ViewModelContext)public void dispose()
dispose in interface ViewModelServiceViewModelService.dispose()public int getPriority()
getPriority in interface ViewModelServiceViewModelService.getPriority()public void deleteElements(Collection<Object> toDelete)
deleteElements in interface DeleteServicetoDelete - the objects to deleteEMFDeleteServiceImpl.deleteElements(java.util.Collection)public void deleteElement(Object toDelete)
deleteElement in interface DeleteServicetoDelete - the object to deleteEMFDeleteServiceImpl.deleteElement(java.lang.Object)Copyright © 2019. All rights reserved.