28 Components.utils.import(
"resource://gre/modules/XPCOMUtils.jsm");
31 XPCOMUtils.defineLazyServiceGetter(
this,
"_gMM",
"@songbirdnest.com/Songbird/Mediacore/Manager;1",
"sbIMediacoreManager");
42 classID: Components.ID(
"{1c4b8b2c-a2c1-4652-9fb3-523face810b9}"),
43 contractID:
"@getnightingale.com/equalizer-presets/localizable;1",
44 QueryInterface: XPCOMUtils.generateQI([Components.interfaces.ngILocalizableEqualizerPreset]),
53 return this._stringBundle;
55 set stringBundle(
val) {
56 this._stringBundle =
val;
59 return this._property;
65 if(this._stringBundle && this._property) {
66 var
name = this._property;
68 name = this._stringBundle.GetStringFromName(this._property);
71 Components.utils.reportError(e);
78 throw Components.results.NS_ERROR_NULL_POINTER;
84 setValues:
function(aValues) {
85 if(aValues instanceof Components.interfaces.nsIArray &&
87 this._values = aValues;
89 throw Components.results.NS_ERROR_ILLEGAL_VALUE;
sbDeviceFirmwareAutoCheckForUpdate prototype contractID
sbOSDControlService prototype QueryInterface
sbDeviceFirmwareAutoCheckForUpdate prototype classDescription
this _dialogInput val(dateText)
sbDeviceFirmwareAutoCheckForUpdate prototype classID
function ngLocalizableEqualizerPreset()