org.gnu.gtk
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) |