Packageno.arton.guitarplayer.menu
Classpublic class MenuItem
InheritanceMenuItem Inheritance flash.display.Sprite

...



Public Properties
 PropertyDefined by
  command : ICommand
MenuItem
Public Methods
 MethodDefined by
  
MenuItem(label:String, command:ICommand)
MenuItem
  
drawBG(bgWidth:Number, bgHeight:Number, menuPadding:Number):void
MenuItem
  
mouseOut():void
MenuItem
  
mouseOver():void
MenuItem
  
runCommand():void
MenuItem
Property detail
commandproperty
public var command:ICommand
Constructor detail
MenuItem()constructor
public function MenuItem(label:String, command:ICommand)Parameters
label:String
 
command:ICommand
Method detail
drawBG()method
public function drawBG(bgWidth:Number, bgHeight:Number, menuPadding:Number):voidParameters
bgWidth:Number
 
bgHeight:Number
 
menuPadding:Number
mouseOut()method 
public function mouseOut():void
mouseOver()method 
public function mouseOver():void
runCommand()method 
public function runCommand():void