46 <td>Class implementing the data structure for browser directory items.</td> |
46 <td>Class implementing the data structure for browser directory items.</td> |
47 </tr><tr> |
47 </tr><tr> |
48 <td><a href="#BrowserFileItem">BrowserFileItem</a></td> |
48 <td><a href="#BrowserFileItem">BrowserFileItem</a></td> |
49 <td>Class implementing the data structure for browser file items.</td> |
49 <td>Class implementing the data structure for browser file items.</td> |
50 </tr><tr> |
50 </tr><tr> |
|
51 <td><a href="#BrowserGlobalsItem">BrowserGlobalsItem</a></td> |
|
52 <td>Class implementing the data structure for browser globals items.</td> |
|
53 </tr><tr> |
51 <td><a href="#BrowserImportItem">BrowserImportItem</a></td> |
54 <td><a href="#BrowserImportItem">BrowserImportItem</a></td> |
52 <td>Class implementing the data structure for browser imported module and imported names items.</td> |
55 <td>Class implementing the data structure for browser imported module and imported names items.</td> |
53 </tr><tr> |
56 </tr><tr> |
54 <td><a href="#BrowserImportsItem">BrowserImportsItem</a></td> |
57 <td><a href="#BrowserImportsItem">BrowserImportsItem</a></td> |
55 <td>Class implementing the data structure for browser import items.</td> |
58 <td>Class implementing the data structure for browser import items.</td> |
957 <dd> |
960 <dd> |
958 the string for the file (string) |
961 the string for the file (string) |
959 </dd><dt><i>full</i></dt> |
962 </dd><dt><i>full</i></dt> |
960 <dd> |
963 <dd> |
961 flag indicating full pathname should be displayed (boolean) |
964 flag indicating full pathname should be displayed (boolean) |
|
965 </dd> |
|
966 </dl> |
|
967 <div align="right"><a href="#top">Up</a></div> |
|
968 <hr /><hr /> |
|
969 <a NAME="BrowserGlobalsItem" ID="BrowserGlobalsItem"></a> |
|
970 <h2>BrowserGlobalsItem</h2> |
|
971 <p> |
|
972 Class implementing the data structure for browser globals items. |
|
973 </p> |
|
974 <h3>Derived from</h3> |
|
975 BrowserClassAttributesItem |
|
976 <h3>Class Attributes</h3> |
|
977 <table> |
|
978 <tr><td>None</td></tr> |
|
979 </table> |
|
980 <h3>Class Methods</h3> |
|
981 <table> |
|
982 <tr><td>None</td></tr> |
|
983 </table> |
|
984 <h3>Methods</h3> |
|
985 <table> |
|
986 <tr> |
|
987 <td><a href="#BrowserGlobalsItem.__init__">BrowserGlobalsItem</a></td> |
|
988 <td>Constructor</td> |
|
989 </tr> |
|
990 </table> |
|
991 <h3>Static Methods</h3> |
|
992 <table> |
|
993 <tr><td>None</td></tr> |
|
994 </table> |
|
995 <a NAME="BrowserGlobalsItem.__init__" ID="BrowserGlobalsItem.__init__"></a> |
|
996 <h4>BrowserGlobalsItem (Constructor)</h4> |
|
997 <b>BrowserGlobalsItem</b>(<i>parent, attributes, text, isClass=False</i>) |
|
998 <p> |
|
999 Constructor |
|
1000 </p><dl> |
|
1001 <dt><i>parent</i></dt> |
|
1002 <dd> |
|
1003 parent item |
|
1004 </dd><dt><i>attributes</i></dt> |
|
1005 <dd> |
|
1006 list of attributes |
|
1007 </dd><dt><i>text</i></dt> |
|
1008 <dd> |
|
1009 text to be shown by this item (string) |
|
1010 </dd><dt><i>isClass</i></dt> |
|
1011 <dd> |
|
1012 flag indicating class attributes (boolean) |
962 </dd> |
1013 </dd> |
963 </dl> |
1014 </dl> |
964 <div align="right"><a href="#top">Up</a></div> |
1015 <div align="right"><a href="#top">Up</a></div> |
965 <hr /><hr /> |
1016 <hr /><hr /> |
966 <a NAME="BrowserImportItem" ID="BrowserImportItem"></a> |
1017 <a NAME="BrowserImportItem" ID="BrowserImportItem"></a> |