jwx!
v0.0.2


wx
Class DataObject

java.lang.Object
  extended bywx.DataObject
Direct Known Subclasses:
DataObjectComposite, DataObjectSimple

public class DataObject
extends java.lang.Object


Nested Class Summary
static class DataObject.Direction
           
 
Field Summary
static int DIRECTION_BOTH
           
static int DIRECTION_GET
           
static int DIRECTION_SET
           
 
Method Summary
 void delete()
           
 DataFormat[] getAllFormats()
          Get an array of all supported formats in the given direction.
 void getAllFormats(DataFormat[] formats)
           
 void getAllFormats(DataFormat[] formats, int direction)
           
 DataFormat[] getAllFormats(int direction)
          Get an array of all supported formats in the given direction.
 int getDataSize(DataFormat format)
           
 int getFormatCount()
           
 int getFormatCount(int direction)
           
 DataFormat getPreferredFormat()
           
 DataFormat getPreferredFormat(int direction)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECTION_GET

public static final int DIRECTION_GET

DIRECTION_SET

public static final int DIRECTION_SET

DIRECTION_BOTH

public static final int DIRECTION_BOTH
Method Detail

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)

jwx!
v0.0.2


© 2006 Amit G Mendapara.