public final class GetEditingCapabilitiesOperation
extends java.lang.Object
implements org.eclipse.gmf.runtime.common.core.service.IOperation
| Constructor and Description |
|---|
GetEditingCapabilitiesOperation(java.lang.Object context)
Constructs a new
GetParticipantsOperation for the
given context object. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(org.eclipse.gmf.runtime.common.core.service.IProvider provider) |
java.lang.Object |
getContext()
Return the context object to get editing capabilities for.
|
public GetEditingCapabilitiesOperation(java.lang.Object context)
GetParticipantsOperation for the
given context object.context - the context objectpublic java.lang.Object getContext()
public java.lang.Object execute(org.eclipse.gmf.runtime.common.core.service.IProvider provider)
execute in interface org.eclipse.gmf.runtime.common.core.service.IOperation