Lines Matching refs:element

69     Every user interface element which is controlled by a layout manager has
76 Currently the following user interface element types are defined:
78 <li><b>menubar</b>A configurable user interface element representing
80 <li><b>popupmenu</b>A configurable user interface element representing
82 <li><b>toolbar</b>A configurable user interface element a tool
84 <li><b>statusbar</b>A configurable user interfave element representing
86 <li><b>floater</b>A basic user interface element representing a
167 /** creates a new user interface element.
170 … specifies which user interface element should be created. A resourcce URL must meet the following
176 /** destroys a user interface element.
179 specifies which user interface element should be destroyed. A resourcce URL must meet
185 /** request to make a user interface element visible if it is not in hidden state.
188 specifies which user interface element should be made visible. A resourcce URL must
194 returns <TRUE/> if the user interface element could be made visible, otherwise
198 If a user interface element should forced to the visible state
206 /** retrieves a user interface element which has been created before.
209 …specifies which user interface element should be retrieved. A resourcce URL must meet the following
214 …The layout manager instance is owner of the returned user interface element. That means that the l…
215 … the user interface element is controlled by the layout manager. It can be disposed at every time!
233 /** shows a user interface element.
236 … specifies which user interface element should be shown. A resourcce URL must meet the following
241 … returns <TRUE/> if the user interface element has been shown, otherwise <FALSE/> will be returned.
245 /** hides a user interface element.
248 … specifies which user interface element should be hidden. A resourcce URL must meet the following
253 …returns <TRUE/> if the user interface element has been hidden, otherwise <FALSE/> will be returned.
257 /** docks a window based user interface element to a specified docking area.
260 … specifies which user interface element should be docked. A resourcce URL must meet the following
265 specifies on which docking area the window based user interface element should docked.
271 …returns <TRUE/> if the user interface element has been docked, otherwise <FALSE/> will be returned.
277 /** docks all windows which are member of the provided user interface element type.
280 specifies which user interface element type should be docked.
290 /** forces a window based user interface element to float.
293 … specifies which user interface element should be float. A resourcce URL must meet the following
298 …returns <TRUE/> if the user interface element has been docked, otherwise <FALSE/> will be returned.
302 /** locks a window based user interface element if it's in a docked state.
305 … specifies which user interface element should be locked. A resourcce URL must meet the following
310 …returns <TRUE/> if the user interface element has been locked, otherwise <FALSE/> will be returned.
314 /** unlocks a window based user interface element if it's in a docked state.
317 specifies which user interface element should be unlocked. A resourcce URL must
322 returns <TRUE/> if the user interface element has been unlocked, otherwise
327 /** sets a new size for a window based user interface element.
330 … specifies which user interface element should be resized. A resourcce URL must meet the following
338 …It is up to the layout manager to decide if the user interface element can be resized. The new siz…
344 /** sets a new position for a window based user interface element.
347 … specifies which user interface element should be moved. A resourcce URL must meet the following
355 …It is up to the layout manager to decide if the user interface element can be moved. The new posit…
361 /** sets a new position and size for a window based user interface element.
364 …specifies which user interface element should be moved and resized. A resourcce URL must meet the …
375 …It is up to the layout manager to decide if the user interface element can be moved and resized. T…
381 /** retrieves the current visibility state of a window based user interface element.
384 …specifies for which user interface element the visibility state should be retrieved. A resource UR…
389 <TRUE/> if the user interface element is visible, otherwise <FALSE/>.
393 /** retrieves the current floating state of a window based user interface element.
396 …specifies for which user interface element the floating state should be retrieved. A resource URL …
401 <TRUE/> if the user interface element is floating, otherwise <FALSE/>.
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…
413 <TRUE/> if the user interface element is docked, otherwise <FALSE/>.
417 /** retrieves the current lock state of a window based user interface element.
420 …specifies for which user interface element the lock state should be retrieved. A resource URL must…
425 <TRUE/> if the user interface element is locked, otherwise <FALSE/>.
429 /** retrieves the current size of a window based user interface element.
432 …specifies for which user interface element the current size should be retrieved. A resource URL mu…
437 …the size in pixel of the user interface element. A non-window based user interface element provide…
441 /** retrieves the current pixel position of a window based user interface element.
444 …specifies for which user interface element the current position should be retrieved. A resource UR…
449 …the size in pixel of the user interface element. A non-window based user interface element provide…