|
UDK 3.1.0 Java API Reference | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
from
to environment to
.
from
to environment to
.
array
of all active bridges.
ITypeDescription
if
this is an array type, otherwise returns null
.
name
with context context
.
IFieldDescription
for the
field with the name name
, if it exists,
otherwise returns null
.
IFieldDescription
for every
field, if this type is an interface.
ITypeDescription> of
the [in] parameters.
- getMapping(IEnvironment, IEnvironment) -
Static method in class com.sun.star.uno.UnoRuntime
- Gets the desired mapping from
from
to to
.
- getMappingByName(String, String) -
Static method in class com.sun.star.uno.UnoRuntime
- Gets the desired mapping from
from
to to
.
- getMethod() -
Method in interface com.sun.star.uno.IMethodDescription
- Gives native java method of this method.
- getMethodDescription(int) -
Method in interface com.sun.star.uno.ITypeDescription
- Gets the
IMethodDescription
for the
method with index methodId, if it exists, otherwise
returns null
.
- getMethodDescription(String) -
Method in interface com.sun.star.uno.ITypeDescription
- Gets the
IMethodDescription
for the
method with the name name
, if it exists,
otherwise returns null
.
- getMethodDescriptions() -
Method in interface com.sun.star.uno.ITypeDescription
- Gets the
IMethodDescription
for every
method, if this type is an interface.
- getName() -
Method in interface com.sun.star.uno.IMemberDescription
- Gives the name of this member.
- getName() -
Method in interface com.sun.star.uno.IEnvironment
- Gets the name of this environment.
- getObject() -
Method in class com.sun.star.uno.Any
- Gets the value within the any.
- getOid() -
Method in interface com.sun.star.uno.IQueryInterface
- returns the object identifier (oid) of the underlying object.
- getOutSignature() -
Method in interface com.sun.star.uno.IMethodDescription
- Gives any array of
ITypeDescription> of
the [out] parameters.
- getProperties() -
Method in class com.sun.star.lib.uno.helper.PropertySet
- Returns an array of all Property objects or an array of length null if there
are no properties.
- getProperty(String) -
Method in class com.sun.star.lib.uno.helper.PropertySet
- Returns the Property object for a given property name or null if that property does
not exists (i.e.
- getPropertyByHandle(int) -
Method in class com.sun.star.lib.uno.helper.PropertySet
- Returns the Property object with a handle (Property.Handle) as specified by the argument
nHandle.
- getPropertyId(Property) -
Method in class com.sun.star.lib.uno.helper.PropertySet
- Returns the identifyer object for a certain Property.
- getPropertySetInfo() -
Method in class com.sun.star.lib.uno.helper.PropertySet
-
- getPropertyValue(Property) -
Method in class com.sun.star.lib.uno.helper.PropertySet
- Retrieves the value of a property.
- getPropertyValue(String) -
Method in class com.sun.star.lib.uno.helper.PropertySet
-
- getPropertyValues(String[]) -
Method in class com.sun.star.lib.uno.helper.PropertySet
- If a value for a property could not be retrieved then the respective element in the returned
array has the value null.
- getProtocol() -
Method in class com.sun.star.lib.uno.helper.UnoUrl
- Returns the name of the protocol of this
Uno Url.
- getProtocolParameters() -
Method in class com.sun.star.lib.uno.helper.UnoUrl
- Returns the protocol parameters as
a Hashmap with key/value pairs.
- getProtocolParametersAsString() -
Method in class com.sun.star.lib.uno.helper.UnoUrl
- Returns the raw specification of the protocol
parameters.
- getRegisteredInterface(String, Type) -
Method in interface com.sun.star.uno.IEnvironment
- Retrieves a registered object, specified by OID and UNO interface type.
- getRegisteredObject(String) -
Method in interface com.sun.star.uno.XNamingService
-
- getRegisteredObjectIdentifier(Object) -
Method in interface com.sun.star.uno.IEnvironment
- Retrieves the OID for a registered object.
- getReturnSignature() -
Method in interface com.sun.star.uno.IMethodDescription
- Gives the
ITypeDescription
of
the return type.
- getRootOid() -
Method in class com.sun.star.lib.uno.helper.UnoUrl
- Return the object name.
- getServiceFactory(String, String, XMultiServiceFactory, XRegistryKey) -
Static method in class com.sun.star.comp.helper.SharedLibraryLoader
- Deprecated. Loads and returns a specific factory for a given library and implementation name.
- getServiceFactory(XMultiServiceFactory, XRegistryKey) -
Static method in class com.sun.star.comp.helper.SharedLibraryLoader
- Deprecated. Supplies the ServiceFactory of the default SharedLibraryLoader.
- getServiceManager() -
Method in class com.sun.star.comp.helper.ComponentContext
-
- getServiceManager() -
Method in interface com.sun.star.uno.XComponentContext
-
- getSourceEnvironment() -
Method in interface com.sun.star.uno.IBridge
- Gives the source environment.
- getSuperType() -
Method in interface com.sun.star.uno.ITypeDescription
- Gets the
ITypeDescription
of the
super, if it exists.
- getSupportedServiceNames() -
Method in class com.sun.star.lib.uno.helper.Factory
-
- getTargetEnvironment() -
Method in interface com.sun.star.uno.IBridge
- Gives the destination environment.
- getType() -
Method in class com.sun.star.uno.Any
- Gets the type of the value within the any.
- getType(Object) -
Static method in class com.sun.star.uno.AnyConverter
- Determines the type of an any object.
- getTypeClass() -
Method in interface com.sun.star.uno.ITypeDescription
- Gets the IDL
TypeClass
of the type.
- getTypeClass() -
Method in class com.sun.star.uno.Type
- Gets the type class.
- getTypeDescription() -
Method in class com.sun.star.uno.Type
- Gives the type description of this type.
- getTypeDescription() -
Method in interface com.sun.star.uno.IFieldDescription
- Gives the name of this member.
- getTypeName() -
Method in interface com.sun.star.uno.ITypeDescription
- Gets the (UNO) type name.
- getTypeName() -
Method in class com.sun.star.uno.Type
- Gets the type name.
- getTypes() -
Method in class com.sun.star.lib.uno.helper.WeakBase
- Method of XTypeProvider.
- getUniqueKey() -
Static method in class com.sun.star.uno.UnoRuntime
- returns a world wide unique string.
- getValue() -
Method in class com.sun.star.uno.Union
- Get the value in the union.
- getValue() -
Method in class com.sun.star.uno.Enum
- Get the integer value of an enum value.
- getValueByName(String) -
Method in class com.sun.star.comp.helper.ComponentContext
-
- getValueByName(String) -
Method in interface com.sun.star.uno.XCurrentContext
-
- getValueByName(String) -
Method in interface com.sun.star.uno.XComponentContext
-
- getZClass() -
Method in interface com.sun.star.uno.ITypeDescription
- Gets the corresponding java class for the type.
- getZClass() -
Method in class com.sun.star.uno.Type
- Gets the Java class.
|
UDK 3.1.0 Java API Reference | ||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |