|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.UIManagerItemType
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
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 |
---|
public static final UIManagerItemType AUTO
public static final UIManagerItemType MENUBAR
public static final UIManagerItemType MENU
public static final UIManagerItemType TOOLBAR
public static final UIManagerItemType PLACEHOLDER
public static final UIManagerItemType POPUP
public static final UIManagerItemType MENUITEM
public static final UIManagerItemType TOOLITEM
public static final UIManagerItemType SEPARATOR
public static final UIManagerItemType ACCELERATOR
Method Detail |
---|
public static UIManagerItemType intern(int value)
public UIManagerItemType or(UIManagerItemType other)
public UIManagerItemType and(UIManagerItemType other)
public UIManagerItemType xor(UIManagerItemType other)
public boolean test(UIManagerItemType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |