|
UDK 3.2.7 Java API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated API
Contents
- Deprecated Interfaces
- Deprecated Classes
- Deprecated Exceptions
- Deprecated Fields
- Deprecated Methods
- Deprecated Constructors
Deprecated Interfaces | |
---|---|
com.sun.star.uno.IBridge
As of UDK 3.2, this interface is deprecated, without offering a replacement. |
|
com.sun.star.uno.IEnvironment
As of UDK 3.2, this interface is deprecated, without offering a replacement. |
|
com.sun.star.uno.IFieldDescription
This interface does not cover all the features supported by the corresponding (unpublished) implementation. But no client code should need to access this functionality, anyway. |
|
com.sun.star.uno.IMapping
As of UDK 3.2, this interface is deprecated, without offering a replacement. |
|
com.sun.star.uno.IMemberDescription
This interface does not cover all the features supported by the corresponding (unpublished) implementation. But no client code should need to access this functionality, anyway. |
|
com.sun.star.uno.IMethodDescription
This interface does not cover all the features supported by the corresponding (unpublished) implementation. But no client code should need to access this functionality, anyway. |
|
com.sun.star.uno.ITypeDescription
This interface does not cover all the features supported by the corresponding (unpublished) implementation. But no client code should need to access this functionality, anyway. |
Deprecated Classes | |
---|---|
com.sun.star.uno.Ascii
do not use |
|
com.sun.star.uno.AsciiString
do not use |
|
com.sun.star.comp.helper.RegistryServiceFactory
use class Bootstrap instead |
|
com.sun.star.comp.helper.SharedLibraryLoader
use class Bootstrap bootstrapping a native UNO installation and use the shared library loader service. The SharedLibraryLoader class provides the functionality of the com.sun.star.loader.SharedLibrary
service.
|
Deprecated Exceptions | |
---|---|
com.sun.star.uno.MappingException
since UDK 3.0.2
|
Deprecated Fields | |
---|---|
com.sun.star.uno.UnoRuntime.DEBUG
As of UDK 3.2.0, do not use this internal field. |
Deprecated Methods | |
---|---|
com.sun.star.uno.UnoRuntime.getBridge(IEnvironment, IEnvironment, Object[])
As of UDK 3.2.0, this method is deprecated, without offering a replacement. |
|
com.sun.star.uno.UnoRuntime.getBridgeByName(String, Object, String, Object, Object[])
As of UDK 3.2.0, this method is deprecated, without offering a replacement. |
|
com.sun.star.uno.UnoRuntime.getBridges()
As of UDK 3.2.0, this method is deprecated, without offering a replacement. |
|
com.sun.star.uno.UnoRuntime.getEnvironment(String, Object)
As of UDK 3.2.0, this method is deprecated, without offering a replacement. |
|
com.sun.star.uno.UnoRuntime.getMapping(IEnvironment, IEnvironment)
As of UDK 3.2.0, this method is deprecated, without offering a replacement. |
|
com.sun.star.uno.UnoRuntime.getMappingByName(String, String)
As of UDK 3.2.0, this method is deprecated, without offering a replacement. |
|
com.sun.star.uno.UnoRuntime.reset()
As of UDK 3.2.0, this method is deprecated, without offering a replacement. |
Deprecated Constructors | |
---|---|
com.sun.star.uno.Any(Class, Object)
as of UDK 2.0 |
|
com.sun.star.uno.Ascii(char)
do not use |
|
com.sun.star.uno.AsciiString(String)
do not use |
|
com.sun.star.uno.UnoRuntime()
As of UDK 3.2.0, do not create instances of this class. It is considered a historic mistake to have a public
constructor for this class, which only has static members.
Also, this class might be changed to become final in a
future version. |
|
UDK 3.2.7 Java API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |