com.jniwrapper.win32.ie.dom
Class EventObject

java.lang.Object
  extended by com.jniwrapper.win32.ie.dom.EventObject

public class EventObject
extends java.lang.Object

This object represent event from DOM element.


Constructor Summary
EventObject()
           
 
Method Summary
protected  boolean getBooleanProperty(java.lang.String name)
           
 int getButton()
           
 boolean getCancelBubble()
           
 int getClientX()
           
 int getClientY()
           
protected  int getIntProperty(java.lang.String name)
           
 int getKeyCode()
           
 int getOffsetX()
           
 int getOffsetY()
           
 java.lang.Object getProperty(java.lang.String propertyName)
           
protected  java.lang.String getStringProperty(java.lang.String name)
           
 int getX()
           
 int getY()
           
 boolean hasProperty(java.lang.String propertyName)
           
 boolean isAltKey()
           
 boolean isAltLeft()
           
 boolean isContentOverflow()
           
 boolean isCtrlKey()
           
 boolean isCtrlLeft()
           
 boolean isRepeat()
           
 boolean isShiftKey()
           
 boolean isShiftLeft()
           
 void removeProperty(java.lang.String propertyName)
           
 void setAltKey(boolean isPressed)
           
 void setAltLeft(boolean isPressed)
           
protected  void setBooleanProperty(java.lang.String propertyName, boolean value)
           
 void setButton(int buttonNum)
           
 void setCancelBubble(boolean isCancel)
           
 void setClientX(int x)
           
 void setClientY(int y)
           
 void setContentOverflow(boolean isOverflow)
           
 void setCtrlKey(boolean isPressed)
           
 void setCtrlLeft(boolean isPressed)
           
protected  void setIntProperty(java.lang.String propertyName, int val)
           
 void setKeyCode(int code)
           
 void setOffsetX(int x)
           
 void setOffsetY(int y)
           
 void setProperty(java.lang.String propertyName, java.lang.Object val)
           
 void setRepeat(boolean isRepeat)
           
 void setShiftKey(boolean isPressed)
           
 void setShiftLeft(boolean isPressed)
           
protected  void setStringProperty(java.lang.String propertyName, java.lang.String val)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventObject

public EventObject()
Method Detail

setAltKey

public void setAltKey(boolean isPressed)

isAltKey

public boolean isAltKey()

setAltLeft

public void setAltLeft(boolean isPressed)

isAltLeft

public boolean isAltLeft()

setButton

public void setButton(int buttonNum)

getButton

public int getButton()

setCancelBubble

public void setCancelBubble(boolean isCancel)

getCancelBubble

public boolean getCancelBubble()

setClientX

public void setClientX(int x)

getClientX

public int getClientX()

setClientY

public void setClientY(int y)

getClientY

public int getClientY()

setContentOverflow

public void setContentOverflow(boolean isOverflow)

isContentOverflow

public boolean isContentOverflow()

setCtrlKey

public void setCtrlKey(boolean isPressed)

isCtrlKey

public boolean isCtrlKey()

setCtrlLeft

public void setCtrlLeft(boolean isPressed)

isCtrlLeft

public boolean isCtrlLeft()

setKeyCode

public void setKeyCode(int code)

getKeyCode

public int getKeyCode()

setOffsetX

public void setOffsetX(int x)

getOffsetX

public int getOffsetX()

setOffsetY

public void setOffsetY(int y)

getOffsetY

public int getOffsetY()

setRepeat

public void setRepeat(boolean isRepeat)

isRepeat

public boolean isRepeat()

setShiftKey

public void setShiftKey(boolean isPressed)

isShiftKey

public boolean isShiftKey()

setShiftLeft

public void setShiftLeft(boolean isPressed)

isShiftLeft

public boolean isShiftLeft()

setX

public void setX(int x)

getX

public int getX()

setY

public void setY(int y)

getY

public int getY()

setProperty

public void setProperty(java.lang.String propertyName,
                        java.lang.Object val)

getProperty

public java.lang.Object getProperty(java.lang.String propertyName)

removeProperty

public void removeProperty(java.lang.String propertyName)

hasProperty

public boolean hasProperty(java.lang.String propertyName)

setBooleanProperty

protected void setBooleanProperty(java.lang.String propertyName,
                                  boolean value)

getBooleanProperty

protected boolean getBooleanProperty(java.lang.String name)

getIntProperty

protected int getIntProperty(java.lang.String name)

setIntProperty

protected void setIntProperty(java.lang.String propertyName,
                              int val)

getStringProperty

protected java.lang.String getStringProperty(java.lang.String name)

setStringProperty

protected void setStringProperty(java.lang.String propertyName,
                                 java.lang.String val)