org.gnu.gtk

Class FileChooserError

public class FileChooserError extends Enum

Field Summary
static FileChooserErrorBAD_FILENAME
static FileChooserErrorERROR_NONEXISTENT
Method Summary
FileChooserErrorand(FileChooserError other)
static FileChooserErrorintern(int value)
FileChooserErroror(FileChooserError other)
booleantest(FileChooserError other)
FileChooserErrorxor(FileChooserError other)

Field Detail

BAD_FILENAME

public static final FileChooserError BAD_FILENAME

ERROR_NONEXISTENT

public static final FileChooserError ERROR_NONEXISTENT

Method Detail

and

public FileChooserError and(FileChooserError other)

intern

public static FileChooserError intern(int value)

or

public FileChooserError or(FileChooserError other)

test

public boolean test(FileChooserError other)

xor

public FileChooserError xor(FileChooserError other)