org.gnu.gtk

Class FileChooserAction


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

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

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 Details

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)