org.gnu.gnome
Class IconListMode

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gnome.IconListMode

public class IconListMode
extends org.gnu.glib.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)
           
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

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

intern

public static IconListMode intern(int value)

or

public IconListMode or(IconListMode other)

and

public IconListMode and(IconListMode other)

xor

public IconListMode xor(IconListMode other)

test

public boolean test(IconListMode other)