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

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

#import <appkit/appkit.h>
#import "uhInspection.h"	//inspection protocols

@interface UHInspector:Object

{
	id object;
	id objectList;
	id requestor;
	id inspectorPanel;
	id inspectorView;
}

- inspect:anObject;
- inspectList:aList;
- inspect:anObject requestor:aRequestor;
- inspectList:aList requestor:aRequestor;
- object;
- ok:sender;
- revert:sender;
- doOk:anObject;
- doRevert:anObject;
- inspectorView;
- inspectorPanel;
- showInspector:sender;
- (BOOL)wantsButtons;

@end

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