ftp.nice.ch/pub/next/developer/resources/classes/SwapView.2.0r..N.bs.tar.gz#/SwapView_2.0r/ExampleCode/InspectorController.h

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

/*
 * Author: Greg Burd, Mr. Average Developer
 *    (I would like to be a member of the NeXT Developer Support Team.)
 *
 * You may freely copy, distribute and reuse the code in this example.  
 * I disclaim any warranty of any kind, expressed or implied, as to 
 * its fitness for any particular use.
 */

#import <objc/Object.h>

@interface InspectorController:Object
{
    id	inspectorPanel;
	id	swapView;
	id	popUpCover;
	id	infoPanel;
	id	firstInspectorPanel;
	id	secondInspectorPanel;
	id	thirdInspectorPanel;
	id	fourthInspectorPanel;
}
- init;
- inspectName:(char *)str;
- popUpAction:sender;
- showInspector;
- free;

// delegate method for swapView
- whatPanel;


@end

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