public interface ILayouter extends ILayoutDescriptor
Modifier and Type | Method and Description |
---|---|
Dimension |
getMaxSize()
Gets the max size of the layout.
|
Dimension |
getMinSize()
Gets the min size of the layout.
|
Dimension |
getPreferredSize()
Gets the preferred size of the layout.
|
void |
invalidate()
Invalidates the layout which means that the structure
of the container to layout has been changed
|
void |
layout()
Do the layout by setting the size and position of the
containers children
|
void layout()
Dimension getMinSize()
Dimension getPreferredSize()
Dimension getMaxSize()
void invalidate()
Siehe auch Jowidgets Nutzerhandbuch