Microsoft SDK for Java

DataFormat Class

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.