org.eclipse.swt.internal.mozilla
Class nsIDOMEvent

java.lang.Object
  extended by org.eclipse.swt.internal.mozilla.nsISupports
      extended by org.eclipse.swt.internal.mozilla.nsIDOMEvent
Direct Known Subclasses:
nsIDOMUIEvent

public class nsIDOMEvent
extends nsISupports


Field Summary
static int AT_TARGET
           
static int BUBBLING_PHASE
           
static int CAPTURING_PHASE
           
static nsID NS_IDOMEVENT_IID
           
static java.lang.String NS_IDOMEVENT_IID_STR
           
 
Fields inherited from class org.eclipse.swt.internal.mozilla.nsISupports
NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR
 
Constructor Summary
nsIDOMEvent(long address)
           
 
Method Summary
 int GetBubbles(int[] aBubbles)
           
 int GetCancelable(int[] aCancelable)
           
 int GetCurrentTarget(long[] aCurrentTarget)
           
 int GetEventPhase(short[] aEventPhase)
           
 int GetTarget(long[] aTarget)
           
 int GetTimeStamp(long[] aTimeStamp)
           
 int GetType(long aType)
           
 int InitEvent(long eventTypeArg, int canBubbleArg, int cancelableArg)
           
 int PreventDefault()
           
 int StopPropagation()
           
 
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_IDOMEVENT_IID_STR

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

NS_IDOMEVENT_IID

public static final nsID NS_IDOMEVENT_IID

CAPTURING_PHASE

public static final int CAPTURING_PHASE
See Also:
Constant Field Values

AT_TARGET

public static final int AT_TARGET
See Also:
Constant Field Values

BUBBLING_PHASE

public static final int BUBBLING_PHASE
See Also:
Constant Field Values
Constructor Detail

nsIDOMEvent

public nsIDOMEvent(long address)
Method Detail

GetType

public int GetType(long aType)

GetTarget

public int GetTarget(long[] aTarget)

GetCurrentTarget

public int GetCurrentTarget(long[] aCurrentTarget)

GetEventPhase

public int GetEventPhase(short[] aEventPhase)

GetBubbles

public int GetBubbles(int[] aBubbles)

GetCancelable

public int GetCancelable(int[] aCancelable)

GetTimeStamp

public int GetTimeStamp(long[] aTimeStamp)

StopPropagation

public int StopPropagation()

PreventDefault

public int PreventDefault()

InitEvent

public int InitEvent(long eventTypeArg,
                     int canBubbleArg,
                     int cancelableArg)