Lines Matching refs:popup
37 /** provides data to a popup menu controller implementation to
38 fill and update a popup menu dynamically.
41 A popup menu controller gets a <type scope="com::sun::star::awt">XPopupMenu</type>
42 from its parent menu implementation. The controller has to fill this popup
44 briefs the controller whenever the popup menu gets activated by a user.
52 popup menu controller implementation. The controller must fill this
53 popup menu with its functions.
56 An empty popup menu that must be filled by the popup menu controller.
60 /** briefs the popup menu controller to update the contents of the provided
61 popup menu to reflect the current state.
63 <p>A controller should <b>never</b> update the popup menu structure on its
67 for a non visible popup menu.