ftp.nice.ch/pub/next/developer/resources/classes/UHInspector.1.2.N.bs.tar.gz#/UHInspector_1.2/InspectorMultiDemo/uhInspection.h

This is uhInspection.h in view mode; [Download] [Up]

@protocol UHInspectedObject
- (const char *)getInspectorClassName;
- (const char *)getLabelForInspector;
- setInspector:object;
- reference;
- (const char *)label;
@end

@protocol UHInspectionRequest
- inspect:anObject;
- inspectList:aList;
- inspect:anObject requestor:aRequestor;
- inspectList:aList requestor:aRequestor;
- showInspector:sender;
@end

@protocol UHInspectionRequestor
- objectWasInspected:object;
- objectListWasInspected:objectList;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.