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

endEditing

Overridden by subclasses to consolidate changes made since a previous beginEditing message and to notify any observers of the changes. サブクラスによってオーバーライドされて、以前のbeginEditingメッセージから今までになされた変更それらを統合します、そして何らかのオブザーバにその変更を通知します。

Declaration 宣言

- (void)endEditing;

Discussion 議論

The NSMutableAttributedString implementation does nothing. NSTextStorage, for example, overrides this method to invoke fixAttributesInRange: and to inform its NSLayoutManager objects that they need to re-lay the text. NSMutableAttributedString実装は、何もしません。例えばNSTextStorageは、このメソッドをオーバーライドすることで、fixAttributesInRange:を発動するようにして、そしてそれらがテキストを再配置する必要がある、それのNSLayoutManagerオブジェクトそれらに通知するようにします。

See Also 参照

Grouping Changes

Related Documentation 関連文書