:: com :: sun :: star :: awt ::

enum MenuItemType
Description
specifies the type of a menu item, as returned by XMenuExtended2::getItemType().

Values
DONTKNOW specifies that the menu item type is unkown.  
STRING specifies that the menu item has a text.  
IMAGE specifies that the menu item has an image.  
STRINGIMAGE specifies that the menu item has a text and an image.  
SEPARATOR specifies that the menu item is a separator.  
Values' Details
DONTKNOW
DONTKNOW,
Description
specifies that the menu item type is unkown.
STRING
STRING,
Description
specifies that the menu item has a text.
IMAGE
IMAGE,
Description
specifies that the menu item has an image.
STRINGIMAGE
STRINGIMAGE,
Description
specifies that the menu item has a text and an image.
SEPARATOR
SEPARATOR,
Description
specifies that the menu item is a separator.
Top of Page