This is ClassManager.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import "WorkspaceManager.h" @interface ClassManager:WorkspaceManager { char className[64] ; } + compileClass: (char *) aClass file: (char *) aFile ; + initialize ; +(int) loadIndex: (const char *) nameOfClass ; + loadAll ; + loadList ; + loadList: aList ; + load: (const char *) aClass ; + (BOOL) loadAux: (char *) aClass ; + unload: (const char *) aClass; + unloadAll ; + winList ; - className: (char *) name ; - classText: (char *) theText ; - compile:sender; - (char *) extension ; - format: sender ; - load:sender; - readFile ; -(BOOL) saveTextToFileName ; - setup ; - update: sender ; - windowWillClose: sender ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.