Class draw2d.CommandDelete

Object
   |
   +--draw2d.Command
         |
         +--draw2d.CommandDelete

class draw2d.CommandDelete
extends draw2d.Command

Defined in CommandDelete.js

Version: 0.9.14

Author: Andreas Herz


Field Summary
 Object connections
          
 Object figure
          
 Object parent
          
 Object workflow
          
   
Fields inherited from class draw2d.Command
label
 
Constructor Summary
draw2d.CommandDelete ( figure)
           
 
Method Summary
 void execute()
           Execute the command the first time
 void redo()
           Redo the command after the user has undo this command
 void undo()
           Undo the command
 
Methods inherited from class draw2d.Command
getLabel, canExecute
 

Field Detail

connections

Object connections

figure

Object figure

parent

Object parent

workflow

Object workflow

Constructor Detail

draw2d.CommandDelete

draw2d.CommandDelete( figure)

Method Detail

execute

void execute()

redo

void redo()

undo

void undo()


Documentation generated by JSDoc on Thu Feb 7 23:45:47 2008