Songbird / Development / Songbird Add-Ons API Documentation

sbIMediaListViewTreeViewObserver Interface Reference

Observer to implement the nsITreeView methods that a sbIMediaListViewTreeView does not. More...

import "sbIMediaListViewTreeView.idl";

List of all members.

Public Member Functions

void onCellEdited (in sbIMediaItem item, in AString property, in AString oldValue)
 Called back when a cell has been edited in the playlist tree.

Public Attributes

const long DROP_BEFORE = -1
const long DROP_ON = 0
const long DROP_AFTER = 1


Detailed Description

Observer to implement the nsITreeView methods that a sbIMediaListViewTreeView does not.

Definition at line 44 of file sbIMediaListViewTreeView.idl.


Member Function Documentation

void sbIMediaListViewTreeViewObserver::onCellEdited ( in sbIMediaItem  item,
in AString  property,
in AString  oldValue 
)

Called back when a cell has been edited in the playlist tree.

Parameters:
item media item this affects (has already been changed)
property name of the property changed
oldValue old value of the property


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:29:00 2009 for Songbird by  doxygen 1.5.2