Property | Defined By | ||
---|---|---|---|
![]() | $label : String [read-only] | FTFile | |
![]() | key : * [override] [read-only] | FTFile | |
LISTENER : String [override] [read-only] | NTFile | ||
![]() | TAG : String [override] [read-only] | FTFile |
Property | Defined By | ||
---|---|---|---|
![]() | comment : String
A comment of attached to the file for description. | FTFile | |
exploreParameter : NTExploreParameter | NTFile | ||
![]() | extension : String
An extension of a file. | FTFile | |
factory : NTFactory | NTFile | ||
functionName : String | NTFile | ||
![]() | name : String
Name of the file. | FTFile | |
otherside : NTFile | NTFile | ||
parameterArray : NTParameterArray | NTFile | ||
![]() | parent : FTFolder
Parent folder containing the file. | FTFile | |
![]() | uid : int
Key, an unique if of the file. | FTFile |
Method | Defined By | ||
---|---|---|---|
NTFile | |||
construct(xml:XML):void [override] | NTFile | ||
![]() | getComment():String | FTFile | |
NTFile | |||
![]() | getExtension():String | FTFile | |
getFunction():String | NTFile | ||
![]() | getName():String | FTFile | |
NTFile | |||
NTFile | |||
![]() | FTFile | ||
![]() | getPath():String | FTFile | |
![]() | getUID():int | FTFile | |
hasExploreParameter():Boolean | NTFile | ||
link():void | NTFile | ||
![]() | load():void | FTFile | |
setHasExploreParameter(flag:Boolean):void | NTFile | ||
![]() | FTFile | ||
toXML():XML [override] | NTFile |
exploreParameter | property |
protected var exploreParameter:NTExploreParameter
factory | property |
protected var factory:NTFactory
functionName | property |
protected var functionName:String
LISTENER | property |
LISTENER:String
[read-only] [override] public function get LISTENER():String
otherside | property |
protected var otherside:NTFile
parameterArray | property |
protected var parameterArray:NTParameterArray
NTFile | () | Constructor |
public function NTFile(factory:NTFactory, parent:FTFolder)
factory:NTFactory | |
parent:FTFolder |
construct | () | method |
override public function construct(xml:XML):void
Parameters
xml:XML |
getExploreParameter | () | method |
getFunction | () | method |
public function getFunction():String
ReturnsString |
getOtherside | () | method |
getParameterArray | () | method |
hasExploreParameter | () | method |
public function hasExploreParameter():Boolean
ReturnsBoolean |
link | () | method |
public function link():void
setHasExploreParameter | () | method |
public function setHasExploreParameter(flag:Boolean):void
Parameters
flag:Boolean |
toXML | () | method |
override public function toXML():XML
ReturnsXML |