macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

Automator

awakeFromBundle

** 解説 調査中... バンドルから起動した時に呼び出されます。 返り値 ( void ) なし 引数 フレームワーク Automator クラス AMBundleAction Instance Methods 使用可能 10.4 参照 -initWithDefinition:fromArchive: 例文

setScript:

** -(void)setScript:(OSAScript *)newScript: 解説 調査中...スクリプトをセットします。 返り値 ( void ) なし 引数 ( OSAScript * )newScript フレームワーク Automator クラス AMAppleScriptAction Instance Methods 使用可能 10.4 参照 例文

script

** 解説 調査中... スクリプトを返します。 返り値 ( OSAScript * ) なし 引数 フレームワーク Automator クラス AMAppleScriptAction Instance Methods 使用可能 10.4 参照 例文

writeToDictionary:

** -(void)writeToDictionary:(NSMutableDictionary *)dictionary: 解説 調査中... 返り値 ( void ) なし 引数 ( NSMutableDictionary * )dictionary フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -initWithDefinition:fr…

updateParameters

** 解説 調査中... パラメータをアップデートします。 返り値 ( void ) なし 引数 フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -parametersUpdated 例文

stop

** 解説 調査中... ストップします。 返り値 ( void ) なし 引数 フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -reset 例文

runWithInput:fromAction:error:

** -(id)runWithInput:(id)input: fromAction:(AMAction *)anAction: error:(NSDictionary **)errorInfo: 解説 調査中... 返り値 ( id ) オブジェクト() 引数 ( id )input ( AMAction * )anAction ( NSDictionary ** )errorInfo フレームワーク Automator …

reset

** 解説 調査中... リセットします。 返り値 ( void ) なし 引数 フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -stop 例文

parametersUpdated

** 解説 調査中...パラメータをアップデートします。 返り値 ( void ) なし 引数 フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -updateParameters 例文

opened

** 解説 調査中... 開きます。 返り値 ( void ) なし 引数 フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -activated 例文

initWithDefinition:fromArchive:

** -(id)initWithDefinition:(NSDictionary *)dict: fromArchive:(BOOL)archived: 解説 返り値 ( id ) オブジェクト 引数 ( NSDictionary * )dict ( BOOL )archived フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -definit…

definition

** 解説 調査中... 定義を返します。 返り値 ( NSMutableDictionary * ) なし 引数 フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -initWithDefinition:fromArchive: 例文

activated

** 解説 調査中... アクティベートします。 返り値 ( void ) なし 引数 フレームワーク Automator クラス AMAction Instance Methods 使用可能 10.4 参照 -opened 例文