Package | net.systemeD.halcyon.connection.actions |
Class | public class DeleteNodeAction |
Inheritance | DeleteNodeAction ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
DeleteNodeAction(node:Node, setDeleted:Function)
| DeleteNodeAction | ||
doAction():uint
| DeleteNodeAction | ||
![]() |
mergePrevious(previous:UndoableAction):Boolean
Can this action be merged with the previous action? This is sometimes wanted, such as
when moving nodes around.
| UndoableAction | |
![]() |
toString():String
| UndoableEntityAction | |
undoAction():uint
| DeleteNodeAction |
DeleteNodeAction | () | constructor |
public function DeleteNodeAction(node:Node, setDeleted:Function)
Parameters
node:Node |
|
setDeleted:Function |
doAction | () | method |
public override function doAction():uint
Returns
uint |
undoAction | () | method |
public override function undoAction():uint
Returns
uint |