NSMoveCommand

NSMoveCommand Mac OS X 10.0

Instances of this class represent move operations and, when executed, perform such operations on the specified objects.

figs/cocn_1356.gif

@interface NSMoveCommand : NSScriptCommand
 // Accessor Methods
   - (void)setReceiversSpecifier:(NSScriptObjectSpecifier *)receiversRef;
 // Instance Methods
   - (NSScriptObjectSpecifier *)keySpecifier;



    Part II: API Quick Reference
    Chapter 13. Foundation Classes