org.gnu.gtk

Class TreeViewColumnSizing

public class TreeViewColumnSizing extends Enum

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.TreeViewColumnSizing. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

Determines how columns of a tree or table are resized.

See Also:

Field Summary
static TreeViewColumnSizingAUTOSIZE
static TreeViewColumnSizingFIXED
static TreeViewColumnSizingGROW_ONLY
Method Summary
TreeViewColumnSizingand(TreeViewColumnSizing other)
static TreeViewColumnSizingintern(int value)
TreeViewColumnSizingor(TreeViewColumnSizing other)
booleantest(TreeViewColumnSizing other)
TreeViewColumnSizingxor(TreeViewColumnSizing other)

Field Detail

AUTOSIZE

public static final TreeViewColumnSizing AUTOSIZE

FIXED

public static final TreeViewColumnSizing FIXED

GROW_ONLY

public static final TreeViewColumnSizing GROW_ONLY

Method Detail

and

public TreeViewColumnSizing and(TreeViewColumnSizing other)

intern

public static TreeViewColumnSizing intern(int value)

or

public TreeViewColumnSizing or(TreeViewColumnSizing other)

test

public boolean test(TreeViewColumnSizing other)

xor

public TreeViewColumnSizing xor(TreeViewColumnSizing other)