Eclipse Platform
Release 3.4

org.eclipse.jface.layout
Class TableColumnLayout

java.lang.Object
  extended byorg.eclipse.swt.widgets.Layout
      extended byorg.eclipse.jface.layout.AbstractColumnLayout
          extended byorg.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

Constructor Summary
TableColumnLayout()
           
 
Methods inherited from class org.eclipse.jface.layout.AbstractColumnLayout
computeSize, getColumnTrim, layout, 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

TableColumnLayout

public TableColumnLayout()

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.