From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ja/toolkit_api/extipreference/index.html | 84 -------------------------- 1 file changed, 84 deletions(-) delete mode 100644 files/ja/toolkit_api/extipreference/index.html (limited to 'files/ja/toolkit_api/extipreference') diff --git a/files/ja/toolkit_api/extipreference/index.html b/files/ja/toolkit_api/extipreference/index.html deleted file mode 100644 index d0e22e7239..0000000000 --- a/files/ja/toolkit_api/extipreference/index.html +++ /dev/null @@ -1,84 +0,0 @@ ---- -title: extIPreference -slug: Toolkit_API/extIPreference -tags: - - FUEL - - Interfaces - - SMILE - - STEEL - - XPCOM - - XPCOM API Reference -translation_of: Mozilla/Tech/Toolkit_API/extIPreference ---- -

-

-

この記事は Thunderbird 3 の新機能について述べています

-

-

extIPreference インタフェースは、一つの設定へのアクセスを提供します。データはキャッシュされません。すべて、現在の設定値へアクセスして読み取ります。extIPreferencetoolkit/components/exthelper/extIApplication.idl で定義されています。

-

XPCOM サービスを通して実装された extIApplication: FUEL (Firefox) または STEEL (Thunderbird), SMILE (SeaMonkey) のページの説明を参照してください。

-

メソッドの概要

- - - - - - -
void reset()
-

プロパティ

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
プロパティ説明
namereadonly attribute AString設定の名前。
typereadonly attribute AString設定の型を表す文字列 (String, Boolean, Number のいずれか)。
valueattribute nsIVariant設定の値を取得あるいは変更する。
lockedattribute boolean設定のロック状態を取得する。真偽値をセットすることで設定をロックあるいはロック解除する。
modifiedreadonly attribute boolean設定がユーザによって変更されたかどうかを調べる。
branchreadonly attribute extIPreferenceBranchこの設定を含む設定ブランチ。
eventsreadonly attribute extIEventsこの設定のイベントオブジェクト。 "change" をサポート。
-

メソッド

-

reset()

-

設定をデフォルト値にリセットする。

-
- これは、設定が存在しないかすでにデフォルト値である場合は例外が発生します。このメソッドは、try/catch ブロック内で呼び出してください。
-
void reset()
-
-
引数
-
戻り値
-

 

-

参照

-

FUEL (Firefox), STEEL (Thunderbird), SMILE (SeaMonkey)

-

-- cgit v1.2.3-54-g00ecf