Exported Interfaces - Details |
XPopupMenuController
- Description
- supports functions to initialize and update a pop-up menu controller
implementation.
A pop-up menu controller implementation gets initialized with a
::com::sun::star::awt::XPopupMenu object. This assures
that a pop-up menu controller can be implemented with any UNO based
language.
|
|
::com::sun::star::lang::XInitialization
- Description
- provides functions to initialize a pop-up menu controller with
specific data which are needed.
This interface should not directly used. A factory service is responsible to
initialize every controller correctly.
A pop-up menu controller needs at least two additional arguments
provided as ::com::sun::star::beans::PropertyValue:
- Frame
specifies the XFrame
instance to which the pop-up menu controller belongs to.
- CommandURL
specifies which pop-up menu controller should be created.
- See also
- PopupMenuControllerFactory
|
|
XStatusListener
- Description
- used to brief the pop-up menu controller with new status information.
A pop-up menu controller makes special functions available to users which
normally depend on the state of other data. This interface is used to
send this data to a controller implementation.
|
|
XDispatchProvider
- Usage Restrictions
- optional
- Description
- used to query for commands supported by the pop-up menu controller to
execute them directly.
A pop-up menu controller provides special functions which should be
available by the normal dispatch API. This optional interface enables
pop-up menu controller to be normal dispatch providers.
Attention:
Po-pup menu controller functions must be specified using the following
the dispatch URL scheme: "vnd.sun.star.popup:" opaque_part [ "?" query ].
- Since
- OOo 2.2
|
|
::com::sun::star::lang::XComponent
- Usage Restrictions
- optional
- Description
- used to dispose pop-up menu controller by the owner instance.
A pop-up menu controller resides in a menu which has a limited
life-time. For correct life-time handling a pop-up menu
controller should support this interface.
- Since
- OOo 2.2
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.