|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gnome.UIPixmapType
org.gnome.gnome.UIPixmapType
.
public class UIPixmapType
Identifies the type of pixmap used in an item.
Field Summary | |
---|---|
static UIPixmapType |
DATA
Deprecated. |
static UIPixmapType |
FILENAME
Deprecated. |
static UIPixmapType |
NONE
Deprecated. |
static UIPixmapType |
STOCK
Deprecated. |
Method Summary | |
---|---|
UIPixmapType |
and(UIPixmapType other)
Deprecated. |
static UIPixmapType |
intern(int value)
Deprecated. |
UIPixmapType |
or(UIPixmapType other)
Deprecated. |
boolean |
test(UIPixmapType other)
Deprecated. |
UIPixmapType |
xor(UIPixmapType other)
Deprecated. |
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 |
---|
public static final UIPixmapType NONE
public static final UIPixmapType STOCK
public static final UIPixmapType DATA
public static final UIPixmapType FILENAME
Method Detail |
---|
public static UIPixmapType intern(int value)
public UIPixmapType or(UIPixmapType other)
public UIPixmapType and(UIPixmapType other)
public UIPixmapType xor(UIPixmapType other)
public boolean test(UIPixmapType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |