jwx!
v0.0.2


wx
Class DropFilesEvent

java.lang.Object
  extended bywx.Object
      extended bywx.Event
          extended bywx.DropFilesEvent

public class DropFilesEvent
extends Event


Constructor Summary
DropFilesEvent()
           
DropFilesEvent(DropFilesEvent other)
           
DropFilesEvent(int type)
           
DropFilesEvent(int type, java.lang.String[] files)
           
 
Method Summary
 void delete()
           
 java.lang.String[] getFiles()
           
 int getNumberOfFiles()
           
 Point getPosition()
           
 
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

DropFilesEvent

public DropFilesEvent(int type)

DropFilesEvent

public DropFilesEvent()

DropFilesEvent

public DropFilesEvent(int type,
                      java.lang.String[] files)

DropFilesEvent

public DropFilesEvent(DropFilesEvent other)
Method Detail

delete

public void delete()
Overrides:
delete in class Event

getPosition

public Point getPosition()

getNumberOfFiles

public int getNumberOfFiles()

getFiles

public java.lang.String[] getFiles()

jwx!
v0.0.2


© 2006 Amit G Mendapara.