org.gnu.gnome

Class IconListMode

public class IconListMode extends Enum

Field Summary
static IconListModeICONS
static IconListModeTEXT_BELOW
static IconListModeTEXT_RIGHT
Method Summary
IconListModeand(IconListMode other)
static IconListModeintern(int value)
IconListModeor(IconListMode other)
booleantest(IconListMode other)
IconListModexor(IconListMode other)

Field Detail

ICONS

public static final IconListMode ICONS

TEXT_BELOW

public static final IconListMode TEXT_BELOW

TEXT_RIGHT

public static final IconListMode TEXT_RIGHT

Method Detail

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)