Packageorg.libspark.swfassist.swf.tags
Classpublic class SetTabIndex
InheritanceSetTabIndex Inheritance AbstractTag



Public Properties
 PropertyDefined by
 Inheritedcode : uint
AbstractTag
  depth : uint
SetTabIndex
  tabIndex : uint
SetTabIndex
Public Methods
 MethodDefined by
  
SetTabIndex(code:uint = 0)
SetTabIndex
  
visit(visitor:TagVisitor):void
SetTabIndex
Property detail
depthproperty
depth:uint  [read-write]Implementation
    public function get depth():uint
    public function set depth(value:uint):void
tabIndexproperty 
tabIndex:uint  [read-write]Implementation
    public function get tabIndex():uint
    public function set tabIndex(value:uint):void
Constructor detail
SetTabIndex()constructor
public function SetTabIndex(code:uint = 0)Parameters
code:uint (default = 0)
Method detail
visit()method
public override function visit(visitor:TagVisitor):voidParameters
visitor:TagVisitor