org.gnu.gnome
Class UIInfoType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gnome.UIInfoType

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 have an equivalent in java-gnome 4.0; have a look for org.gnome.gnome.UIInfoType.

public class UIInfoType
extends org.gnu.glib.Enum

Identifies the item type that a UIInfo object specifies.

ENDOFINFO No more items. Use it at the end of an array. ITEM Normal item, or radio item if it is inside a radioitems group. TOGGLEITEM Toggle (check box) item. RADIOITEMS Radio item group. SUBTREE Item that defines a subtree / submenu. SEPARATOR Separator lines (menu) or a blank space (toolbar). HELP Create a list of help topics. Used in the Help menu. BUILDERDATA Specifies the builder data. CONFIGURABLE A configurable menu item. SUBTREE_STOCK Item that defines a subtree / submenu, same as SUBTREE, but the text should looked up in the libgnome catalog. INCLUDE Almost like SUBTREE, but inserts items into the current menu instead of making a submenu.

See Also:
UIInfo

Field Summary
static UIInfoType BUILDER_DATA
          Deprecated.  
static UIInfoType ENDOFINFO
          Deprecated.  
static UIInfoType HELP
          Deprecated.  
static UIInfoType INCLUDE
          Deprecated.  
static UIInfoType ITEM
          Deprecated.  
static UIInfoType ITEM_CONFIGURABLE
          Deprecated.  
static UIInfoType RADIOITEMS
          Deprecated.  
static UIInfoType SEPARATOR
          Deprecated.  
static UIInfoType SUBTREE
          Deprecated.  
static UIInfoType SUBTREE_STOCK
          Deprecated.  
static UIInfoType TOGGLEITEM
          Deprecated.  
 
Method Summary
 UIInfoType and(UIInfoType other)
          Deprecated.  
static UIInfoType intern(int value)
          Deprecated.  
 UIInfoType or(UIInfoType other)
          Deprecated.  
 boolean test(UIInfoType other)
          Deprecated.  
 UIInfoType xor(UIInfoType 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

ENDOFINFO

public static final UIInfoType ENDOFINFO
Deprecated. 

ITEM

public static final UIInfoType ITEM
Deprecated. 

TOGGLEITEM

public static final UIInfoType TOGGLEITEM
Deprecated. 

RADIOITEMS

public static final UIInfoType RADIOITEMS
Deprecated. 

SUBTREE

public static final UIInfoType SUBTREE
Deprecated. 

SEPARATOR

public static final UIInfoType SEPARATOR
Deprecated. 

HELP

public static final UIInfoType HELP
Deprecated. 

BUILDER_DATA

public static final UIInfoType BUILDER_DATA
Deprecated. 

ITEM_CONFIGURABLE

public static final UIInfoType ITEM_CONFIGURABLE
Deprecated. 

SUBTREE_STOCK

public static final UIInfoType SUBTREE_STOCK
Deprecated. 

INCLUDE

public static final UIInfoType INCLUDE
Deprecated. 
Method Detail

intern

public static UIInfoType intern(int value)
Deprecated. 

or

public UIInfoType or(UIInfoType other)
Deprecated. 

and

public UIInfoType and(UIInfoType other)
Deprecated. 

xor

public UIInfoType xor(UIInfoType other)
Deprecated. 

test

public boolean test(UIInfoType other)
Deprecated.