org.gnu.gnome
Class UIInfoType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.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
           
static UIInfoType ENDOFINFO
           
static UIInfoType HELP
           
static UIInfoType INCLUDE
           
static UIInfoType ITEM
           
static UIInfoType ITEM_CONFIGURABLE
           
static UIInfoType RADIOITEMS
           
static UIInfoType SEPARATOR
           
static UIInfoType SUBTREE
           
static UIInfoType SUBTREE_STOCK
           
static UIInfoType TOGGLEITEM
           
 
Method Summary
 UIInfoType and(UIInfoType other)
           
static UIInfoType intern(int value)
           
 UIInfoType or(UIInfoType other)
           
 boolean test(UIInfoType other)
           
 UIInfoType xor(UIInfoType other)
           
 
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

ITEM

public static final UIInfoType ITEM

TOGGLEITEM

public static final UIInfoType TOGGLEITEM

RADIOITEMS

public static final UIInfoType RADIOITEMS

SUBTREE

public static final UIInfoType SUBTREE

SEPARATOR

public static final UIInfoType SEPARATOR

HELP

public static final UIInfoType HELP

BUILDER_DATA

public static final UIInfoType BUILDER_DATA

ITEM_CONFIGURABLE

public static final UIInfoType ITEM_CONFIGURABLE

SUBTREE_STOCK

public static final UIInfoType SUBTREE_STOCK

INCLUDE

public static final UIInfoType INCLUDE
Method Detail

intern

public static UIInfoType intern(int value)

or

public UIInfoType or(UIInfoType other)

and

public UIInfoType and(UIInfoType other)

xor

public UIInfoType xor(UIInfoType other)

test

public boolean test(UIInfoType other)