jwx!
v0.0.2


wx
Class ListEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.CommandEvent
              extended bywx.NotifyEvent
                  extended bywx.ListEvent

public class ListEvent
extends NotifyEvent


Constructor Summary
ListEvent()
           
ListEvent(int commandType)
           
ListEvent(int commandType, int winid)
           
ListEvent(ListEvent event)
           
 
Method Summary
 void delete()
           
 int getCacheFrom()
           
 int getCacheTo()
           
 int getColumn()
           
 int getData()
           
 int getImage()
           
 int getIndex()
           
 ListItem getItem()
           
 int getKeyCode()
           
 java.lang.String getLabel()
           
 int getMask()
           
 Point getPoint()
           
 java.lang.String getText()
           
 boolean isEditCancelled()
           
 void setEditCanceled(boolean editCancelled)
           
 
Methods inherited from class wx.NotifyEvent
allow, isAllowed, veto
 
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

ListEvent

public ListEvent(int commandType,
                 int winid)

ListEvent

public ListEvent(int commandType)

ListEvent

public ListEvent()

ListEvent

public ListEvent(ListEvent event)
Method Detail

delete

public void delete()
Overrides:
delete in class NotifyEvent

getKeyCode

public int getKeyCode()

getIndex

public int getIndex()

getColumn

public int getColumn()

getPoint

public Point getPoint()

getLabel

public java.lang.String getLabel()

getText

public java.lang.String getText()

getImage

public int getImage()

getData

public int getData()

getMask

public int getMask()

getItem

public ListItem getItem()

getCacheFrom

public int getCacheFrom()

getCacheTo

public int getCacheTo()

isEditCancelled

public boolean isEditCancelled()

setEditCanceled

public void setEditCanceled(boolean editCancelled)

jwx!
v0.0.2


© 2006 Amit G Mendapara.