The DataFormat class of the com.ms.wfc.data package represents the abstract implementation of the IDataFormat interface. This class also converts between the OLE interface IOleDataFormat and the WFC IDataFormat interface.
public abstract class DataFormat implements IOleDataFormat, IDataFormat { // Constructors public DataFormat(IDataFormat format); // Methods public void addOnFormatChanged(EventHandler handler); protected boolean getUseVariant();
protected void onFormatChanged(Event event);
public void performFormatChanged(); public void removeOnFormatChanged(EventHandler handler); }
See Also BooleanDataFormat, DateDataFormat, NumberDataFormat