wx
Class DataObject
java.lang.Object
wx.DataObject
- Direct Known Subclasses:
- DataObjectComposite, DataObjectSimple
- public class DataObject
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIRECTION_GET
public static final int DIRECTION_GET
DIRECTION_SET
public static final int DIRECTION_SET
DIRECTION_BOTH
public static final int DIRECTION_BOTH
delete
public void delete()
getAllFormats
public final DataFormat[] getAllFormats(int direction)
- Get an array of all supported formats in the given direction.
- Parameters:
direction
- the direction
- Returns:
- an array of wx.DataFormat
getAllFormats
public final DataFormat[] getAllFormats()
- Get an array of all supported formats in the given direction.
- Returns:
- an array of wx.DataFormat
getPreferredFormat
public DataFormat getPreferredFormat(int direction)
getPreferredFormat
public DataFormat getPreferredFormat()
getFormatCount
public int getFormatCount(int direction)
getFormatCount
public int getFormatCount()
getAllFormats
public void getAllFormats(DataFormat[] formats,
int direction)
getAllFormats
public void getAllFormats(DataFormat[] formats)
getDataSize
public int getDataSize(DataFormat format)
© 2006 Amit G Mendapara.