home *** CD-ROM | disk | FTP | other *** search
- /* Class (Editor, Inspector, ...) Name -> Bundle Name.
- * Do not put if identical */
-
- IBSoundInspector = SoundSupport;
- IBSoundManager = SoundSupport;
-
- IBMenuInspector = customInspectors;
- IBWindowInspector = customInspectors;
-
- IBConnectInspector = connectInspector;
-
- IBCellSizeInspector = sizeInspectors;
- IBViewSizeInspector = sizeInspectors;
- IBWindowSizeInspector = sizeInspectors;
-
- IBInfo = info;
-
- IBStringTableInspector = StringTable;
-
- IBScrollViewInspector = ScrollView;
- IBScrollViewEditor = ScrollView;
- IBScrollTextInspector = ScrollView;
- IBScrollTextEditor = ScrollView;
- IBBrowserInspector = ScrollView;
-
- IBTableViewInspector = TableView;
- IBTableColumnInspector = TableView;
- IBTableViewEditor = TableView;
-
- IBPreferences = preferences;
-
- IBHelpPanel = helpInspector;
- IBHelpInspector = helpInspector;
-
- IBParser = parser;
-