Class Index | File Index

Classes


Class mindmaps.action.Action


Defined in: Action.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new action.
Method Summary
Method Attributes Method Name and Description
 
Executes this action.
 
Don't emit an event after execution.
 
Make this action un-undoable.
Class Detail
mindmaps.action.Action()
Creates a new action.
Method Detail
execute()
Executes this action. Explicitly returning false will cancel this action and not raise an event or undoable action.

{Action} noEvent()
Don't emit an event after execution.
Returns:
{Action}

{Action} noUndo()
Make this action un-undoable.
Returns:
{Action}

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 18 2011 18:03:15 GMT+0000 (WEST)