org.gnu.gtk

Class UIManagerItemType


public class UIManagerItemType
extends Enum

Field Summary

static UIManagerItemType
ACCELERATOR
static UIManagerItemType
AUTO
static UIManagerItemType
MENU
static UIManagerItemType
MENUBAR
static UIManagerItemType
MENUITEM
static UIManagerItemType
PLACEHOLDER
static UIManagerItemType
POPUP
static UIManagerItemType
SEPARATOR
static UIManagerItemType
TOOLBAR
static UIManagerItemType
TOOLITEM

Method Summary

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

Field Details

ACCELERATOR

public static final UIManagerItemType ACCELERATOR

AUTO

public static final UIManagerItemType AUTO

MENU

public static final UIManagerItemType MENU

MENUBAR

public static final UIManagerItemType MENUBAR

MENUITEM

public static final UIManagerItemType MENUITEM

PLACEHOLDER

public static final UIManagerItemType PLACEHOLDER

POPUP

public static final UIManagerItemType POPUP

SEPARATOR

public static final UIManagerItemType SEPARATOR

TOOLBAR

public static final UIManagerItemType TOOLBAR

TOOLITEM

public static final UIManagerItemType TOOLITEM

Method Details

and

public UIManagerItemType and(UIManagerItemType other)

intern

public static UIManagerItemType intern(int value)

or

public UIManagerItemType or(UIManagerItemType other)

test

public boolean test(UIManagerItemType other)

xor

public UIManagerItemType xor(UIManagerItemType other)