Lines Matching refs:docking
125 /** provides the current docking area size of the layout manager.
131 <li>X = docking area on left side (in pixel)</li>
132 <li>Y = docking area on top side (in pixel)</li>
133 <li>Width = docking area on right side (in pixel)</li>
134 <li>Height = docking area on bottom side (in pixel)</li>
139 /** retrieves the current docking area acceptor that controls the border space of the frame's
143 … current docking area acceptor which controls the border space of frame's container window.
146 A docking area acceptor retrieved by this method is owned by the layout manager. It is not
152 /** sets a docking area acceptor that controls the border space of the frame's container window.
155 a docking area acceptor which controls the border space of frame's container window.
158 A docking area acceptor decides if the layout manager can use requested border space for
159 docking windows. If the acceptor denies the requested space the layout manager automatically
160 set all docked windows into floating state and will not use this space for docking.<br/>
161 After setting a docking area acceptor the object is owned by the layout manager. It is not
257 /** docks a window based user interface element to a specified docking area.
265 specifies on which docking area the window based user interface element should docked.
268 specifies the position inside the docking area.
405 /** retrieves the current docking state of a window based user interface element.
408 …specifies for which user interface element the docking state should be retrieved. A resource URL m…