org.gnu.gnome
Class UIPixmapType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gnome.UIPixmapType

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.

public class UIPixmapType
extends org.gnu.glib.Enum

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

NONE

public static final UIPixmapType NONE
Deprecated. 

STOCK

public static final UIPixmapType STOCK
Deprecated. 

DATA

public static final UIPixmapType DATA
Deprecated. 

FILENAME

public static final UIPixmapType FILENAME
Deprecated. 
Method Detail

intern

public static UIPixmapType intern(int value)
Deprecated. 

or

public UIPixmapType or(UIPixmapType other)
Deprecated. 

and

public UIPixmapType and(UIPixmapType other)
Deprecated. 

xor

public UIPixmapType xor(UIPixmapType other)
Deprecated. 

test

public boolean test(UIPixmapType other)
Deprecated.