jsx3.amp.util.menumgr plug-in.| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| String | Returns an attribute of the XML declaration of this menu item. |
| void | execute() Executes this menu item. |
| jsx3.amp.Ext | getExt() Returns the extension that defined this menu item. |
| String | Returns the accelerator key code of this menu item. |
| String | getId() Returns the full ID of this menu item. |
| String | getImg() Returns the resolved image path of this item. |
| String | getLabel() Returns the label of this menu item. |
| jsx3.amp.util.Menu | getMenu() Returns the menu that contains this menu item. |
| String | getPath() Returns the path of this menu item. |
| jsx3.amp.util.Menu | |
| String | getTip() Returns the tip of this menu item. |
| boolean | Returns whether this menu item is enabled. |
| boolean | Returns whether this menu item is selected. |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Constructor Detail |
|---|
| Method Detail |
|---|
execute attribute is not empty then the plug-in that
declared this menu item is loaded. Once the plug-in loads the contents of the execute attribute
are execute in the context of the extension that defined this menu item.
enabled attribute of the item definition. Otherwise this method returns true.selected attribute of the item definition. Otherwise this method returns false.