org.gnu.gnome
Class UIPixmapType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gnome.UIPixmapType
- public class UIPixmapType
- extends org.gnu.glib.Enum
Identifies the type of pixmap used in an item.
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 |
NONE
public static final UIPixmapType NONE
STOCK
public static final UIPixmapType STOCK
DATA
public static final UIPixmapType DATA
FILENAME
public static final UIPixmapType FILENAME
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)