org.gnu.gtk
Class FileChooserAction

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.FileChooserAction

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for 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
extends org.gnu.glib.Enum


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

ACTION_OPEN

public static final FileChooserAction ACTION_OPEN
Deprecated. 

ACTION_SAVE

public static final FileChooserAction ACTION_SAVE
Deprecated. 

ACTION_SELECT_FOLDER

public static final FileChooserAction ACTION_SELECT_FOLDER
Deprecated. 

ACTION_CREATE_FOLDER

public static final FileChooserAction ACTION_CREATE_FOLDER
Deprecated. 
Method Detail

intern

public static FileChooserAction intern(int value)
Deprecated. 

or

public FileChooserAction or(FileChooserAction other)
Deprecated. 

and

public FileChooserAction and(FileChooserAction other)
Deprecated. 

xor

public FileChooserAction xor(FileChooserAction other)
Deprecated. 

test

public boolean test(FileChooserAction other)
Deprecated.