Packagecom.adobe.csxs.types
Classpublic class Extension

Stores properties specific to an extension.



Public Properties
 PropertyDefined by
  autoVisible : Boolean
True if this extension is visible on loading.
Extension
  basePath : String
The base path of this extension
Extension
  defaultExtensionData : XML
The extension data contained in the default ExtensionDispatchInfo section of the extension manifest.
Extension
  height : Number
The default height in pixels of the main window of this extension.
Extension
  id : String
The unique identifier of the extension.
Extension
  maxHeight : Number
The maximum height in pixels of the main window of this extension.
Extension
  maxWidth : Number
The maximum width in pixels of the main window of this extension.
Extension
  minHeight : Number
The minimum height in pixels of the main window of this extension.
Extension
  minWidth : Number
The minimum width in pixels of the main window of this extension.
Extension
  name : String
The localizable display name of the extension.
Extension
  pluginExtension : Boolean = false
Flag indicating wether this extension has been deployed in the Plugins folder of the host app.
Extension
  specialExtensionData : XML
The extension data contained in the application-specific ExtensionDispatchInfo section of the extension manifest.
Extension
  swfPath : String
The path of the compiled Flash (SWF) file that implements this extension
Extension
  width : Number
The default width in pixels of the main window of this extension.
Extension
  windowType : String
Retrieves the window type for this extension.
Extension
Public Methods
 MethodDefined by
  
Creates the extension object.
Extension
Property detail
autoVisibleproperty
public var autoVisible:Boolean

True if this extension is visible on loading.

basePathproperty 
public var basePath:String

The base path of this extension

defaultExtensionDataproperty 
public var defaultExtensionData:XML

The extension data contained in the default ExtensionDispatchInfo section of the extension manifest.

heightproperty 
public var height:Number

The default height in pixels of the main window of this extension.

idproperty 
public var id:String

The unique identifier of the extension.

maxHeightproperty 
public var maxHeight:Number

The maximum height in pixels of the main window of this extension.

maxWidthproperty 
public var maxWidth:Number

The maximum width in pixels of the main window of this extension.

minHeightproperty 
public var minHeight:Number

The minimum height in pixels of the main window of this extension.

minWidthproperty 
public var minWidth:Number

The minimum width in pixels of the main window of this extension.

nameproperty 
public var name:String

The localizable display name of the extension.

pluginExtensionproperty 
public var pluginExtension:Boolean = false

Flag indicating wether this extension has been deployed in the Plugins folder of the host app.

specialExtensionDataproperty 
public var specialExtensionData:XML

The extension data contained in the application-specific ExtensionDispatchInfo section of the extension manifest.

swfPathproperty 
public var swfPath:String

The path of the compiled Flash (SWF) file that implements this extension

widthproperty 
public var width:Number

The default width in pixels of the main window of this extension.

windowTypeproperty 
windowType:String  [read-write]

Retrieves the window type for this extension.

This property can be used as the source for data binding.

Implementation
    public function get windowType():String
    public function set windowType(value:String):void

See also

Constructor detail
Extension()constructor
public function Extension()

Creates the extension object.