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

interface XLayoutManager2
Base Interfaces
XLayoutManager2XLayoutManagerXFrameActionListener
┃ ┗ ::com::sun::star::lang::XEventListener
┣ ::com::sun::star::ui::XUIConfigurationListener
┃ ┗ ::com::sun::star::lang::XEventListenerXMenuBarMergingAcceptorXLayoutManagerEventBroadcaster

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(), 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
Description
registers listeners that want to receive layout manager events.

Top of Page