|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.FileChooserAction
org.gnome.gtk.FileChooserAction
.
You should be aware that there is a considerably different API
in the new library: the architecture is completely different
and most notably internals are no longer exposed to public view.
public class FileChooserAction
Field Summary | |
---|---|
static FileChooserAction |
ACTION_CREATE_FOLDER
Deprecated. |
static FileChooserAction |
ACTION_OPEN
Deprecated. |
static FileChooserAction |
ACTION_SAVE
Deprecated. |
static FileChooserAction |
ACTION_SELECT_FOLDER
Deprecated. |
Method Summary | |
---|---|
FileChooserAction |
and(FileChooserAction other)
Deprecated. |
static FileChooserAction |
intern(int value)
Deprecated. |
FileChooserAction |
or(FileChooserAction other)
Deprecated. |
boolean |
test(FileChooserAction other)
Deprecated. |
FileChooserAction |
xor(FileChooserAction other)
Deprecated. |
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 |
Field Detail |
---|
public static final FileChooserAction ACTION_OPEN
public static final FileChooserAction ACTION_SAVE
public static final FileChooserAction ACTION_SELECT_FOLDER
public static final FileChooserAction ACTION_CREATE_FOLDER
Method Detail |
---|
public static FileChooserAction intern(int value)
public FileChooserAction or(FileChooserAction other)
public FileChooserAction and(FileChooserAction other)
public FileChooserAction xor(FileChooserAction other)
public boolean test(FileChooserAction other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |