Package org.eclipse.jface.viewers
Class ColumnLayoutData
java.lang.Object
org.eclipse.jface.viewers.ColumnLayoutData
- Direct Known Subclasses:
- ColumnPixelData,- ColumnWeightData
An abstract column layout data describing the information needed
 (by 
TableLayout) to properly lay out a table.
 This class is not intended to be subclassed outside the framework.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedColumnLayoutData(boolean resizable) Creates a new column layout data object.
- 
Method Summary
- 
Field Details- 
resizablepublic boolean resizableIndicates whether the column is resizable.
 
- 
- 
Constructor Details- 
ColumnLayoutDataprotected ColumnLayoutData(boolean resizable) Creates a new column layout data object.- Parameters:
- resizable-- trueif the column is resizable, and- falseif not
 
 
-