org.gnu.gnome
Class FontPickerMode

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gnome.FontPickerMode

public class FontPickerMode
extends Enum


Field Summary
static FontPickerMode MODE_FONT_INFO
           
static FontPickerMode MODE_UNKNOWN
           
static FontPickerMode MODE_USER_WIDGET
           
static FontPickerMode PIXMAP
           
 
Method Summary
 FontPickerMode and(FontPickerMode other)
           
static FontPickerMode intern(int value)
           
 FontPickerMode or(FontPickerMode other)
           
 boolean test(FontPickerMode other)
           
 FontPickerMode xor(FontPickerMode other)
           
 
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

PIXMAP

public static final FontPickerMode PIXMAP

MODE_FONT_INFO

public static final FontPickerMode MODE_FONT_INFO

MODE_USER_WIDGET

public static final FontPickerMode MODE_USER_WIDGET

MODE_UNKNOWN

public static final FontPickerMode MODE_UNKNOWN
Method Detail

intern

public static FontPickerMode intern(int value)

or

public FontPickerMode or(FontPickerMode other)

and

public FontPickerMode and(FontPickerMode other)

xor

public FontPickerMode xor(FontPickerMode other)

test

public boolean test(FontPickerMode other)

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net