27 #include "nsISupports.idl"
30 interface nsIDragSession;
48 [scriptable,
uuid(0f1e6280-bed3-11de-8a39-0800200c9a66)]
A generic interface for UI that renders a media list view.
attribute sbIMediaListView mediaListView
A filtered, sorted view of the media list that the page is supposed to render.
PRBool highlightItem(in unsigned long aViewIndex)
Tell the page to make the MediaItem at the given index visible and highlighted.
readonly attribute PRBool isOnlyView
Should be true if the media page is the only allowed view for the data.
PRBool onDrop(in nsIDOMEvent aEvent, in nsIDragSession aSession)
Called when something is dropped on the tabbrowser tab for this page.
PRBool canDrop(in nsIDOMEvent aEvent, in nsIDragSession aSession)
Called when something is dragged over the tabbrowser tab for this page.