|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gef.commands.Command
org.eclipse.gmf.runtime.diagram.ui.commands.ICommandProxy
A Command Wrapper for a GMF ICommand.
| Constructor Summary | |
ICommandProxy(ICommand iCommand)
Constructor |
|
| Method Summary | |
boolean |
canExecute()
|
boolean |
canUndo()
|
void |
dispose()
|
void |
execute()
|
ICommand |
getICommand()
gets the warapped ICommand |
void |
redo()
|
void |
undo()
|
| Methods inherited from class org.eclipse.gef.commands.Command |
chain, getDebugLabel, getLabel, setDebugLabel, setLabel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ICommandProxy(ICommand iCommand)
iCommand - the command to wrap| Method Detail |
public void dispose()
public ICommand getICommand()
ICommand
public boolean canExecute()
public boolean canUndo()
public void execute()
public void redo()
public void undo()
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.