org.eclipse.swt.internal.mozilla
Class nsIProperties
java.lang.Object
org.eclipse.swt.internal.mozilla.nsISupports
org.eclipse.swt.internal.mozilla.nsIProperties
public class nsIProperties
- extends nsISupports
Method Summary |
int |
Get(byte[] prop,
nsID iid,
long[] result)
|
int |
GetKeys(int[] count,
long[] keys)
|
int |
Has(byte[] prop,
int[] _retval)
|
int |
Set(byte[] prop,
long value)
|
int |
Undefine(byte[] prop)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS_IPROPERTIES_IID_STR
public static final java.lang.String NS_IPROPERTIES_IID_STR
- See Also:
- Constant Field Values
NS_IPROPERTIES_IID
public static final nsID NS_IPROPERTIES_IID
nsIProperties
public nsIProperties(long address)
Get
public int Get(byte[] prop,
nsID iid,
long[] result)
Set
public int Set(byte[] prop,
long value)
Has
public int Has(byte[] prop,
int[] _retval)
Undefine
public int Undefine(byte[] prop)
GetKeys
public int GetKeys(int[] count,
long[] keys)