|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.util.win32.NativeVariantAccess
public class NativeVariantAccess
Utility class to access native Variant
Constructor Summary | |
---|---|
NativeVariantAccess()
Constructor of the class (size=1) |
|
NativeVariantAccess(int size)
Constructor of the class |
Method Summary | |
---|---|
void |
dispose()
Dispose the object |
int |
getAddress()
|
int |
getAddress(int index)
|
org.eclipse.swt.internal.ole.win32.IDispatch |
getDispatch()
|
org.eclipse.swt.internal.ole.win32.IDispatch |
getDispatch(int index)
|
int |
getInt()
|
int |
getInt(int index)
|
String |
getString()
|
String |
getString(int index)
|
short |
getType()
|
short |
getType(int index)
|
org.eclipse.swt.ole.win32.Variant |
getVariant()
|
org.eclipse.swt.ole.win32.Variant |
getVariant(int index)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NativeVariantAccess()
public NativeVariantAccess(int size)
size
- array sizeMethod Detail |
---|
public void dispose()
public int getAddress()
public int getAddress(int index)
index
- target index
public short getType()
public short getType(int index)
index
- target index
public int getInt()
public int getInt(int index)
index
- target index
public org.eclipse.swt.internal.ole.win32.IDispatch getDispatch()
public org.eclipse.swt.internal.ole.win32.IDispatch getDispatch(int index)
index
- target index
public String getString()
public String getString(int index)
index
- target index
public org.eclipse.swt.ole.win32.Variant getVariant()
public org.eclipse.swt.ole.win32.Variant getVariant(int index)
index
- target index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |