org.eclipse.datatools.sqltools.sqlbuilder.views.graph.commands
Class SetLocationCommand
java.lang.Object
   org.eclipse.gef.commands.Command
org.eclipse.gef.commands.Command
       org.eclipse.datatools.sqltools.sqlbuilder.views.graph.commands.SetLocationCommand
org.eclipse.datatools.sqltools.sqlbuilder.views.graph.commands.SetLocationCommand
- public class SetLocationCommand 
- extends org.eclipse.gef.commands.Command
This command move the TableViewObject to the new location
 
 
| Methods inherited from class org.eclipse.gef.commands.Command | 
| chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SetLocationCommand
public SetLocationCommand()
setPart
public void setPart(TableEditPart part)
- 
 
setConstraint
public void setConstraint(org.eclipse.draw2d.geometry.Rectangle rect)
- 
 
cancel
public void cancel()
- 
 
canUndo
public boolean canUndo()
- 
- Overrides:
- canUndoin class- org.eclipse.gef.commands.Command
 
- 
 
canExecute
public boolean canExecute()
- 
- Overrides:
- canExecutein class- org.eclipse.gef.commands.Command
 
- 
 
execute
public void execute()
- 
- Overrides:
- executein class- org.eclipse.gef.commands.Command
 
- 
 
getDescription
public java.lang.String getDescription()
- 
 
redo
public void redo()
- 
- Overrides:
- redoin class- org.eclipse.gef.commands.Command
 
- 
 
undo
public void undo()
- 
- Overrides:
- undoin class- org.eclipse.gef.commands.Command
 
-