Package com.diffplug.common.swt
Class ColumnFormat.ColumnPixelDataBuilder
- java.lang.Object
-
- com.diffplug.common.swt.ColumnFormat.ColumnPixelDataBuilder
-
- Enclosing class:
- ColumnFormat
public static class ColumnFormat.ColumnPixelDataBuilder extends java.lang.Object
A fluent API for manipulating aColumnPixelData
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnFormat.ColumnPixelDataBuilder
addTrim(boolean addTrim)
Whether to allocate extra width to the column to account for trim taken by the column itself.ColumnFormat.ColumnPixelDataBuilder
resizable(boolean resizable)
Determines whether the column is resizable.
-
-
-
Method Detail
-
resizable
public ColumnFormat.ColumnPixelDataBuilder resizable(boolean resizable)
Determines whether the column is resizable.
-
addTrim
public ColumnFormat.ColumnPixelDataBuilder addTrim(boolean addTrim)
Whether to allocate extra width to the column to account for trim taken by the column itself.Default value is true.
-
-