org.gnu.gnome

Class 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)

Field Details

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 Details

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)