Visit Mozilla.org

FUEL:Application

出典: MDC

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

目次

[編集] メソッドの概要

[編集] プロパティ

プロパティ 説明
id readonly attribute AString アプリケーションの id。
name readonly attribute AString アプリケーションの名前。
version readonly attribute AString アプリケーションのバージョン番号。
console readonly attribute fuelIConsole アプリケーションのコンソールオブジェクト。
extensions readonly attribute fuelIExtensions アプリケーションの拡張機能オブジェクト。インストールされたすべての拡張機能のリストである。
prefs readonly attribute fuelIPreferenceBranch アプリケーションの設定オブジェクト。デフォルトで空のルートブランチである。
storage readonly attribute fuelISessionStorage アプリケーションのストレージオブジェクト。
events readonly attribute fuelIEvents アプリケーションのイベントオブジェクト。 "load", "ready", "quit", "unload" をサポート。
bookmarks readonly attribute fuelIBookmarkFolder アプリケーションのルートのブックマークフォルダオブジェクト。
windows readonly attribute nsIVariant アプリケーション内のブラウザウィンドウの配列。
activeWindow readonly attribute fuelIWindow 現在アクティブなブラウザウィンドウ。

[編集] メソッド

[編集] 参照