ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Examples/BrowserZoo/AppDelegate.h

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


#import <appkit/appkit.h>
#import <misckit/misckit.h>
#import <misckit/MiscSplitBrowser.h>
#import <misckit/MiscTreeBrowser.h>

@interface AppDelegate:Object
{	MiscSplitBrowser *theBrowser;
	MiscTreeBrowser *theTree;
	NXBrowser *simpleBrowser;
	id	selectedLabelPath;
	id	selectedLabelNode;

	HashTable *searchHash;	// used by the treeSearch category
}

- loadTree:sender;
-(MiscTree*) root;
// find-panel-stuff calls self with -selectEntry: whenever something is found 
- selectEntry:(MiscTree *) theEntry;

@end

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