Package au.com.swz.swttocom.swt.types.pointer

Interface Summary
IPointer A pointer to COM data type
 

Class Summary
BooleanPointer A pointer for use with the boolean Java type.
DatePointer A pointer for use with the java.util.Data Java type.
DoublePointer A pointer for use with the double Java type.
FloatPointer A pointer for use with the float Java type.
IDispatchPointer A pointer for use with the IDispatch COM interface.
IntPointer A pointer for use with the int Java type.
IUnknownPointer A pointer for use with the IUnkown COM interface.
LongPointer A pointer for use with the long Java type.
StringPointer A pointer for use with the java.lang.String Java type.
VariantPointer A pointer for use with a SWT Variant.