DependTree/Window.bjs
[app.Builder.js] / DependTree / Window.bjs
1 {
2     "id": "file-gtk-18",
3     "name": "Window",
4     "parent": "",
5     "title": false,
6     "path": "/home/alan/gitlive/app.Builder.js/DependTree/Window.bjs",
7     "items": [
8         {
9             "listeners": {
10                 "show": "function (self) {\n    print(\"SHOW\");\n    var BuildLists = imports['BuildLists.js'].BuildLists;\n    this.data = new BuildLists();\n    print(JSON.stringify(this.data.allmethods, null,4));\n    \n    var ls = this.get('method-list-store');\n    this.data.allmethods.forEach(function(v) {\n        ls.append( [ v ]);\n    });\n    var ls = this.get('children-list-store');\n    this.data.allchildren.forEach(function(v) {\n        ls.append( [ v ]);\n    });\n    var ls = this.get('class-list-store');\n    for (var c in this.data.methods) {\n        ls.append( [ c ]);\n    };\n    \n    \n    \n}"
11             },
12             "default_height": 500,
13             "default_width": 600,
14             "xtype": "Window",
15             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.show_all();\n}\n",
16             "|xns": "Gtk",
17             "items": [
18                 {
19                     "xtype": "HBox",
20                     "|xns": "Gtk",
21                     "items": [
22                         {
23                             "xtype": "ScrolledWindow",
24                             "|xns": "Gtk",
25                             "listeners": {},
26                             "items": [
27                                 {
28                                     "xtype": "TreeView",
29                                     "|xns": "Gtk",
30                                     "listeners": {},
31                                     "items": [
32                                         {
33                                             "xtype": "ListStore",
34                                             "|xns": "Gtk",
35                                             "listeners": {}
36                                         },
37                                         {
38                                             "title": "Class",
39                                             "xtype": "TreeViewColumn",
40                                             "|xns": "Gtk",
41                                             "items": [
42                                                 {
43                                                     "xtype": "CellRendererText",
44                                                     "|xns": "Gtk",
45                                                     "listeners": {}
46                                                 }
47                                             ]
48                                         }
49                                     ]
50                                 }
51                             ]
52                         },
53                         {
54                             "xtype": "ScrolledWindow",
55                             "|xns": "Gtk",
56                             "listeners": {},
57                             "items": [
58                                 {
59                                     "xtype": "TreeView",
60                                     "|xns": "Gtk",
61                                     "listeners": {},
62                                     "items": [
63                                         {
64                                             "xtype": "ListStore",
65                                             "|xns": "Gtk",
66                                             "id": "",
67                                             "listeners": {}
68                                         },
69                                         {
70                                             "title": "Child Classes",
71                                             "xtype": "TreeViewColumn",
72                                             "|xns": "Gtk",
73                                             "items": [
74                                                 {
75                                                     "xtype": "CellRendererText",
76                                                     "|xns": "Gtk",
77                                                     "listeners": {}
78                                                 }
79                                             ]
80                                         }
81                                     ]
82                                 }
83                             ]
84                         },
85                         {
86                             "xtype": "ScrolledWindow",
87                             "|xns": "Gtk",
88                             "listeners": {},
89                             "items": [
90                                 {
91                                     "xtype": "TreeView",
92                                     "|xns": "Gtk",
93                                     "listeners": {},
94                                     "items": [
95                                         {
96                                             "id": "method-list-store",
97                                             "xtype": "ListStore",
98                                             "|xns": "Gtk"
99                                         },
100                                         {
101                                             "title": "Methods",
102                                             "xtype": "TreeViewColumn",
103                                             "|xns": "Gtk",
104                                             "items": [
105                                                 {
106                                                     "xtype": "CellRendererText",
107                                                     "|xns": "Gtk",
108                                                     "listeners": {}
109                                                 }
110                                             ]
111                                         }
112                                     ]
113                                 }
114                             ]
115                         }
116                     ]
117                 }
118             ]
119         }
120     ],
121     "permname": "",
122     "modOrder": ""
123 }