JavaSwingPopupMenu |
Top Previous Next |
Extends JavaObject. Extends SeSSimulatedObject.
Behavior Pattern: JavaObjectPopupSelectableBehavior
Property Summary
Action Summary
Property Detail
ItemCountNumber of items.
Type: number
Accessors: GetItemCount
ItemIndexByNameReturns item index by its name. 'false' if name is not found.
Getter Parameters:
Type: number|boolean
Accessors: GetItemIndexByName
ItemNameByIndexReturns item name by its index.'false' if name is not found.
Getter Parameters:
Type: string|boolean
Accessors: GetItemNameByIndex
Action Detail
DoSelectItem(item)Selects an item of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
|