UDK 3.1.0 Java API Reference

Uses of Class
com.sun.star.uno.Type

Packages that use Type
com.sun.star.lib.uno.helper   
com.sun.star.tools.uno   
com.sun.star.uno   
 

Uses of Type in com.sun.star.lib.uno.helper
 

Methods in com.sun.star.lib.uno.helper that return Type
 Type[] WeakBase.getTypes()
          Method of XTypeProvider.
 Type[] MultiTypeInterfaceContainer.getContainedTypes()
          only returns types which have at least one value in InterfaceContainer return value can contain an element null, if someone called addInterface (null, interf)
 

Methods in com.sun.star.lib.uno.helper with parameters of type Type
protected  void PropertySet.registerProperty(String name, int handle, Type type, short attributes, Object id)
          Registers a property with this helper class and associates the argument id with it.
protected  void PropertySet.registerProperty(String name, Type type, short attributes, Object id)
          Registers a property with this class and associates the argument id with it.
 

Uses of Type in com.sun.star.tools.uno
 

Methods in com.sun.star.tools.uno with parameters of type Type
static void DumpType.dumpType(Type type)
          Prints information about argument type to the standard error stream.
 

Uses of Type in com.sun.star.uno
 

Fields in com.sun.star.uno declared as Type
static Type Type.VOID
           
static Type Type.CHAR
           
static Type Type.BOOLEAN
           
static Type Type.BYTE
           
static Type Type.SHORT
           
static Type Type.UNSIGNED_SHORT
           
static Type Type.LONG
           
static Type Type.UNSIGNED_LONG
           
static Type Type.HYPER
           
static Type Type.UNSIGNED_HYPER
           
static Type Type.FLOAT
           
static Type Type.DOUBLE
           
static Type Type.STRING
           
static Type Type.TYPE
           
static Type Type.ANY
           
protected  Type Any._type
          The type of the any.
 

Methods in com.sun.star.uno that return Type
 Type Any.getType()
          Gets the type of the value within the any.
static Type AnyConverter.getType(Object object)
          Determines the type of an any object.
static Type AnyConverter.toType(Object object)
          converts a Type or an any containing a Type into a Type.
 

Methods in com.sun.star.uno with parameters of type Type
 Object XAggregation.queryAggregation(Type aType)
           
static Object UnoRuntime.queryInterface(Type type, Object object)
          queries the given object for the given type.
 Object IMapping.mapInterface(Object object, Type type)
          Maps an interface from one environment to another.
 Object IEnvironment.registerInterface(Object object, String[] oid, Type type)
          Registers one UNO interface facet of an object.
 void IEnvironment.revokeInterface(String oid, Type type)
          Explicitly revokes a UNO interface facet.
 Object IEnvironment.getRegisteredInterface(String oid, Type type)
          Retrieves a registered object, specified by OID and UNO interface type.
 Object IBridge.mapInterfaceTo(Object object, Type type)
          Maps an object from the source environment to the destination environment.
 Object IBridge.mapInterfaceFrom(Object object, Type type)
          Maps an object from destination environment to the source environment.
static Object AnyConverter.toObject(Type type, Object object)
          converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing these types into an UNO object of a specified destination type.
 Object IQueryInterface.queryInterface(Type type)
          Returns an object implementing the desired interface.
 

Constructors in com.sun.star.uno with parameters of type Type
Any(Type type, Object object)
          Constructs a new any with a given type and value
 


UDK 3.1.0 Java API Reference