org.gnu.gtk
Class UIManagerItemType

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

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


Field Summary
static UIManagerItemType ACCELERATOR
          Deprecated.  
static UIManagerItemType AUTO
          Deprecated.  
static UIManagerItemType MENU
          Deprecated.  
static UIManagerItemType MENUBAR
          Deprecated.  
static UIManagerItemType MENUITEM
          Deprecated.  
static UIManagerItemType PLACEHOLDER
          Deprecated.  
static UIManagerItemType POPUP
          Deprecated.  
static UIManagerItemType SEPARATOR
          Deprecated.  
static UIManagerItemType TOOLBAR
          Deprecated.  
static UIManagerItemType TOOLITEM
          Deprecated.  
 
Method Summary
 UIManagerItemType and(UIManagerItemType other)
          Deprecated.  
static UIManagerItemType intern(int value)
          Deprecated.  
 UIManagerItemType or(UIManagerItemType other)
          Deprecated.  
 boolean test(UIManagerItemType other)
          Deprecated.  
 UIManagerItemType xor(UIManagerItemType 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

AUTO

public static final UIManagerItemType AUTO
Deprecated. 

MENUBAR

public static final UIManagerItemType MENUBAR
Deprecated. 

MENU

public static final UIManagerItemType MENU
Deprecated. 

TOOLBAR

public static final UIManagerItemType TOOLBAR
Deprecated. 

PLACEHOLDER

public static final UIManagerItemType PLACEHOLDER
Deprecated. 

POPUP

public static final UIManagerItemType POPUP
Deprecated. 

MENUITEM

public static final UIManagerItemType MENUITEM
Deprecated. 

TOOLITEM

public static final UIManagerItemType TOOLITEM
Deprecated. 

SEPARATOR

public static final UIManagerItemType SEPARATOR
Deprecated. 

ACCELERATOR

public static final UIManagerItemType ACCELERATOR
Deprecated. 
Method Detail

intern

public static UIManagerItemType intern(int value)
Deprecated. 

or

public UIManagerItemType or(UIManagerItemType other)
Deprecated. 

and

public UIManagerItemType and(UIManagerItemType other)
Deprecated. 

xor

public UIManagerItemType xor(UIManagerItemType other)
Deprecated. 

test

public boolean test(UIManagerItemType other)
Deprecated.