:: com :: sun :: star :: awt ::
|
unpublished |
interface XLayoutFlow |
|
|
|
- Usage Restrictions
- not published
- Description
- Enables height-for-width layout negociations, which allows for label wrapping
and flow containers. Can be implemented by either a container or an ordinary widget;
whether its parent will honor it is another story, so keep implementing
getMinimumSize().
- Since
- OOo 3.0
|
Methods' Summary |
getHeightForWidth |
returns the prefered high this layout element would need for the given width. |
hasHeightForWidth |
Allow the container/widget to toggle the functionality. |
Methods' Details |
getHeightForWidth
long |
getHeightForWidth( |
[in] long |
Width ); |
- Description
- returns the prefered high this layout element would need for the given width.
|
|
hasHeightForWidth
boolean |
hasHeightForWidth(); |
- Description
- Allow the container/widget to toggle the functionality.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.