Uses of Class
org.jinterop.dcom.core.JIString

Packages that use JIString
org.jinterop.dcom.core Defines the classes and data structures required to work with j-Interop. 
org.jinterop.dcom.impls.automation Defines out-of-box classes for usage with COM servers supporting automation
org.jinterop.dcom.test   
 

Uses of JIString in org.jinterop.dcom.core
 

Methods in org.jinterop.dcom.core that return JIString
 JIString JIVariant.getObjectAsString()
          Retrieves the contained object as JIString.
 JIString JICallBuilder.getResultAsStringAt(int index)
          Returns the value as JIString at the index from the result list.
 

Constructors in org.jinterop.dcom.core with parameters of type JIString
JIVariant(JIString value)
          Setting up a VARIANT with a JIString.
JIVariant(JIString value, boolean isByRef)
          Setting up a VARIANT with a JIString.
 

Uses of JIString in org.jinterop.dcom.impls.automation
 

Methods in org.jinterop.dcom.impls.automation that return JIString
 JIString IJITypeInfo.getMops(int memberId)
          Retrieves marshaling information.
 

Methods in org.jinterop.dcom.impls.automation with parameters of type JIString
 java.lang.Object[] IJITypeLib.findName(JIString nameBuf, int hashValue, short found)
          Finds occurrences of a type description in a type library.
 

Uses of JIString in org.jinterop.dcom.test
 

Methods in org.jinterop.dcom.test with parameters of type JIString
 void Test_ITestServer2_Impl.Execute(JIString str)
           
 void Main.Execute(JIString str)
           
 JIVariant DWebBrowserEvents2.NewWindow3(JIVariant ppDisp, JIVariant Cancel, int dwFlags, JIString bstrUrlContext, JIString bstrUrl)
           
 void DWebBrowserEvents2.PropertyChange(JIString szProperty)
           
 void DWebBrowserEvents2.StatusTextChange(JIString text)
           
 void DWebBrowserEvents2.TitleChange(JIString Text)
           
 



Copyright © 2011. All Rights Reserved.