Lines Matching refs:frame

36  module com {  module sun {  module star {  module frame {
43 /** a frame object can be considered to be an "anchor" object where a component
47 A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be
57 /** is called to initialize the frame within a window - the container window.
61 some UI relevant features of the frame service.
62 Note: Re-parenting mustn't supported by a real frame implementation!
66 <p>This frame will take over ownership of the window referred from
78 /** provides access to the container window of the frame.
86 the container window of this frame
93 /** sets the frame container that created this frame.
98 it means the parent frame of the frame hierarchy.
99 Because; normally a frame should be created by using the api
104 the creator (parent) of this frame
111 /** provides access to the creator (parent) of this frame
114 the frame container that created and contains this frame.
121 /** access to the name property of this frame
124 the programmatic name of this frame.
131 /** sets the name of the frame.
134 Normally the name of the frame is set initially (e.g. by the creator).
135 The name of a frame will be used for identifying it if a frame search was started.
143 That's why frame names shouldn't start with a sign "_".
147 the new programmatic name of this frame
157 /** searches for a frame with the specified name.
166 controlled by <var>SearchFlags</var>. If allowed, the name of the frame
168 the method is called for all children of the frame. Finally may be called
169 for the siblings and then for parent frame (if allowed).
175 <tr><td>""/"_self"</td><td>address the starting frame itself</td></tr>
176 <tr><td>"_parent"</td><td>address the direct parent frame only</td></tr>
177 <tr><td>"_top"</td><td>address the top frame of this subtree of the frametree</td></tr>
178 <tr><td>"_blank"</td><td>creates a new top frame</td></tr>
183 If no frame with the given name is found, a new top frame is
185 The new frame also gets the desired name.
191 <li>(b) any well known frame</li><ul>
204 /** determines if the frame is a top frame.
207 In general a top frame is the frame which is a direct child of
208 a task frame or which does not have a parent. Possible frame searches must
209 stop the search at such a frame unless the flag <const>FrameSearchFlag::TASKS</const>
214 <TRUE/> if frame supports top frame specification
221 /** activates this frame and thus the component within.
224 At first the frame sets itself as the active frame of its
228 this frame may listen to this event to grab the focus on activation;
234 or forward the activation to a sub-frame.
243 /** is called by the creator frame when another sub-frame gets activated.
246 At first the frame deactivates its active sub-frame, if any.
257 /** determines if the frame is active.
270 /** sets a new component into the frame or release an existing one from a frame.
276 A valid component window should be a child of the frame container window.
305 Note: Don't dispose this window - the frame is the owner of it.
309 the current visible component in this frame
321 Note: Don't dispose it - the frame is the owner of it.
323 the frame after you the controller agreed with a
328 the current controller within this frame
337 /** notifies the frame that the context of the controller within this
338 frame changed (i.e. the selection).
341 According to a call to this interface, the frame calls
355 happen to the components within this frame or within sub-frames of this frame.