org.gnu.gtk
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) |