|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Enumeration for the states of menu items
Field Summary | |
static int |
CHECKED
Acts as a toggle with CCMENU_UNCHECKED to place the default check mark next to the item. |
static int |
DEFAULT
state: DEFAULT |
static int |
ENABLED
Enables the menu item so that it can be selected and restores it from its dimmed state. |
static int |
GRAYED
Disables the menu item so that it cannot be selected and dims it. |
static int |
POPUP
Specifies that the menu item has a pop-up menu associated with it. |
static int |
SELECTED
Specifies that the menu item is a character string. |
static int |
SEPARATOR
Draws a horizontal dividing line. |
static int |
VISIBLE
The menu item is visible |
Field Detail |
public static final int CHECKED
public static final int ENABLED
public static final int VISIBLE
public static final int GRAYED
public static final int POPUP
public static final int SEPARATOR
public static final int SELECTED
public static final int DEFAULT
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |