|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
pl.edu.agh.cast.command.RemoveMetaPropertiesCommand
public class RemoveMetaPropertiesCommand
Removes permanently given meta property and all associated properties. This command cannot be undone.
Constructor Summary | |
---|---|
RemoveMetaPropertiesCommand(IPropertyContainer container,
Collection<MetaProperty> metaProperties)
Constructor. |
Method Summary | |
---|---|
boolean |
canUndo()
Always returns false as the commend cannot be undone. |
void |
execute()
|
Methods inherited from class org.eclipse.gef.commands.Command |
---|
canExecute, chain, dispose, getDebugLabel, getLabel, redo, setDebugLabel, setLabel, undo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoveMetaPropertiesCommand(IPropertyContainer container, Collection<MetaProperty> metaProperties)
container
- metaProperties
- Method Detail |
---|
public boolean canUndo()
canUndo
in class org.eclipse.gef.commands.Command
Command.canUndo()
public void execute()
execute
in class org.eclipse.gef.commands.Command
Command.execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |