jwx!
v0.0.2


wx
Class ContextMenuEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.CommandEvent
              extended bywx.ContextMenuEvent

public class ContextMenuEvent
extends CommandEvent


Constructor Summary
ContextMenuEvent()
           
ContextMenuEvent(ContextMenuEvent event)
           
ContextMenuEvent(int type)
           
ContextMenuEvent(int type, int winid)
           
ContextMenuEvent(int type, int winid, Point pt)
           
 
Method Summary
 void delete()
           
 Point getPosition()
           
 void setPosition(Point pos)
           
 
Methods inherited from class wx.CommandEvent
getClientObject, getExtraLong, getInt, getSelection, getString, isChecked, isSelection, setClientObject, setExtraLong, setInt, setString
 
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

ContextMenuEvent

public ContextMenuEvent(int type,
                        int winid,
                        Point pt)

ContextMenuEvent

public ContextMenuEvent(int type,
                        int winid)

ContextMenuEvent

public ContextMenuEvent(int type)

ContextMenuEvent

public ContextMenuEvent()

ContextMenuEvent

public ContextMenuEvent(ContextMenuEvent event)
Method Detail

delete

public void delete()
Overrides:
delete in class CommandEvent

getPosition

public Point getPosition()

setPosition

public void setPosition(Point pos)

jwx!
v0.0.2


© 2006 Amit G Mendapara.