jwx!
v0.0.2


wx
Class ScrollWinEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.ScrollWinEvent

public class ScrollWinEvent
extends Event


Constructor Summary
ScrollWinEvent()
           
ScrollWinEvent(int commandType)
           
ScrollWinEvent(int commandType, int pos)
           
ScrollWinEvent(int commandType, int pos, int orient)
           
ScrollWinEvent(ScrollWinEvent event)
           
 
Method Summary
 void delete()
           
 int getOrientation()
           
 int getPosition()
           
 void setOrientation(int orient)
           
 void setPosition(int pos)
           
 
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

ScrollWinEvent

public ScrollWinEvent(int commandType,
                      int pos,
                      int orient)

ScrollWinEvent

public ScrollWinEvent(int commandType,
                      int pos)

ScrollWinEvent

public ScrollWinEvent(int commandType)

ScrollWinEvent

public ScrollWinEvent()

ScrollWinEvent

public ScrollWinEvent(ScrollWinEvent event)
Method Detail

delete

public void delete()
Overrides:
delete in class Event

getOrientation

public int getOrientation()

getPosition

public int getPosition()

setOrientation

public void setOrientation(int orient)

setPosition

public void setPosition(int pos)

jwx!
v0.0.2


© 2006 Amit G Mendapara.