Overview
Wrapper for a native MenuItem for use in a NativeMenu.
Profile: desktop
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | action | function():Void | ![]() | ![]() | ![]() |
Action that will get executed when this menu item is clicked. |
|
| public | text | String | ![]() | ![]() | ![]() |
The name of this menu item.
The name of this menu item. Corresponds to the label property on the native peer. |
Inherited Variables
Function Summary
- public getMenuItem() : java.awt.MenuItem

