Packagecom.elad.framework.fileviewer
Interfacepublic interface IFileViewer
ImplementorsAbstractFileViewer



Public Methods
 MethodDefined 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
Method detail
initiate()method
public function initiate(filename:String):void

Method that will be used by UI to start the API

Parameters
filename:String — File name and extention to be checked and viewed.
setProperties()method 
public function setProperties(filename:String):IView

This will set all the properties that are needed in the view layer.

Parameters
filename:String — File name and extention.

Returns
IView — IView Return the view components.