| Package | com.elad.framework.fileviewer |
| Interface | public interface IFileViewer |
| Implementors | AbstractFileViewer |
| Method | Defined by | ||
|---|---|---|---|
|
initiate(filename:String):void
Method that will be used by UI to start the API
| IFileViewer | ||
|
setProperties(filename:String):IView
This will set all the properties that are needed in the view layer.
| IFileViewer | ||
| initiate | () | method |
public function initiate(filename:String):voidMethod that will be used by UI to start the API
Parametersfilename:String — File name and extention to be checked and viewed.
|
| setProperties | () | method |
public function setProperties(filename:String):IViewThis will set all the properties that are needed in the view layer.
Parametersfilename:String — File name and extention.
|
IView —
IView Return the view components.
|