:: com :: sun :: star :: frame ::

unpublished service LayoutManager
Description
controls the layout of user interface elements which are part of a frame.

Layout management is the process of determining the size and position of user interface elements. By default, each Frame has a layout manager -- it performs layout management for the user interface elements within the frame. User interface elements can provide size and alignment hints to layout managers, but layout managers have the final decision on the size and position of those user interface elements.

Since
OpenOffice 2.0.0

Exported Interfaces
XLayoutManager
Description
central interface to query for, create, destroy and manipulate user interface elements which are bound to a frame.
See also
::com::sun::star::frame::XLayoutManager;
XFrameActionListener
Description
notification interface to receive status information about the state of the connected frame.

E.g., you can receive events of instantiation/destruction and activation/deactivation of a frame.

See also
XFrame::addFrameActionListener()
See also
XFrame::removeFrameActionListener()
::com::sun::star::ui::XUIConfigurationListener
Description
notification interface to receive change messages of user interface elements which are part of the layout manager.

E.g., you can receive events of insertion/replacing and removing of settings data of user interface elements.

See also
::com::sun::star::ui::XUIConfiguration
XMenuBarMergingAcceptor
Description
provides functions to merge menus for inplace editing of components inside OpenOffice.org.
XLayoutManagerEventBroadcaster
Usage Restrictions
optional
Description
registers listeners that want to receive layout manager events.
XInplaceLayout
Usage Restrictions
deprecated
optional
Description
interface to support settings a menu bar for inplace editing of components inside OpenOffice.org.

 
Top of Page