org.gnu.gtk

Class MenuDirectionType

public class MenuDirectionType extends Enum

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 MenuDirectionTypeCHILD
static MenuDirectionTypeNEXT
static MenuDirectionTypePARENT
static MenuDirectionTypePREV
Method Summary
MenuDirectionTypeand(MenuDirectionType other)
static MenuDirectionTypeintern(int value)
MenuDirectionTypeor(MenuDirectionType other)
booleantest(MenuDirectionType other)
MenuDirectionTypexor(MenuDirectionType other)

Field Detail

CHILD

public static final MenuDirectionType CHILD

public static final MenuDirectionType NEXT

PARENT

public static final MenuDirectionType PARENT

public static final MenuDirectionType PREV

Method Detail

and

public MenuDirectionType and(MenuDirectionType other)

intern

public static MenuDirectionType intern(int value)

or

public MenuDirectionType or(MenuDirectionType other)

test

public boolean test(MenuDirectionType other)

xor

public MenuDirectionType xor(MenuDirectionType other)