Advertisement
Guest User

main.swf

a guest
Oct 31st, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package
  2. {
  3.    import mx.binding.IWatcherSetupUtil2;
  4.    import mx.core.IFlexModuleFactory;
  5.    import mx.binding.PropertyWatcher;
  6.    
  7.    public class _ViewerMainWatcherSetupUtil extends Object implements IWatcherSetupUtil2
  8.    {
  9.      
  10.       public function _ViewerMainWatcherSetupUtil()
  11.       {
  12.          super();
  13.       }
  14.      
  15.       public static function init(param1:IFlexModuleFactory) : void
  16.       {
  17.          ViewerMain.watcherSetupUtil = new _ViewerMainWatcherSetupUtil();
  18.       }
  19.      
  20.       public function setup(param1:Object, param2:Function, param3:Function, param4:Array, param5:Array) : void
  21.       {
  22.          param5[0] = new PropertyWatcher("viewerModel",{"propertyChange":true},[param4[0],param4[2],param4[3],param4[4],param4[5],param4[6],param4[7],param4[8],param4[10],param4[14],param4[15],param4[16],param4[17],param4[18],param4[19],param4[20],param4[21],param4[22],param4[23],param4[25]],param2);
  23.          param5[7] = new PropertyWatcher("courses",{"propertyChange":true},[param4[8]],null);
  24.          param5[6] = new PropertyWatcher("defaultCourse",{"propertyChange":true},[param4[7]],null);
  25.          param5[19] = new PropertyWatcher("selectedZoomInfoXMLTO",{"propertyChange":true},[param4[25]],null);
  26.          param5[3] = new PropertyWatcher("selectedBook",{"propertyChange":true},[param4[2],param4[4],param4[6],param4[10],param4[16],param4[17],param4[18],param4[19],param4[20],param4[22],param4[23]],null);
  27.          param5[17] = new PropertyWatcher("page",{"propertyChange":true},[param4[22]],null);
  28.          param5[5] = new PropertyWatcher("showLinks",{"propertyChange":true},[param4[4],param4[20]],null);
  29.          param5[18] = new PropertyWatcher("rightPage",{"propertyChange":true},[param4[23]],null);
  30.          param5[4] = new PropertyWatcher("bookFeatures",{"propertyChange":true},[param4[2],param4[10],param4[16],param4[18],param4[19]],null);
  31.          param5[14] = new PropertyWatcher("whiteBoardFeaturesTO",{"propertyChange":true},[param4[16],param4[18]],null);
  32.          param5[16] = new PropertyWatcher("defaultToolBarLocation",{"propertyChange":true},[param4[18]],null);
  33.          param5[15] = new PropertyWatcher("availableToolBarLocations",{"propertyChange":true},[param4[16]],null);
  34.          param5[13] = new PropertyWatcher("user",{"propertyChange":true},[param4[14]],null);
  35.          param5[1] = new PropertyWatcher("mainViewIndex",{"propertyChange":true},[param4[0],param4[3],param4[21]],null);
  36.          param5[2] = new PropertyWatcher("configModel",{"propertyChange":true},[param4[1],param4[9],param4[11],param4[12],param4[13],param4[24]],param2);
  37.          param5[12] = new PropertyWatcher("scenarioID",{"propertyChange":true},[param4[13],param4[24]],null);
  38.          param5[8] = new PropertyWatcher("appConfig",{"propertyChange":true},[param4[9]],null);
  39.          param5[9] = new PropertyWatcher("defaultContentURL",{"propertyChange":true},[param4[9]],null);
  40.          param5[11] = new PropertyWatcher("platformID",{"propertyChange":true},[param4[12]],null);
  41.          param5[10] = new PropertyWatcher("invokeType",{"propertyChange":true},[param4[11]],null);
  42.          param5[0].updateParent(param1);
  43.          param5[0].addChild(param5[7]);
  44.          param5[0].addChild(param5[6]);
  45.          param5[0].addChild(param5[19]);
  46.          param5[0].addChild(param5[3]);
  47.          param5[3].addChild(param5[17]);
  48.          param5[3].addChild(param5[5]);
  49.          param5[3].addChild(param5[18]);
  50.          param5[3].addChild(param5[4]);
  51.          param5[4].addChild(param5[14]);
  52.          param5[14].addChild(param5[16]);
  53.          param5[14].addChild(param5[15]);
  54.          param5[0].addChild(param5[13]);
  55.          param5[0].addChild(param5[1]);
  56.          param5[2].updateParent(param1);
  57.          param5[2].addChild(param5[12]);
  58.          param5[2].addChild(param5[8]);
  59.          param5[8].addChild(param5[9]);
  60.          param5[2].addChild(param5[11]);
  61.          param5[2].addChild(param5[10]);
  62.       }
  63.    }
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement