org.eclipse.swt.dnd
Class OleEnumFORMATETC

java.lang.Object
  |
  +--org.eclipse.swt.dnd.OleEnumFORMATETC

final class OleEnumFORMATETC
extends Object


Field Summary
private  org.eclipse.swt.internal.ole.win32.FORMATETC[] formats
           
private  org.eclipse.swt.internal.ole.win32.COMObject iEnumFORMATETC
           
private  int index
           
private  org.eclipse.swt.internal.ole.win32.COMObject iUnknown
           
private  int refCount
           
 
Constructor Summary
(package private) OleEnumFORMATETC()
           
 
Method Summary
(package private)  int AddRef()
           
private  void createCOMInterfaces()
           
private  void disposeCOMInterfaces()
           
(package private)  int getAddress()
           
private  org.eclipse.swt.internal.ole.win32.FORMATETC[] getNextItems(int numItems)
           
private  int Next(int celt, int rgelt, int pceltFetched)
           
private  int QueryInterface(int riid, int ppvObject)
           
(package private)  int Release()
           
private  int Reset()
           
(package private)  void setFormats(org.eclipse.swt.internal.ole.win32.FORMATETC[] newFormats)
           
private  int Skip(int celt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iUnknown

private org.eclipse.swt.internal.ole.win32.COMObject iUnknown

iEnumFORMATETC

private org.eclipse.swt.internal.ole.win32.COMObject iEnumFORMATETC

refCount

private int refCount

index

private int index

formats

private org.eclipse.swt.internal.ole.win32.FORMATETC[] formats
Constructor Detail

OleEnumFORMATETC

OleEnumFORMATETC()
Method Detail

AddRef

int AddRef()

createCOMInterfaces

private void createCOMInterfaces()

disposeCOMInterfaces

private void disposeCOMInterfaces()

getAddress

int getAddress()

getNextItems

private org.eclipse.swt.internal.ole.win32.FORMATETC[] getNextItems(int numItems)

Next

private int Next(int celt,
                 int rgelt,
                 int pceltFetched)

QueryInterface

private int QueryInterface(int riid,
                           int ppvObject)

Release

int Release()

Reset

private int Reset()

setFormats

void setFormats(org.eclipse.swt.internal.ole.win32.FORMATETC[] newFormats)

Skip

private int Skip(int celt)


comments?