org.gnu.gtk

Class UIManagerItemType

public class UIManagerItemType extends Enum

Field Summary
static UIManagerItemTypeACCELERATOR
static UIManagerItemTypeAUTO
static UIManagerItemTypeMENU
static UIManagerItemTypeMENUBAR
static UIManagerItemTypeMENUITEM
static UIManagerItemTypePLACEHOLDER
static UIManagerItemTypePOPUP
static UIManagerItemTypeSEPARATOR
static UIManagerItemTypeTOOLBAR
static UIManagerItemTypeTOOLITEM
Method Summary
UIManagerItemTypeand(UIManagerItemType other)
static UIManagerItemTypeintern(int value)
UIManagerItemTypeor(UIManagerItemType other)
booleantest(UIManagerItemType other)
UIManagerItemTypexor(UIManagerItemType other)

Field Detail

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 Detail

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)