org.gnu.gnome

Class UIPixmapType

public class UIPixmapType extends Enum

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may have an equivalent in java-gnome 4.0; have a look for org.gnome.gnome.UIPixmapType.

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)