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                                             "id": "child-list-store",
65                                             "xtype": "ListStore",
66                                             "|xns": "Gtk"
67                                         },
68                                         {
69                                             "title": "Child Classes",
70                                             "xtype": "TreeViewColumn",
71                                             "|xns": "Gtk",
72                                             "items": [
73                                                 {
74                                                     "xtype": "CellRendererText",
75                                                     "|xns": "Gtk",
76                                                     "listeners": {}
77                                                 }
78                                             ]
79                                         }
80                                     ]
81                                 }
82                             ]
83                         },
84                         {
85                             "xtype": "ScrolledWindow",
86                             "|xns": "Gtk",
87                             "listeners": {},
88                             "items": [
89                                 {
90                                     "xtype": "TreeView",
91                                     "|xns": "Gtk",
92                                     "listeners": {},
93                                     "items": [
94                                         {
95                                             "id": "method-list-store",
96                                             "xtype": "ListStore",
97                                             "|xns": "Gtk"
98                                         },
99                                         {
100                                             "title": "Methods",
101                                             "xtype": "TreeViewColumn",
102                                             "|xns": "Gtk",
103                                             "items": [
104                                                 {
105                                                     "xtype": "CellRendererText",
106                                                     "|xns": "Gtk",
107                                                     "listeners": {}
108                                                 }
109                                             ]
110                                         }
111                                     ]
112                                 }
113                             ]
114                         }
115                     ]
116                 }
117             ]
118         }
119     ],
120     "permname": "",
121     "modOrder": ""
122 }