org.gnu.gtk
Class MenuDirectionType

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gtk.MenuDirectionType

Deprecated. This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for 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
extends org.gnu.glib.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
          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

PARENT

public static final MenuDirectionType PARENT
Deprecated. 

CHILD

public static final MenuDirectionType CHILD
Deprecated. 

NEXT

public static final MenuDirectionType NEXT
Deprecated. 

PREV

public static final MenuDirectionType PREV
Deprecated. 
Method Detail

intern

public static MenuDirectionType intern(int value)
Deprecated. 

or

public MenuDirectionType or(MenuDirectionType other)
Deprecated. 

and

public MenuDirectionType and(MenuDirectionType other)
Deprecated. 

xor

public MenuDirectionType xor(MenuDirectionType other)
Deprecated. 

test

public boolean test(MenuDirectionType other)
Deprecated.