ftp.nice.ch/pub/next/developer/resources/palettes/KeyDownBrowser.1.0.N.bs.tar.gz#/KeyDownBrowser/UsingKeyDownBrowser/UsingKeyDownBrowserController.h

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

//---------------------------------------------------------------------------------------------------------
//
//	UsingKeyDownBrowserController
//
//	Inherits From:		Object
//
//	Declared In:		UsingKeyDownBrowserController.h
//
//	Class Description
//
//		Application controller for UsingKeyDownBrowserPalette example.
//		Messages an instance of KeyDownBrowser to perform actions.
//
//
//	Disclaimer
//
//		You may freely copy, distribute and reuse this software and its
//		associated documentation. I disclaim any warranty of any kind, 
//		expressed or implied, as to its fitness for any particular use.
//
//---------------------------------------------------------------------------------------------------------
#import <appkit/appkit.h>


@interface UsingKeyDownBrowserController:Object
{
	id				browser;
	id				singleActionTextField;
	id				doubleActionTextField;
	NXHashTable*	classes;
	NXHashState 		state;
}

//---------------------------------------------------------------------------------------------------------
//	Action Methods
//---------------------------------------------------------------------------------------------------------
- singleAction: sender;
- doubleAction: sender;


@end

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