XFrame.idl (a893be29) XFrame.idl (2e3a1b6e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 82 unchanged lines hidden (view full) ---

91
92 //-------------------------------------------------------------------------
93 /** sets the frame container that created this frame.
94
95 <p>
96 Only the creator is allowed to call this method.
97 But creator doesn't mean the implementation which creates this instance ...
98 it means the parent frame of the frame hierarchy.
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 82 unchanged lines hidden (view full) ---

91
92 //-------------------------------------------------------------------------
93 /** sets the frame container that created this frame.
94
95 <p>
96 Only the creator is allowed to call this method.
97 But creator doesn't mean the implementation which creates this instance ...
98 it means the parent frame of the frame hierarchy.
99 Because; normaly a frame should be created by using the api
99 Because; normally a frame should be created by using the api
100 and is necessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>)
101 </p>
102
103 @param Creator
104 the creator (parent) of this frame
105
106 @see XFrame::getCreator()
107 */

--- 277 unchanged lines hidden ---
100 and is necessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>)
101 </p>
102
103 @param Creator
104 the creator (parent) of this frame
105
106 @see XFrame::getCreator()
107 */

--- 277 unchanged lines hidden ---