org.gnu.gtk
Class IconLookupFlags

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

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


Field Summary
static IconLookupFlags FORCE_SVG
          Deprecated.  
static IconLookupFlags NO_SVG
          Deprecated.  
static IconLookupFlags USE_BUILTIN
          Deprecated.  
 
Method Summary
 IconLookupFlags and(IconLookupFlags other)
          Deprecated.  
static IconLookupFlags intern(int value)
          Deprecated.  
 IconLookupFlags or(IconLookupFlags other)
          Deprecated.  
 boolean test(IconLookupFlags other)
          Deprecated.  
 IconLookupFlags xor(IconLookupFlags 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

NO_SVG

public static final IconLookupFlags NO_SVG
Deprecated. 

FORCE_SVG

public static final IconLookupFlags FORCE_SVG
Deprecated. 

USE_BUILTIN

public static final IconLookupFlags USE_BUILTIN
Deprecated. 
Method Detail

intern

public static IconLookupFlags intern(int value)
Deprecated. 

or

public IconLookupFlags or(IconLookupFlags other)
Deprecated. 

and

public IconLookupFlags and(IconLookupFlags other)
Deprecated. 

xor

public IconLookupFlags xor(IconLookupFlags other)
Deprecated. 

test

public boolean test(IconLookupFlags other)
Deprecated.