org.eclipse.jface.layout
Class TableColumnLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
org.eclipse.jface.layout.AbstractColumnLayout
org.eclipse.jface.layout.TableColumnLayout
- public class TableColumnLayout
- extends AbstractColumnLayout
The TableColumnLayout is the Layout
used to maintain
TableColumn
sizes in a Table
.
You can only add the Layout
to a container whose only
child is the Table
control you want the Layout
applied to.
Don't assign the layout directly the Table
- Since:
- 3.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableColumnLayout
public TableColumnLayout()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.