Instance Method インスタンスメソッド

endUndoGrouping()

Marks the end of an undo group. ある取り消しグループの終わりを印します。

Declaration 宣言

func endUndoGrouping()

Discussion 議論

All individual undo operations back to the matching beginUndoGrouping() message are grouped together and reversed by a later undo() or undoNestedGroup() message. Undo groups can be nested, thus providing functionality similar to nested transactions. Raises an NSInternalInconsistencyException if there’s no beginUndoGrouping() message in effect. つり合うbeginUndoGrouping()メッセージより後ろの全ての個々の取り消し操作は、一緒にグループにされます、そしてその後のundo()またはundoNestedGroup()メッセージで取り消されます。取り消しグループは入れ子にされることができます、入れ子にされたトランザクションに似た機能性を提供することによって。NSInternalInconsistencyExceptionを引き起こします、もしひとつも有効なbeginUndoGrouping()メッセージがないならば。

This method posts an NSUndoManagerCheckpoint and an NSUndoManagerDidCloseUndoGroup just before the group is closed. このメソッドは、NSUndoManagerCheckpointNSUndoManagerDidCloseUndoGroupを投函します、そのグループが閉じられる直前に。

See Also 参照

Creating Undo Groups 取り消しグループを作成する

Related Documentation 関連文書