sbIServicePaneModule Interface Reference

The interface exposed by the service pane backends. More...

import"sbIServicePaneService.idl";

Inheritance diagram for sbIServicePaneModule:
[legend]
Collaboration diagram for sbIServicePaneModule:
[legend]

Public Member Functions

void servicePaneInit (in sbIServicePaneService aServicePaneService)
 
void fillContextMenu (in sbIServicePaneNode aNode, in nsIDOMXULElement aContextMenu, in nsIDOMWindow aParentWindow)
 
void fillNewItemMenu (in sbIServicePaneNode aNode, in nsIDOMXULElement aContextMenu, in nsIDOMWindow aParentWindow)
 
void onSelectionChanged (in sbIServicePaneNode aNode, in nsIDOMNode aContainer, in nsIDOMWindow aParentWindow)
 
PRBool canDrop (in sbIServicePaneNode aNode, in nsIDragSession aDragSession, in PRInt32 aOrientation, in nsIDOMWindow aWindow)
 
void onDrop (in sbIServicePaneNode aNode, in nsIDragSession aDragSession, in PRInt32 aOrientation, in nsIDOMWindow aWindow)
 
PRBool onDragGesture (in sbIServicePaneNode aNode, in nsIDOMDataTransfer aDataTransfer)
 
void onBeforeRename (in sbIServicePaneNode aNode)
 
void onRename (in sbIServicePaneNode aNode, in AString aNewName)
 
void shutdown ()
 

Public Attributes

readonly attribute AString stringbundle
 

Detailed Description

The interface exposed by the service pane backends.

Definition at line 391 of file sbIServicePaneService.idl.

Member Function Documentation

PRBool sbIServicePaneModule::canDrop ( in sbIServicePaneNode  aNode,
in nsIDragSession  aDragSession,
in PRInt32  aOrientation,
in nsIDOMWindow  aWindow 
)
void sbIServicePaneModule::fillContextMenu ( in sbIServicePaneNode  aNode,
in nsIDOMXULElement  aContextMenu,
in nsIDOMWindow  aParentWindow 
)
void sbIServicePaneModule::fillNewItemMenu ( in sbIServicePaneNode  aNode,
in nsIDOMXULElement  aContextMenu,
in nsIDOMWindow  aParentWindow 
)
void sbIServicePaneModule::onBeforeRename ( in sbIServicePaneNode  aNode)
PRBool sbIServicePaneModule::onDragGesture ( in sbIServicePaneNode  aNode,
in nsIDOMDataTransfer  aDataTransfer 
)
void sbIServicePaneModule::onDrop ( in sbIServicePaneNode  aNode,
in nsIDragSession  aDragSession,
in PRInt32  aOrientation,
in nsIDOMWindow  aWindow 
)
void sbIServicePaneModule::onRename ( in sbIServicePaneNode  aNode,
in AString  aNewName 
)
void sbIServicePaneModule::onSelectionChanged ( in sbIServicePaneNode  aNode,
in nsIDOMNode  aContainer,
in nsIDOMWindow  aParentWindow 
)
void sbIServicePaneModule::servicePaneInit ( in sbIServicePaneService  aServicePaneService)
void sbIServicePaneModule::shutdown ( )

Member Data Documentation

readonly attribute AString sbIServicePaneModule::stringbundle

Definition at line 449 of file sbIServicePaneService.idl.


The documentation for this interface was generated from the following file: