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()
ICommand
canExecute
in interface ICommand
public boolean canUndo()
ICommand
public boolean execute()
ICommand
public boolean undo()
ICommand
public java.lang.String getDescription()
IDescription
getDescription
in interface IDescription
public IFeatureProvider getFeatureProvider()
IFeatureProviderHolder
getFeatureProvider
in interface IFeatureProviderHolder