org.gnu.gtk
Class IconSize

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

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.IconSize. 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 IconSize
extends org.gnu.glib.Enum

Defines the standard GTK icon sizes.


Field Summary
static IconSize BUTTON
          Deprecated.  
static IconSize DIALOG
          Deprecated.  
static IconSize DND
          Deprecated.  
static IconSize INVALID
          Deprecated.  
static IconSize LARGE_TOOLBAR
          Deprecated.  
static IconSize MENU
          Deprecated.  
static IconSize SMALL_TOOLBAR
          Deprecated.  
 
Method Summary
 IconSize and(IconSize other)
          Deprecated.  
static IconSize intern(int value)
          Deprecated.  
 IconSize or(IconSize other)
          Deprecated.  
 boolean test(IconSize other)
          Deprecated.  
 IconSize xor(IconSize 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

INVALID

public static final IconSize INVALID
Deprecated. 

MENU

public static final IconSize MENU
Deprecated. 

SMALL_TOOLBAR

public static final IconSize SMALL_TOOLBAR
Deprecated. 

LARGE_TOOLBAR

public static final IconSize LARGE_TOOLBAR
Deprecated. 

BUTTON

public static final IconSize BUTTON
Deprecated. 

DND

public static final IconSize DND
Deprecated. 

DIALOG

public static final IconSize DIALOG
Deprecated. 
Method Detail

intern

public static IconSize intern(int value)
Deprecated. 

or

public IconSize or(IconSize other)
Deprecated. 

and

public IconSize and(IconSize other)
Deprecated. 

xor

public IconSize xor(IconSize other)
Deprecated. 

test

public boolean test(IconSize other)
Deprecated.