Packagecom.hippohx.dialogmasks
Classpublic class AllFilesDialogMask
InheritanceAllFilesDialogMask Inheritance DialogMask

AllFilesDialogMask is the default mask used in Dialog.openFile().

See also

com.hippohx.Dialog.openFile()


Public Properties
 PropertyDefined by
 Inheritedcount : int
Number of descriptions and extensions.
DialogMask
 Inheriteddescriptions : Array
Array of Strings with descriptions for each extension.
DialogMask
 Inheritedextensions : Array
Array of Strings with extensions for each description.
DialogMask
Public Methods
 MethodDefined by
  
AllFilesDialogMask(allFilesDescription:String = "All files (*.*)")
Creates a new AllFilesDialogMask object.
AllFilesDialogMask
 Inherited
toString():String
This is just a nice way of displaying object's information within a trace function.
DialogMask
Constructor detail
AllFilesDialogMask()constructor
public function AllFilesDialogMask(allFilesDescription:String = "All files (*.*)")

Creates a new AllFilesDialogMask object. You can pass a description or leave the default "All files (*.*)".

Parameters
allFilesDescription:String (default = "All files (*.*)")