org.gnu.gtk
public class FileChooserAction extends Enum
Field Summary | |
---|---|
static FileChooserAction | ACTION_CREATE_FOLDER |
static FileChooserAction | ACTION_OPEN |
static FileChooserAction | ACTION_SAVE |
static FileChooserAction | ACTION_SELECT_FOLDER |
Method Summary | |
---|---|
FileChooserAction | and(FileChooserAction other) |
static FileChooserAction | intern(int value) |
FileChooserAction | or(FileChooserAction other) |
boolean | test(FileChooserAction other) |
FileChooserAction | xor(FileChooserAction other) |