|
java-gnome version 4.0.15 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gtk.FileChooserAction
public final class FileChooserAction
Set which kind of FileChooser Dialog will appear.
Field Summary | |
---|---|
static FileChooserAction |
CREATE_FOLDER
Create folder mode: put the FileChooser into a mode whereby it is creating a new directory. |
static FileChooserAction |
OPEN
Open mode: the FileChooser will only let the user pick an existing file. |
static FileChooserAction |
SAVE
Save mode: the FileChooser will come up in a form suited to saving files. |
static FileChooserAction |
SELECT_FOLDER
Open folder mode: set the FileChooser to enable the user pick a specific directory. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FileChooserAction CREATE_FOLDER
public static final FileChooserAction OPEN
public static final FileChooserAction SAVE
public static final FileChooserAction SELECT_FOLDER
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |