Uses of Interface
au.com.swz.swttocom.swt.IDisposeableResource

Packages that use IDisposeableResource
au.com.swz.swttocom.swt   
au.com.swz.swttocom.swt.types   
au.com.swz.swttocom.swt.types.pointer   
 

Uses of IDisposeableResource in au.com.swz.swttocom.swt
 

Classes in au.com.swz.swttocom.swt that implement IDisposeableResource
 class AbstractEnumeration<Object>
          The base class for a COM type enumerations.
 class VariantEnumeration
          A Java wrapper class for the COM IEnumVARIANT interface.
 

Methods in au.com.swz.swttocom.swt with parameters of type IDisposeableResource
 void STCResourceManager.AddObj(IDisposeableResource obj)
          Adds a new interface reference to the list of references that will be release at the next interval.
 

Uses of IDisposeableResource in au.com.swz.swttocom.swt.types
 

Classes in au.com.swz.swttocom.swt.types that implement IDisposeableResource
 class AutomationObjectImpl
          This is the superclass of all automation objects within the SWT frameworks.
 class IFontDisp
          Implementation of the IFontDisp COM Type
 class IPictureDisp
           
 

Uses of IDisposeableResource in au.com.swz.swttocom.swt.types.pointer
 

Classes in au.com.swz.swttocom.swt.types.pointer that implement IDisposeableResource
 class BooleanPointer
          A pointer for use with the boolean Java type.
 class DatePointer
          A pointer for use with the java.util.Data Java type.
 class DoublePointer
          A pointer for use with the double Java type.
 class FloatPointer
          A pointer for use with the float Java type.
 class IDispatchPointer
          A pointer for use with the IDispatch COM interface.
 class IntPointer
          A pointer for use with the int Java type.
 class IUnknownPointer
          A pointer for use with the IUnkown COM interface.
 class LongPointer
          A pointer for use with the long Java type.
 class StringPointer
          A pointer for use with the java.lang.String Java type.
 class VariantPointer
          A pointer for use with a SWT Variant.