Elements
|
| short ID
|
- Description
- unique ID of this menu item
|
| short GroupID
|
- Description
- unique ID of the group this menu item belongs to
|
| short PreItemID
|
- Description
- unique ID of the item directly above this menu item, used for fuzzy placement
|
| string ItemText
|
- Description
- text of the menu item
|
| boolean IsVisible
|
- Description
- true if visible
|
| boolean IsActive
|
- Description
- true if active, so clickable
|
| boolean IsCheckable
|
- Description
- true if checkable, so there can be a checkmark
|
| boolean IsChecked
|
- Description
- true if there is a checkmark
|
| sequence< byte > Image
|
- Description
- sequence of bytes representing a possible image
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.