:: com :: sun :: star ::

module lang
Description
General UNO concepts like factories etc.

Services
::com::sun::star::lang::MultiServiceFactory Provides a collection of implementations of services.
::com::sun::star::lang::RegistryServiceManager Provides a collection of implementations for services reading from a persistent registry storage. For usage of the service manager have a look at service description of ::com::sun::star::lang::ServiceManager .
::com::sun::star::lang::ServiceManager Provides a collection of implementations for services. This is a singleton you commonly find in your component context under key /singletons/com.sun.star.lang.theServiceManager .
Interfaces
::com::sun::star::lang::XComponent allows to exclicitly free resources and break cyclic references.
::com::sun::star::lang::XConnectionPoint supports connection points for connectable objects.
::com::sun::star::lang::XConnectionPointContainer makes it possible to locate a specific connection point for a specified UIK and manages a sequence of connections points.
::com::sun::star::lang::XEventListener base interface for all event listeners interfaces.
::com::sun::star::lang::XInitialization initializes an object directly after its creation.
::com::sun::star::lang::XLocalizable makes it possible to set a ::com::sun::star::lang::Locale to be used by the object.
::com::sun::star::lang::XMain Executing interface for executable components run by the uno executable loader. This is an application to run components passing the command line arguments.
::com::sun::star::lang::XMultiComponentFactory Factory interface for creating component instances giving a context from which to retrieve deployment values.
::com::sun::star::lang::XMultiServiceFactory Factories support this interface creating instances giving a name, e.g. a service name.
::com::sun::star::lang::XServiceDisplayName provides a name for the service to be used in displays.
::com::sun::star::lang::XServiceInfo Provides information regarding the implementation, i.e. which services are implemented and the name of the implementation.
::com::sun::star::lang::XServiceName identifies the object with a service name which can be used to create such an object by a factory.
::com::sun::star::lang::XSingleComponentFactory Factory interface to create instances of an implementation of a service specification.
::com::sun::star::lang::XSingleServiceFactory [ DEPRECATED ]
Factory interface to produce instances of an implementation of a service specification. This interface is deprecated. Please use ::com::sun::star::lang::XSingleComponentFactory .
::com::sun::star::lang::XTypeProvider interface to get information about the types (usually interface types) supported by an object.
::com::sun::star::lang::XUnoTunnel An interface to tunnel UNO. This means providing access to data or something else, which is not specified by UNO-IDL. @attention Restrictive useage. Use only, if there is no better possibility left. It is definitely a hack.
Structs
::com::sun::star::lang::EventObject specifies the base for all event objects and identifies the source of the event.
::com::sun::star::lang::Locale object represents a specific geographical, political, or cultural region.
Exceptions
::com::sun::star::lang::ArrayIndexOutOfBoundsException This exception is thrown to indicate that an array has been accessed with an illegal index.
::com::sun::star::lang::ClassNotFoundException This exception is thrown when an application tries to load the information on the type through its string name.
::com::sun::star::lang::DisposedException This exception occurs if the object behind this interface has been disposed before and can't uphold its method specification anymore.
::com::sun::star::lang::IllegalAccessException This exception is thrown when an application tries to change a constant property.
::com::sun::star::lang::IllegalArgumentException This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
::com::sun::star::lang::IndexOutOfBoundsException This exception is thrown to indicate that a container has been accessed with an illegal index.
::com::sun::star::lang::InvalidListenerException is thrown by the ::com::sun::star::lang::XConnectionPoint::advice method to indicate that the listener has not supplied the necessary interface.
::com::sun::star::lang::ListenerExistException is thrown by the ::com::sun::star::lang::XConnectionPoint::advise method to indicate that there is only one listener allowed.
::com::sun::star::lang::NoSuchFieldException signals that the class does not have a field of a specified name.
::com::sun::star::lang::NoSuchMethodException signals that the interface does not have a method of a specified name.
::com::sun::star::lang::NoSupportException This exception is thrown when a feature of an interface is not supported.
::com::sun::star::lang::NullPointerException This exception is thrown when an application attempts to use NULL in a case where an object is required.
::com::sun::star::lang::ServiceNotRegisteredException This exception is thrown when a needed service is not found.
::com::sun::star::lang::WrappedTargetException This is a checked exception that wraps an exception thrown by the original target.
::com::sun::star::lang::WrappedTargetRuntimeException This is a runtime exception that wraps any other exception thrown by the original target.
Constant Groups
::com::sun::star::lang::SystemDependent [ DEPRECATED ]
These constants are used to specify systems which depend on return values.
Top of Page