org.gnu.gtk

Class FileChooserError


public class FileChooserError
extends Enum

Field Summary

static FileChooserError
BAD_FILENAME
static FileChooserError
ERROR_NONEXISTENT

Method Summary

FileChooserError
and(FileChooserError other)
static FileChooserError
intern(int value)
FileChooserError
or(FileChooserError other)
boolean
test(FileChooserError other)
FileChooserError
xor(FileChooserError other)

Field Details

BAD_FILENAME

public static final FileChooserError BAD_FILENAME

ERROR_NONEXISTENT

public static final FileChooserError ERROR_NONEXISTENT

Method Details

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)