org.gnu.gtk

Class FileChooserAction

public class FileChooserAction extends Enum

Field Summary
static FileChooserActionACTION_CREATE_FOLDER
static FileChooserActionACTION_OPEN
static FileChooserActionACTION_SAVE
static FileChooserActionACTION_SELECT_FOLDER
Method Summary
FileChooserActionand(FileChooserAction other)
static FileChooserActionintern(int value)
FileChooserActionor(FileChooserAction other)
booleantest(FileChooserAction other)
FileChooserActionxor(FileChooserAction other)

Field Detail

ACTION_CREATE_FOLDER

public static final FileChooserAction ACTION_CREATE_FOLDER

ACTION_OPEN

public static final FileChooserAction ACTION_OPEN

ACTION_SAVE

public static final FileChooserAction ACTION_SAVE

ACTION_SELECT_FOLDER

public static final FileChooserAction ACTION_SELECT_FOLDER

Method Detail

and

public FileChooserAction and(FileChooserAction other)

intern

public static FileChooserAction intern(int value)

or

public FileChooserAction or(FileChooserAction other)

test

public boolean test(FileChooserAction other)

xor

public FileChooserAction xor(FileChooserAction other)