public final class TreeViewColumnSizing
extends org.freedesktop.bindings.Constant
| Modifier and Type | Field and Description |
|---|---|
static TreeViewColumnSizing |
AUTOSIZE
Columns will resize both larger and smaller to accomodate any changes
to the model.
|
static TreeViewColumnSizing |
FIXED
The column will be a predetemined width.
|
static TreeViewColumnSizing |
GROW_ONLY
Columns will (only) get bigger in reaction to changes in data in the
model.
|
public static final TreeViewColumnSizing AUTOSIZE
Choosing this column sizing method will implicitly set
setResizeable() to
false.
public static final TreeViewColumnSizing FIXED
setFixedWidth().public static final TreeViewColumnSizing GROW_ONLY