org.gnu.gnome
Class InteractStyle

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

public class InteractStyle
extends Enum


Field Summary
static InteractStyle ANY
           
static InteractStyle ERRORS
           
static InteractStyle NONE
           
 
Method Summary
 InteractStyle and(InteractStyle other)
           
static InteractStyle intern(int value)
           
 InteractStyle or(InteractStyle other)
           
 boolean test(InteractStyle other)
           
 InteractStyle xor(InteractStyle 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

NONE

public static final InteractStyle NONE

ERRORS

public static final InteractStyle ERRORS

ANY

public static final InteractStyle ANY
Method Detail

intern

public static InteractStyle intern(int value)

or

public InteractStyle or(InteractStyle other)

and

public InteractStyle and(InteractStyle other)

xor

public InteractStyle xor(InteractStyle other)

test

public boolean test(InteractStyle other)

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