jwx!
v0.0.2


wx
Class NavigationKeyEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.NavigationKeyEvent

public class NavigationKeyEvent
extends Event


Constructor Summary
NavigationKeyEvent()
           
NavigationKeyEvent(NavigationKeyEvent event)
           
 
Method Summary
 void delete()
           
 Window getCurrentFocus()
           
 boolean getDirection()
           
 boolean isFromTab()
           
 boolean isWindowChange()
           
 void setCurrentFocus(Window win)
           
 void setDirection(boolean bForward)
           
 void setFlags(int flags)
           
 void setFromTab(boolean bIs)
           
 void setWindowChange(boolean bIs)
           
 
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

NavigationKeyEvent

public NavigationKeyEvent()

NavigationKeyEvent

public NavigationKeyEvent(NavigationKeyEvent event)
Method Detail

delete

public void delete()
Overrides:
delete in class Event

getDirection

public boolean getDirection()

setDirection

public void setDirection(boolean bForward)

isWindowChange

public boolean isWindowChange()

setWindowChange

public void setWindowChange(boolean bIs)

isFromTab

public boolean isFromTab()

setFromTab

public void setFromTab(boolean bIs)

getCurrentFocus

public Window getCurrentFocus()

setCurrentFocus

public void setCurrentFocus(Window win)

setFlags

public void setFlags(int flags)

jwx!
v0.0.2


© 2006 Amit G Mendapara.