org.gnu.gnome

Class UIPixmapType

public class UIPixmapType extends Enum

Identifies the type of pixmap used in an item.
Field Summary
static UIPixmapTypeDATA
static UIPixmapTypeFILENAME
static UIPixmapTypeNONE
static UIPixmapTypeSTOCK
Method Summary
UIPixmapTypeand(UIPixmapType other)
static UIPixmapTypeintern(int value)
UIPixmapTypeor(UIPixmapType other)
booleantest(UIPixmapType other)
UIPixmapTypexor(UIPixmapType other)

Field Detail

DATA

public static final UIPixmapType DATA

FILENAME

public static final UIPixmapType FILENAME

NONE

public static final UIPixmapType NONE

STOCK

public static final UIPixmapType STOCK

Method Detail

and

public UIPixmapType and(UIPixmapType other)

intern

public static UIPixmapType intern(int value)

or

public UIPixmapType or(UIPixmapType other)

test

public boolean test(UIPixmapType other)

xor

public UIPixmapType xor(UIPixmapType other)