|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gnome.IconListMode
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 |
public static final IconListMode ICONS
public static final IconListMode TEXT_BELOW
public static final IconListMode TEXT_RIGHT
Method Detail |
public static IconListMode intern(int value)
public IconListMode or(IconListMode other)
public IconListMode and(IconListMode other)
public IconListMode xor(IconListMode other)
public boolean test(IconListMode other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |