|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.widgets.Layout
org.eclipse.jface.layout.AbstractColumnLayout
org.eclipse.jface.layout.TreeColumnLayout
The TreeColumnLayout is the Layout
used to maintain TreeColumn
sizes in a
Tree
.
You can only add the Layout
to a container whose only
child is the Tree
control you want the Layout
applied to.
Don't assign the layout directly the Tree
Constructor Summary | |
TreeColumnLayout()
|
Method Summary | |
protected void |
layout(Composite composite,
boolean flushCache)
Lays out the children of the specified composite according to this layout. |
Methods inherited from class org.eclipse.jface.layout.AbstractColumnLayout |
computeSize, getColumnTrim, setColumnData |
Methods inherited from class org.eclipse.swt.widgets.Layout |
flushCache |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeColumnLayout()
Method Detail |
protected void layout(Composite composite, boolean flushCache)
Layout
This method positions and sizes the children of a composite using the layout algorithm encoded by this layout. Children of the composite are positioned in the client area of the composite. The position of the composite is not altered by this method.
When the flush cache hint is true, the layout is instructed to flush any cached values associated with the children. Typically, a layout will cache the preferred sizes of the children to avoid the expense of computing these values each time the widget is laid out.
When layout is triggered explicitly by the programmer the flush cache hint is true. When layout is triggered by a resize, either caused by the programmer or by the user, the hint is false.
layout
in class AbstractColumnLayout
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.