Methods' Details |
append
void |
append( |
[in] ::com::sun::star::frame::XFrame |
xFrame ); |
- Description
- appends the specified ::com::sun::star::frame::Frame to the list of sub-frames.
- Parameter xFrame
-
new frame for inserting into this container
|
|
queryFrames
sequence< ::com::sun::star::frame::XFrame > |
queryFrames( |
[in] long |
nSearchFlags ); |
- Description
- provides access to the list of all currently existing
frames inside this container and her sub frames
- Parameter nSearchFlags
-
use combinations of ::com::sun::star::frame::FrameSearchFlag to specify which
frames should be found
- Returns
-
all frames of this container and all available frames of the whole frame tree
which match search parameter SearchFlags
|
|
remove
void |
remove( |
[in] ::com::sun::star::frame::XFrame |
xFrame ); |
- Description
- removes the frame from its container.
Note:
- The method XComponent::dispose() is not called implicitly
by this method.
- The creator attribute of the frame must be reset by the caller of
this method.
- Parameter xFrame
-
frame which should be removed from this container
|
|
Copyright © 2003 Sun Microsystems, Inc.