Package org.eclipse.jface.viewers
Class ColumnLayoutData
- java.lang.Object
-
- org.eclipse.jface.viewers.ColumnLayoutData
-
- Direct Known Subclasses:
ColumnPixelData,ColumnWeightData
public abstract class ColumnLayoutData extends Object
An abstract column layout data describing the information needed (byTableLayout) to properly lay out a table.This class is not intended to be subclassed outside the framework.
- Restriction:
- This class is not intended to be subclassed by clients.
-
-
Field Summary
Fields Modifier and Type Field Description booleanresizableIndicates whether the column is resizable.
-
Constructor Summary
Constructors Modifier Constructor Description protectedColumnLayoutData(boolean resizable)Creates a new column layout data object.
-