org.eclipse.swt.internal.mozilla
Class nsIWritableVariant
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIVariant
org.eclipse.swt.internal.mozilla.nsIWritableVariant
public class nsIWritableVariant
- extends nsIVariant
Methods inherited from class org.eclipse.swt.internal.mozilla.nsIVariant |
GetAsACString, GetAsArray, GetAsAString, GetAsAUTF8String, GetAsBool, GetAsChar, GetAsDOMString, GetAsDouble, GetAsFloat, GetAsID, GetAsInt16, GetAsInt32, GetAsInt64, GetAsInt8, GetAsInterface, GetAsISupports, GetAsString, GetAsStringWithSize, GetAsUint16, GetAsUint32, GetAsUint64, GetAsUint8, GetAsWChar, GetAsWString, GetAsWStringWithSize, GetDataType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IWRITABLEVARIANT_IID_STR
public static final java.lang.String NS_IWRITABLEVARIANT_IID_STR
- See Also:
- Constant Field Values
NS_IWRITABLEVARIANT_IID
public static final nsID NS_IWRITABLEVARIANT_IID
nsIWritableVariant
public nsIWritableVariant(long address)
GetWritable
public int GetWritable(int[] aWritable)
SetWritable
public int SetWritable(int aWritable)
SetAsInt32
public int SetAsInt32(int aValue)
SetAsInt64
public int SetAsInt64(long aValue)
SetAsUint16
public int SetAsUint16(short aValue)
SetAsUint32
public int SetAsUint32(int aValue)
SetAsFloat
public int SetAsFloat(float aValue)
SetAsDouble
public int SetAsDouble(double aValue)
SetAsBool
public int SetAsBool(int aValue)
SetAsID
public int SetAsID(long aValue)
SetAsAString
public int SetAsAString(long aValue)
SetAsDOMString
public int SetAsDOMString(long aValue)
SetAsACString
public int SetAsACString(long aValue)
SetAsAUTF8String
public int SetAsAUTF8String(long aValue)
SetAsString
public int SetAsString(byte[] aValue)
SetAsWString
public int SetAsWString(char[] aValue)
SetAsISupports
public int SetAsISupports(long aValue)
SetAsInterface
public int SetAsInterface(nsID iid,
long iface)
SetAsArray
public int SetAsArray(short type,
long iid,
int count,
long ptr)
SetAsStringWithSize
public int SetAsStringWithSize(int size,
byte[] str)
SetAsWStringWithSize
public int SetAsWStringWithSize(int size,
char[] str)
SetAsVoid
public int SetAsVoid()
SetAsEmpty
public int SetAsEmpty()
SetAsEmptyArray
public int SetAsEmptyArray()
SetFromVariant
public int SetFromVariant(long aValue)