Uses of Class
org.gnu.gnome.FontPickerMode

Packages that use FontPickerMode
org.gnu.gnome   
 

Uses of FontPickerMode in org.gnu.gnome
 

Fields in org.gnu.gnome declared as FontPickerMode
static FontPickerMode FontPickerMode.PIXMAP
           
static FontPickerMode FontPickerMode.MODE_FONT_INFO
           
static FontPickerMode FontPickerMode.MODE_USER_WIDGET
           
static FontPickerMode FontPickerMode.MODE_UNKNOWN
           
 

Methods in org.gnu.gnome that return FontPickerMode
 FontPickerMode FontPicker.getMode()
          Get the mode.
static FontPickerMode FontPickerMode.intern(int value)
           
 FontPickerMode FontPickerMode.or(FontPickerMode other)
           
 FontPickerMode FontPickerMode.and(FontPickerMode other)
           
 FontPickerMode FontPickerMode.xor(FontPickerMode other)
           
 

Methods in org.gnu.gnome with parameters of type FontPickerMode
 void FontPicker.setMode(FontPickerMode mode)
          Set the mode.
 FontPickerMode FontPickerMode.or(FontPickerMode other)
           
 FontPickerMode FontPickerMode.and(FontPickerMode other)
           
 FontPickerMode FontPickerMode.xor(FontPickerMode other)
           
 boolean FontPickerMode.test(FontPickerMode other)
           
 


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