|
|||||||||
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.MenuDirectionType
org.gnome.gtk.MenuDirectionType
.
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 MenuDirectionType
Represents directional movements within a menu.
PARENT To the parent menu shell CHILD To the submenu, if any, associated with the menu NEXT To the next menu item PREV To the previous menu item
Field Summary | |
---|---|
static MenuDirectionType |
CHILD
Deprecated. |
static MenuDirectionType |
NEXT
Deprecated. |
static MenuDirectionType |
PARENT
Deprecated. |
static MenuDirectionType |
PREV
Deprecated. |
Method Summary | |
---|---|
MenuDirectionType |
and(MenuDirectionType other)
Deprecated. |
static MenuDirectionType |
intern(int value)
Deprecated. |
MenuDirectionType |
or(MenuDirectionType other)
Deprecated. |
boolean |
test(MenuDirectionType other)
Deprecated. |
MenuDirectionType |
xor(MenuDirectionType 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 MenuDirectionType PARENT
public static final MenuDirectionType CHILD
public static final MenuDirectionType NEXT
public static final MenuDirectionType PREV
Method Detail |
---|
public static MenuDirectionType intern(int value)
public MenuDirectionType or(MenuDirectionType other)
public MenuDirectionType and(MenuDirectionType other)
public MenuDirectionType xor(MenuDirectionType other)
public boolean test(MenuDirectionType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |