|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gnome.FontPickerMode
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 |
public static final FontPickerMode PIXMAP
public static final FontPickerMode MODE_FONT_INFO
public static final FontPickerMode MODE_USER_WIDGET
public static final FontPickerMode MODE_UNKNOWN
Method Detail |
public static FontPickerMode intern(int value)
public FontPickerMode or(FontPickerMode other)
public FontPickerMode and(FontPickerMode other)
public FontPickerMode xor(FontPickerMode other)
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 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |