:: com :: sun :: star ::

module ui
Description
Dialogs and other UI elements.

Nested Modules
dialogs
Services
::com::sun::star::ui::ActionTrigger describes a trigger for an (user inter-)action.
::com::sun::star::ui::ActionTriggerContainer describes a container of user actions.
::com::sun::star::ui::ActionTriggerSeparator describes a separator entry. Such entries are of interest for components rendering an ActionTriggerContainer .
::com::sun::star::ui::ConfigurableUIElement specifies a configurable user interface element that supports persistence.
::com::sun::star::ui::GlobalAcceleratorConfiguration provides access to the global shortcut configuration set.
::com::sun::star::ui::ItemDescriptor describes a user interface item that is part of a user interface element.
::com::sun::star::ui::ModuleUICategoryDescription a service which provides information about the user interface command categories of a single module.
::com::sun::star::ui::ModuleUICommandDescription a service which provides information about the user interface commands of a single module.
::com::sun::star::ui::ModuleUIConfigurationManager specifies a user interface configuration manager which gives access to user interface configuration data of a module.
::com::sun::star::ui::ModuleUIConfigurationManagerSupplier specifies a central user interface configuration provider which gives access to module based user interface configuration managers.
::com::sun::star::ui::ModuleWindowStateConfiguration a service which provides window based information about user interface elements of a single application module.
::com::sun::star::ui::UICategoryDescription a service which provides information about user interface command categories.
::com::sun::star::ui::UICommandDescription a service which provides information about user interface commands of modules.
::com::sun::star::ui::UIConfigurationManager specifies a user interface configuration manager which controls all customizeable user interface elements of an object.
::com::sun::star::ui::UIElement specifies a user interface element.
::com::sun::star::ui::UIElementFactory specifies a user interface element factory that can create and initialize a user interface element type.
::com::sun::star::ui::UIElementFactoryManager specifies a user interface factory manager that controls all registered user interface element factories.
::com::sun::star::ui::UIElementSettings describes the internal structure of a configurable user interface element.
::com::sun::star::ui::WindowStateConfiguration a service which provides window based information about user interface elements.
Interfaces
::com::sun::star::ui::XAcceleratorConfiguration provides read/write access to an accelerator configuration set.
::com::sun::star::ui::XContextMenuInterception This interface enables an object to get interceptors registered that change context menue or prevent them from beeing executed.
::com::sun::star::ui::XContextMenuInterceptor This interface enables the object to be registerd as interceptor to change context menues or prevent them from being executed.
::com::sun::star::ui::XDockingAreaAcceptor this interface enables developer to implement different docking area acceptors which are used by the frame based layout manager.
::com::sun::star::ui::XImageManager specifies access functions to an images manager interface to add, replace and remove images assocations to command URLs.
::com::sun::star::ui::XModuleUIConfigurationManager specifies specific functions of a module based user interface configuration manager interface.
::com::sun::star::ui::XModuleUIConfigurationManagerSupplier allows to retrieve user interface configuration managers related to OpenOffice.org modules.
::com::sun::star::ui::XUIConfiguration supports to notify other implementations about changes of a user interface configuration manager.
::com::sun::star::ui::XUIConfigurationListener supplies information about changes of a user interface configuration manager.
::com::sun::star::ui::XUIConfigurationManager specifies a user interface configuration manager interface which controls the structure of all customizable user interface elements.
::com::sun::star::ui::XUIConfigurationManagerSupplier allows to retrieve the user interface configuration manager related to an object.
::com::sun::star::ui::XUIConfigurationPersistence specifies a persistence interface which supports to load/store user interface configuration data to a storage and to retrieve information about the current state.
::com::sun::star::ui::XUIConfigurationStorage supplies functions to change or get information about the storage of a user interface configuration manager.
::com::sun::star::ui::XUIElement provides a function to retrieve a special purpose interface dependent on the user interface element type.
::com::sun::star::ui::XUIElementFactory specifies a user interface element factory that can create and initialize user interface elements.
::com::sun::star::ui::XUIElementFactoryRegistration is used to query, register and deregister user interface element factories.
::com::sun::star::ui::XUIElementSettings provides functions to retrieve and change user interface element structure data and to update its visible representation.
::com::sun::star::ui::XUIFunctionListener special interface to receive notification that a user interface element will execute a function.
Structs
::com::sun::star::ui::ConfigurationEvent this event is broadcasted by a configuration manager whenever the state of user interface element has changed.
::com::sun::star::ui::ContextMenuExecuteEvent contains all information about the requested context menu.
Enums
::com::sun::star::ui::ContextMenuInterceptorAction determins the action that is requested from the ::com::sun::star::ui::XContextMenuInterceptor .
::com::sun::star::ui::DockingArea specifies different docking areas a frame based layout manager supports.
Constant Groups
::com::sun::star::ui::ActionTriggerSeparatorType Determins the type of a separator in an ActionTriggerContainer.
::com::sun::star::ui::ImageType Determine the image set of an image manager.
::com::sun::star::ui::ItemStyle specifies styles which influence the appearance and the behavior of an user interface item.
::com::sun::star::ui::ItemType Determins the type of an item.
::com::sun::star::ui::UIElementType determine the type of a user interface element which is controlled by a layout manager.
Top of Page