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 MenuDirectionType
CHILD
static MenuDirectionType
NEXT
static MenuDirectionType
PARENT
static MenuDirectionType
PREV

Method Summary

MenuDirectionType
and(MenuDirectionType other)
static MenuDirectionType
intern(int value)
MenuDirectionType
or(MenuDirectionType other)
boolean
test(MenuDirectionType other)
MenuDirectionType
xor(MenuDirectionType other)

Field Details

CHILD

public static final MenuDirectionType CHILD

MenuDirectionType NEXT

PARENT

public static final MenuDirectionType PARENT

MenuDirectionType PREV

Method Details

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)