Exported Interfaces |
::com::sun::star::frame::XFrame |
- Description
- allows the component to be loaded and accessed
within the frame; it is the main connection to the
environment of the component.
|
::com::sun::star::frame::XDispatchProvider |
- Description
- provides access to dispatchers for the frame.
What kind of URLs a frame accepts in the calls to ::com::sun::star::frame::XDispatchProvider::queryDispatch() ,
and how the returned dispatcher handles dispatches is completely implementation dependent
(though of course the restrictions of ::com::sun::star::frame::XDispatchProvider must be met).
Frame implementations may (optionally) support special targets in the call to
::com::sun::star::frame::XDispatchProvider::queryDispatch() .
Such special targets are passed as target frame name. They may, in addition,
require special frame search flags (see ::com::sun::star::frame::FrameSearchFlag ), or,
in opposite, limit the set of allowed flags.
Common special targets include:
- _blank
is used to create a new frame when dispatching the URL.
- _default
is used to recycle empty or create a new frame when dispatching the URL.
- _self
forces the frame to dispatch the URL into itself. ("" means the same)
- _parent
dispatches the URL into the parent frame.
- _top
dispatches the URL into the top level frame, the frame where this is invoked belongs to.
- See also
- ::com::sun::star::frame::XDispatch
- See also
- ::com::sun::star::frame::XFrame::findFrame()
|
::com::sun::star::frame::XDispatchInformationProvider |
- Usage Restrictions
- optional
- Description
- provides information about supported commands
- Since
- OpenOffice 2.0.0
|
::com::sun::star::frame::XDispatchProviderInterception |
- Description
- supports interception mechanism for dispatched URLs
Registered objects can intercept, supress or deroute dispatched URLs.
If they support another interface too ( ::com::sun::star::frame::XInterceptorInfo )
it's possible to perform it by directly calling of right interceptor without
using list of all registered ones.
|
::com::sun::star::frame::XFramesSupplier |
- Description
- provides access to sub frames within this frame
|
::com::sun::star::task::XStatusIndicatorFactory |
- Usage Restrictions
- optional
- Description
- supplies access to ::com::sun::star::task::XStatusIndicator objects
for the component within the frame to show progresses
|
Copyright © 2003 Sun Microsystems, Inc.