public class GFOnEmfCommand extends java.lang.Object implements ICommand
| Constructor and Description |
|---|
GFOnEmfCommand(org.eclipse.emf.common.command.Command emfCom,
IFeatureProvider fp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute()
Can execute.
|
boolean |
canUndo()
Can undo.
|
boolean |
execute()
Execute.
|
java.lang.String |
getDescription()
Gets the description.
|
IFeatureProvider |
getFeatureProvider()
Gets the feature provider.
|
boolean |
undo()
Undo.
|
public GFOnEmfCommand(org.eclipse.emf.common.command.Command emfCom,
IFeatureProvider fp)
public boolean canExecute()
ICommandcanExecute in interface ICommandpublic boolean canUndo()
ICommandpublic boolean execute()
ICommandpublic boolean undo()
ICommandpublic java.lang.String getDescription()
IDescriptiongetDescription in interface IDescriptionpublic IFeatureProvider getFeatureProvider()
IFeatureProviderHoldergetFeatureProvider in interface IFeatureProviderHolder