|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gnome.UIInfoType
org.gnome.gnome.UIInfoType
.
public class 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.
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 |
---|
public static final UIInfoType ENDOFINFO
public static final UIInfoType ITEM
public static final UIInfoType TOGGLEITEM
public static final UIInfoType RADIOITEMS
public static final UIInfoType SUBTREE
public static final UIInfoType SEPARATOR
public static final UIInfoType HELP
public static final UIInfoType BUILDER_DATA
public static final UIInfoType ITEM_CONFIGURABLE
public static final UIInfoType SUBTREE_STOCK
public static final UIInfoType INCLUDE
Method Detail |
---|
public static UIInfoType intern(int value)
public UIInfoType or(UIInfoType other)
public UIInfoType and(UIInfoType other)
public UIInfoType xor(UIInfoType other)
public boolean test(UIInfoType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |