org.gnu.gtk
Class FileFilterFlags

java.lang.Object
  extended by org.gnu.glib.Flags
      extended by org.gnu.gtk.FileFilterFlags

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.FileFilterFlags. 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 FileFilterFlags
extends org.gnu.glib.Flags


Field Summary
static FileFilterFlags DISPLAY_NAME
          Deprecated.  
static FileFilterFlags FILENAME
          Deprecated.  
static FileFilterFlags MIME_TYPE
          Deprecated.  
static FileFilterFlags URI
          Deprecated.  
 
Method Summary
 FileFilterFlags and(FileFilterFlags other)
          Deprecated.  
static FileFilterFlags intern(int value)
          Deprecated.  
 FileFilterFlags or(FileFilterFlags other)
          Deprecated.  
 boolean test(FileFilterFlags other)
          Deprecated.  
 FileFilterFlags xor(FileFilterFlags other)
          Deprecated.  
 
Methods inherited from class org.gnu.glib.Flags
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILENAME

public static final FileFilterFlags FILENAME
Deprecated. 

URI

public static final FileFilterFlags URI
Deprecated. 

DISPLAY_NAME

public static final FileFilterFlags DISPLAY_NAME
Deprecated. 

MIME_TYPE

public static final FileFilterFlags MIME_TYPE
Deprecated. 
Method Detail

intern

public static FileFilterFlags intern(int value)
Deprecated. 

or

public FileFilterFlags or(FileFilterFlags other)
Deprecated. 

and

public FileFilterFlags and(FileFilterFlags other)
Deprecated. 

xor

public FileFilterFlags xor(FileFilterFlags other)
Deprecated. 

test

public boolean test(FileFilterFlags other)
Deprecated.