|
|||||||||||
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.UIPixmapType
Identifies the type of pixmap used in an item.
Field Summary | |
static UIPixmapType |
DATA
|
static UIPixmapType |
FILENAME
|
static UIPixmapType |
NONE
|
static UIPixmapType |
STOCK
|
Method Summary | |
UIPixmapType |
and(UIPixmapType other)
|
static UIPixmapType |
intern(int value)
|
UIPixmapType |
or(UIPixmapType other)
|
boolean |
test(UIPixmapType other)
|
UIPixmapType |
xor(UIPixmapType 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 UIPixmapType NONE
public static final UIPixmapType STOCK
public static final UIPixmapType DATA
public static final UIPixmapType FILENAME
Method Detail |
public static UIPixmapType intern(int value)
public UIPixmapType or(UIPixmapType other)
public UIPixmapType and(UIPixmapType other)
public UIPixmapType xor(UIPixmapType other)
public boolean test(UIPixmapType 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 |