home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / ClassToBundle.table < prev    next >
Encoding:
Text File  |  1996-09-09  |  825 b   |  36 lines

  1. /* Class (Editor,  Inspector, ...) Name -> Bundle Name.
  2.  * Do not put if identical */
  3.  
  4. IBSoundInspector = SoundSupport;
  5. IBSoundManager = SoundSupport;
  6.  
  7. IBMenuInspector = customInspectors;
  8. IBWindowInspector = customInspectors;
  9.  
  10. IBConnectInspector = connectInspector;
  11.  
  12. IBCellSizeInspector = sizeInspectors;
  13. IBViewSizeInspector = sizeInspectors;
  14. IBWindowSizeInspector = sizeInspectors;
  15.  
  16. IBInfo    = info;
  17.  
  18. IBStringTableInspector = StringTable;
  19.  
  20. IBScrollViewInspector = ScrollView;
  21. IBScrollViewEditor = ScrollView;
  22. IBScrollTextInspector = ScrollView;
  23. IBScrollTextEditor = ScrollView;
  24. IBBrowserInspector = ScrollView;
  25.  
  26. IBTableViewInspector = TableView;
  27. IBTableColumnInspector = TableView;
  28. IBTableViewEditor = TableView;
  29.  
  30. IBPreferences = preferences;
  31.  
  32. IBHelpPanel = helpInspector;
  33. IBHelpInspector = helpInspector;
  34.  
  35. IBParser = parser;
  36.