Class draw2d.CommandConnect
Object
|
+--draw2d.Command
|
+--draw2d.CommandConnect
- class
draw2d.CommandConnect
- extends draw2d.Command
Defined in CommandConnect.js
Version: 0.9.14
Author: Andreas Herz
|
Method Summary |
void
|
execute()
Execute the command the first time
|
void
|
redo()
Redo the command after the user has undo this command.
|
void
|
setConnection( connection)
Init the Command with my own implementation of a connection
|
void
|
undo()
Undo the command.
|
connection
Object connection
source
Object source
target
Object target
workflow
Object workflow
draw2d.CommandConnect
draw2d.CommandConnect( canvas, source, target)
Version: 0.9.14
Author: Andreas Herz
execute
void execute()
Execute the command the first time
redo
void redo()
Redo the command after the user has undo this command.
setConnection
void setConnection( connection)
Init the Command with my own implementation of a connection
undo
void undo()
Documentation generated by
JSDoc on Thu Feb 7 23:45:47 2008