Alphabetical Index: I

_ A B C D E F G H I L M N P Q R S T U V W

I

IBridge - interface com.sun.star.uno.IBridge
This is abstract interface for bridges.
IEnvironment - interface com.sun.star.uno.IEnvironment
The interface implemented by UNO environments.
IFieldDescription - interface com.sun.star.uno.IFieldDescription
The IFieldDescription describes non method members.
IMapping - interface com.sun.star.uno.IMapping
With a mapping objets can be mapped from one environment to another.
IMemberDescription - interface com.sun.star.uno.IMemberDescription
The IMemberDescription is the base interface for for the special subset of typedescriptions, which describe members of IDL structs or interfeces.
IMethodDescription - interface com.sun.star.uno.IMethodDescription
The IMethodDescription allows to examine a method in detail.
indexOf(Object) - method in class com.sun.star.lib.uno.helper.InterfaceContainer
Searches for the first occurence of the given argument, testing for equality using the equals method.
init() - method in class com.sun.star.tools.uno.UnoApp
Calls the main method.
initMappings() - method in class com.sun.star.lib.uno.helper.PropertySet
Initializes data structures used for mappings of property names to property object, property handles to property objects and property objects to id objects.
InterfaceContainer - class com.sun.star.lib.uno.helper.InterfaceContainer
This class is a container for interfaces.
InterfaceContainer() - constructor for class com.sun.star.lib.uno.helper.InterfaceContainer
Creates a new instance of InterfaceContainer
InterfaceContainer(int) - constructor for class com.sun.star.lib.uno.helper.InterfaceContainer
Constructs an empty list with the specified initial capacity.
IQueryInterface - interface com.sun.star.uno.IQueryInterface
This is the delegator interface for Java objects implementing interfaces of an underlying UNO object.
isAny() - method in class com.sun.star.uno.IMemberDescription
Indicates if this member is an any.
isArray(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains UNO idl sequence value (meaning a java array containing elements which are values of UNO idl types).
isBoolean(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type boolean.
isByte(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type byte.
isChar(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type char.
isConst() - method in class com.sun.star.uno.IMethodDescription
Indicates if this method is const.
isDouble(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type double.
isEmpty() - method in class com.sun.star.lib.uno.helper.InterfaceContainer
Tests if this list has no elements.
isEnum(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type enum.
isFloat(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type float.
isInt(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type long (which maps to a java-int).
isInterface() - method in class com.sun.star.uno.IMemberDescription
Indicates if this member is an interface.
isLong(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type hyper (which maps to a java-long).
isObject(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains an interface, struct, exception, sequence or enum.
isOneway() - method in class com.sun.star.uno.IMethodDescription
Indicates if this method is oneWay, respectivly if this method may become executed asynchronously.
isSame(Object) - method in class com.sun.star.uno.IQueryInterface
Tests if the given reference represents a facet of the underlying UNO object.
isShort(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type short.
isString(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type string.
isSupertypeOf(com.sun.star.uno.Type) - method in class com.sun.star.uno.Type
Determines whether this UNO type is a supertype of another UNO type.
isType(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains a value of the idl type type.
isUnsigned() - method in class com.sun.star.uno.IMemberDescription
Indicates if this member is unsigned.
isVoid(Object) - static method in class com.sun.star.uno.AnyConverter
checks if the any contains the idl type void.
iterator() - method in class com.sun.star.lib.uno.helper.InterfaceContainer
ITypeDescription - interface com.sun.star.uno.ITypeDescription
The ITypeDescription allows to examine a type in detail (e.g.