org.gnu.gnome

Class UIInfoType

public class UIInfoType extends Enum

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.

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:

Field Summary
static UIInfoTypeBUILDER_DATA
static UIInfoTypeENDOFINFO
static UIInfoTypeHELP
static UIInfoTypeINCLUDE
static UIInfoTypeITEM
static UIInfoTypeITEM_CONFIGURABLE
static UIInfoTypeRADIOITEMS
static UIInfoTypeSEPARATOR
static UIInfoTypeSUBTREE
static UIInfoTypeSUBTREE_STOCK
static UIInfoTypeTOGGLEITEM
Method Summary
UIInfoTypeand(UIInfoType other)
static UIInfoTypeintern(int value)
UIInfoTypeor(UIInfoType other)
booleantest(UIInfoType other)
UIInfoTypexor(UIInfoType other)

Field Detail

BUILDER_DATA

public static final UIInfoType BUILDER_DATA

ENDOFINFO

public static final UIInfoType ENDOFINFO

HELP

public static final UIInfoType HELP

INCLUDE

public static final UIInfoType INCLUDE

ITEM

public static final UIInfoType ITEM

ITEM_CONFIGURABLE

public static final UIInfoType ITEM_CONFIGURABLE

RADIOITEMS

public static final UIInfoType RADIOITEMS

SEPARATOR

public static final UIInfoType SEPARATOR

SUBTREE

public static final UIInfoType SUBTREE

SUBTREE_STOCK

public static final UIInfoType SUBTREE_STOCK

TOGGLEITEM

public static final UIInfoType TOGGLEITEM

Method Detail

and

public UIInfoType and(UIInfoType other)

intern

public static UIInfoType intern(int value)

or

public UIInfoType or(UIInfoType other)

test

public boolean test(UIInfoType other)

xor

public UIInfoType xor(UIInfoType other)