org.eclipse.swt.internal.mozilla
Class nsITooltipListener

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsITooltipListener

public class nsITooltipListener
extends nsISupports


Field Summary
static nsID NS_ITOOLTIPLISTENER_IID
           
static java.lang.String NS_ITOOLTIPLISTENER_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsITooltipListener(long address)
           
 
Method Summary
 int OnHideTooltip()
           
 int OnShowTooltip(int aXCoords, int aYCoords, char[] aTipText)
           
 
Methods inherited from class org.eclipse.swt.internal.mozilla.nsISupports
AddRef, getAddress, QueryInterface, Release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_ITOOLTIPLISTENER_IID_STR

public static final java.lang.String NS_ITOOLTIPLISTENER_IID_STR
See Also:
Constant Field Values

NS_ITOOLTIPLISTENER_IID

public static final nsID NS_ITOOLTIPLISTENER_IID
Constructor Detail

nsITooltipListener

public nsITooltipListener(long address)
Method Detail

OnShowTooltip

public int OnShowTooltip(int aXCoords,
                         int aYCoords,
                         char[] aTipText)

OnHideTooltip

public int OnHideTooltip()