Manages the lifecycle of faceplate pane bindings. More...
Go to the source code of this file.
Functions | |
function | ArrayEnumerator (array) |
function | makeGetModule (CONSTRUCTOR, CID, CLASSNAME, CONTRACTID, CATEGORIES) |
XPCOM initialization code. More... | |
Variables | |
const | Cc = Components.classes |
const | Ci = Components.interfaces |
const | Cr = Components.results |
const | Ce = Components.Exception |
const | URL_BINDING_DEFAULT_PANE = "chrome://songbird/content/bindings/facePlate.xml#default-pane" |
const | URL_BINDING_DASHBOARD_PANE = "chrome://songbird/content/bindings/facePlate.xml#playback-pane" |
const | DATAREMOTE_PLAYBACK = "faceplate.playing" |
ArrayEnumerator | prototype |
var | NSGetModule |
Manages the lifecycle of faceplate pane bindings.
vim: ts=2 sw=2 expandtab
BEGIN SONGBIRD GPL
This file is part of the Songbird web player.
Copyright(c) 2005-2008 POTI, Inc. http://songbirdnest.com
This file may be licensed under the terms of of the GNU General Public License Version 2 (the "GPL").
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the GPL for the specific language governing rights and limitations.
You should have received a copy of the GPL along with this program. If not, go to http://www.gnu.org/licenses/gpl.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
END SONGBIRD GPL
Definition in file sbFaceplateManager.js.
function ArrayEnumerator | ( | array | ) |
Definition at line 49 of file sbFaceplateManager.js.
function makeGetModule | ( | CONSTRUCTOR, | |
CID, | |||
CLASSNAME, | |||
CONTRACTID, | |||
CATEGORIES | |||
) |
XPCOM initialization code.
Definition at line 428 of file sbFaceplateManager.js.
const Cc = Components.classes |
Definition at line 33 of file sbFaceplateManager.js.
const Ce = Components.Exception |
Definition at line 36 of file sbFaceplateManager.js.
const Ci = Components.interfaces |
Definition at line 34 of file sbFaceplateManager.js.
const Cr = Components.results |
Definition at line 35 of file sbFaceplateManager.js.
const DATAREMOTE_PLAYBACK = "faceplate.playing" |
Definition at line 41 of file sbFaceplateManager.js.
var NSGetModule |
Definition at line 499 of file sbFaceplateManager.js.
FaceplateManager prototype |
Definition at line 53 of file sbFaceplateManager.js.
const URL_BINDING_DASHBOARD_PANE = "chrome://songbird/content/bindings/facePlate.xml#playback-pane" |
Definition at line 39 of file sbFaceplateManager.js.
const URL_BINDING_DEFAULT_PANE = "chrome://songbird/content/bindings/facePlate.xml#default-pane" |
Definition at line 38 of file sbFaceplateManager.js.