|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.TreeViewColumnSizing
public final class TreeViewColumnSizing
Constants controlling the [re]sizing behaviour of TreeViewColumns in a TreeView.
Field Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |