org.gnu.gtk
Class FileChooserAction
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.FileChooserAction
public class FileChooserAction
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
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
ACTION_CREATE_FOLDER
public static final FileChooserAction ACTION_CREATE_FOLDER
intern
public static FileChooserAction intern(int value)
or
public FileChooserAction or(FileChooserAction other)
and
public FileChooserAction and(FileChooserAction other)
xor
public FileChooserAction xor(FileChooserAction other)
test
public boolean test(FileChooserAction other)