wx
Class BookCtrlBaseEvent
java.lang.Object
wx.Object
wx.Event
wx.CommandEvent
wx.NotifyEvent
wx.BookCtrlBaseEvent
- Direct Known Subclasses:
- ChoicebookEvent, ListbookEvent, NotebookEvent
- public class BookCtrlBaseEvent
- extends NotifyEvent
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookCtrlBaseEvent
public BookCtrlBaseEvent(int commandType,
int winid,
int nSel,
int nOldSel)
BookCtrlBaseEvent
public BookCtrlBaseEvent(int commandType,
int winid,
int nSel)
BookCtrlBaseEvent
public BookCtrlBaseEvent(int commandType,
int winid)
BookCtrlBaseEvent
public BookCtrlBaseEvent(int commandType)
BookCtrlBaseEvent
public BookCtrlBaseEvent()
delete
public void delete()
- Overrides:
delete
in class NotifyEvent
getSelection
public int getSelection()
- Overrides:
getSelection
in class CommandEvent
setSelection
public void setSelection(int nSel)
getOldSelection
public int getOldSelection()
setOldSelection
public void setOldSelection(int nOldSel)
© 2006 Amit G Mendapara.