CachedFillLayout
instead@Deprecated public final class CachedFillLayout extends java.lang.Object implements ICachedFillLayout
Constructor and Description |
---|
CachedFillLayout(IContainer container)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clearCache()
Deprecated.
Clear's the cache of the layouter, e.g. after container changed
|
Dimension |
getMaxSize()
Deprecated.
Gets the max size of the layout.
|
Dimension |
getMinSize()
Deprecated.
Gets the min size of the layout.
|
Dimension |
getPreferredSize()
Deprecated.
Gets the preferred size of the layout.
|
void |
invalidate()
Deprecated.
Invalidates the layout which means that the structure
of the container to layout has been changed
|
void |
layout()
Deprecated.
Do the layout by setting the size and position of the
containers children
|
public CachedFillLayout(IContainer container)
public void layout()
ILayouter
public void invalidate()
ILayouter
invalidate
in interface ILayouter
public Dimension getPreferredSize()
ILayouter
getPreferredSize
in interface ILayouter
public Dimension getMinSize()
ILayouter
getMinSize
in interface ILayouter
public Dimension getMaxSize()
ILayouter
getMaxSize
in interface ILayouter
public void clearCache()
ICachedFillLayout
clearCache
in interface ICachedFillLayout
Siehe auch Jowidgets Nutzerhandbuch