org.gnu.gnome

Class IconListMode


public class IconListMode
extends Enum

Field Summary

static IconListMode
ICONS
static IconListMode
TEXT_BELOW
static IconListMode
TEXT_RIGHT

Method Summary

IconListMode
and(IconListMode other)
static IconListMode
intern(int value)
IconListMode
or(IconListMode other)
boolean
test(IconListMode other)
IconListMode
xor(IconListMode other)

Field Details

ICONS

public static final IconListMode ICONS

TEXT_BELOW

public static final IconListMode TEXT_BELOW

TEXT_RIGHT

public static final IconListMode TEXT_RIGHT

Method Details

and

public IconListMode and(IconListMode other)

intern

public static IconListMode intern(int value)

or

public IconListMode or(IconListMode other)

test

public boolean test(IconListMode other)

xor

public IconListMode xor(IconListMode other)