jwx!
v0.0.2


wx
Class SetCursorEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.SetCursorEvent

public class SetCursorEvent
extends Event


Constructor Summary
SetCursorEvent()
           
SetCursorEvent(int x)
           
SetCursorEvent(int x, int y)
           
SetCursorEvent(SetCursorEvent event)
           
 
Method Summary
 void delete()
           
 Cursor getCursor()
           
 int getX()
           
 int getY()
           
 boolean hasCursor()
           
 void setCursor(Cursor cursor)
           
 
Methods inherited from class wx.Event
copy, getEventObject, getEventType, getId, getSkipped, getTimestamp, isCommandEvent, resumePropagation, setEventObject, setEventType, setId, setTimestamp, setTimestamp, shouldPropagate, skip, skip, stopPropagation
 
Methods inherited from class wx.Object
_, getTanslation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetCursorEvent

public SetCursorEvent(int x,
                      int y)

SetCursorEvent

public SetCursorEvent(int x)

SetCursorEvent

public SetCursorEvent()

SetCursorEvent

public SetCursorEvent(SetCursorEvent event)
Method Detail

delete

public void delete()
Overrides:
delete in class Event

getX

public int getX()

getY

public int getY()

setCursor

public void setCursor(Cursor cursor)

getCursor

public Cursor getCursor()

hasCursor

public boolean hasCursor()

jwx!
v0.0.2


© 2006 Amit G Mendapara.