From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/xpconnect/index.html | 63 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 files/ja/xpconnect/index.html (limited to 'files/ja/xpconnect/index.html') diff --git a/files/ja/xpconnect/index.html b/files/ja/xpconnect/index.html new file mode 100644 index 0000000000..c136996efe --- /dev/null +++ b/files/ja/xpconnect/index.html @@ -0,0 +1,63 @@ +--- +title: XPConnect +slug: XPConnect +tags: + - 'XPCOM:Language Bindings' + - XPConnect +translation_of: Mozilla/Tech/XPCOM/Language_bindings/XPConnect +--- +

+

+
+

XPConnect は、JavaScriptXPCOM の間のブリッジです。XPConnect を使うと、JavaScript のコードから XPCOM コンポーネントを、また、XPCOM コンポーネントからその範囲内で JavaScript オブジェクトも相互に使えます。 +

+
+ + +
+

ドキュメント

+
構造の基本 +
XPConnect、JavaScript、XPCOM、XUL... +
+
コンポーネントの使い方 +
XPCOM コンポーネントとやりとりする方法。 +
+
XPConnect と XPIDL に関する FAQ +
+
ラッパー +
XPCOM が生成し使用するラッパーとはどのようなものか。 +
+

すべて見る... +

+

サンプル

+
nsIEnumerator +
{{ 訳語("列挙", "enumerating") }}が終わったタイミングをどのようにして知るか。 +
+
nsIRegistry +
appreg の代理。 +
+
nsIProfile +
プロファイルの作成、リネーム、削除、一覧。 +
+
appShellService +
Mozilla を終了させる方法。 +
+

すべて見る... +

+
+

コミュニティ

+
  • Mozilla フォーラムを見る... +
+

{{ DiscussionList("dev-tech-xpcom", "mozilla.dev.tech.xpcom") }} +

+

ツール

+ +

関連項目

+
XPCOM, JavaScript, XPIDL +
+
+

Categories +

Interwiki Language Links +


+

{{ languages( { "en": "en/XPConnect", "fr": "fr/XPConnect", "ko": "ko/XPConnect", "pl": "pl/XPConnect" } ) }} -- cgit v1.2.3-54-g00ecf