UDK 3.2.0 Java API Reference

Uses of Interface
com.sun.star.uno.IMethodDescription

Packages that use IMethodDescription
com.sun.star.uno   
 

Uses of IMethodDescription in com.sun.star.uno
 

Methods in com.sun.star.uno that return IMethodDescription
 IMethodDescription[] ITypeDescription.getMethodDescriptions()
          Deprecated. Gets the IMethodDescription for every method, if this type is an interface.
 IMethodDescription ITypeDescription.getMethodDescription(int methodId)
          Deprecated. Gets the IMethodDescription for the method with index methodId, if it exists, otherwise returns null.
 IMethodDescription ITypeDescription.getMethodDescription(String name)
          Deprecated. Gets the IMethodDescription for the method with the name name, if it exists, otherwise returns null.
 


UDK 3.2.0 Java API Reference