org.gnu.gnome
Class UIPixmapType

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gnome.UIPixmapType

public class UIPixmapType
extends Enum

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

NONE

public static final UIPixmapType NONE

STOCK

public static final UIPixmapType STOCK

DATA

public static final UIPixmapType DATA

FILENAME

public static final UIPixmapType FILENAME
Method Detail

intern

public static UIPixmapType intern(int value)

or

public UIPixmapType or(UIPixmapType other)

and

public UIPixmapType and(UIPixmapType other)

xor

public UIPixmapType xor(UIPixmapType other)

test

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