| Package | com.hippohx.dialogmasks |
| Class | public class AllFilesDialogMask |
| Inheritance | AllFilesDialogMask DialogMask |
See also
| Method | Defined by | ||
|---|---|---|---|
|
AllFilesDialogMask(allFilesDescription:String = "All files (*.*)")
Creates a new AllFilesDialogMask object.
| AllFilesDialogMask | ||
![]() |
toString():String
This is just a nice way of displaying object's information within a trace function.
| DialogMask | |
| 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 (*.*)".
ParametersallFilesDescription:String (default = "All files (*.*)") |