org.eclipse.swt.internal.mozilla
Class nsIVariant
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIVariant
- Direct Known Subclasses:
- nsIWritableVariant
public class nsIVariant
- extends nsISupports
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IVARIANT_IID_STR
public static final java.lang.String NS_IVARIANT_IID_STR
- See Also:
- Constant Field Values
NS_IVARIANT_IID
public static final nsID NS_IVARIANT_IID
nsIVariant
public nsIVariant(long address)
GetDataType
public int GetDataType(short[] aDataType)
GetAsInt8
public int GetAsInt8(long _retval)
GetAsInt16
public int GetAsInt16(long _retval)
GetAsInt32
public int GetAsInt32(int[] _retval)
GetAsInt64
public int GetAsInt64(long[] _retval)
GetAsUint8
public int GetAsUint8(long _retval)
GetAsUint16
public int GetAsUint16(short[] _retval)
GetAsUint32
public int GetAsUint32(int[] _retval)
GetAsUint64
public int GetAsUint64(long _retval)
GetAsFloat
public int GetAsFloat(float[] _retval)
GetAsDouble
public int GetAsDouble(long _retval)
GetAsBool
public int GetAsBool(int[] _retval)
GetAsChar
public int GetAsChar(byte[] _retval)
GetAsWChar
public int GetAsWChar(char[] _retval)
GetAsID
public int GetAsID(long retval)
GetAsAString
public int GetAsAString(long _retval)
GetAsDOMString
public int GetAsDOMString(long _retval)
GetAsACString
public int GetAsACString(long _retval)
GetAsAUTF8String
public int GetAsAUTF8String(long _retval)
GetAsString
public int GetAsString(long[] _retval)
GetAsWString
public int GetAsWString(long[] _retval)
GetAsISupports
public int GetAsISupports(long[] _retval)
GetAsInterface
public int GetAsInterface(long[] iid,
long[] iface)
GetAsArray
public int GetAsArray(short[] type,
long iid,
int[] count,
long[] ptr)
GetAsStringWithSize
public int GetAsStringWithSize(int[] size,
long[] str)
GetAsWStringWithSize
public int GetAsWStringWithSize(int[] size,
long[] str)