| Package | org.libspark.swfassist.swf.tags |
| Class | public class SetTabIndex |
| Inheritance | SetTabIndex AbstractTag |
| Property | Defined by | ||
|---|---|---|---|
![]() | code : uint | AbstractTag | |
| depth : uint | SetTabIndex | ||
| tabIndex : uint | SetTabIndex | ||
| Method | Defined by | ||
|---|---|---|---|
|
SetTabIndex(code:uint = 0)
| SetTabIndex | ||
|
visit(visitor:TagVisitor):void
| SetTabIndex | ||
| depth | property |
depth:uint [read-write]Implementation
public function get depth():uint
public function set depth(value:uint):void
| tabIndex | property |
tabIndex:uint [read-write]Implementation
public function get tabIndex():uint
public function set tabIndex(value:uint):void
| SetTabIndex | () | constructor |
public function SetTabIndex(code:uint = 0)Parameters
code:uint (default = 0) |
| visit | () | method |