jwx!
v0.0.2


wx
Class SplitterEvent

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

public class SplitterEvent
extends NotifyEvent


Constructor Summary
SplitterEvent()
           
SplitterEvent(int type)
           
SplitterEvent(int type, SplitterWindow splitter)
           
 
Method Summary
 void delete()
           
 int getSashPosition()
           
 Window getWindowBeingRemoved()
           
 int getX()
           
 int getY()
           
 void setSashPosition(int pos)
           
 
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

SplitterEvent

public SplitterEvent(int type,
                     SplitterWindow splitter)

SplitterEvent

public SplitterEvent(int type)

SplitterEvent

public SplitterEvent()
Method Detail

delete

public void delete()
Overrides:
delete in class NotifyEvent

setSashPosition

public void setSashPosition(int pos)

getSashPosition

public int getSashPosition()

getWindowBeingRemoved

public Window getWindowBeingRemoved()

getX

public int getX()

getY

public int getY()

jwx!
v0.0.2


© 2006 Amit G Mendapara.