FUEL:Extensions
出典: MDC
この記事は Firefox 3 の新機能について述べています
目次 |
[編集] メソッドの概要
boolean has(in AString aId)
|
fuelIExtension get(in AString aId)
|
[編集] プロパティ
| プロパティ | 型 | 説明 |
all
| readonly attribute nsIVariant
| アプリケーション内のすべての拡張機能を列挙した fuelIExtension の配列。 |
[編集] メソッド
[編集] has()
指定した id の拡張機能が存在するかどうかを調べる。
boolean has(in AString aId)
[編集] 引数
- aId
- 拡張機能の id。
[編集] 戻り値
拡張機能が存在すれば true、さもなくば false。
[編集] get()
指定した id の拡張機能オブジェクトを取得する。
fuelIExtension get(in AString aId)
[編集] 引数
- aId
- 拡張機能の id。
[編集] 戻り値
拡張機能オブジェクト、あるいはもし指定した id の拡張機能が存在しない場合は null。
[編集] 参照
カテゴリ: FUEL | Interfaces