ftp.nice.ch/peanuts/GeneralData/Documents/developer/dbkit/AdaptorDocu.tar.gz#/AdaptorDocu/FileFinderAdaptor/FFAdaptorTest/FFAdaptorTest.h

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

#import <appkit/appkit.h>
#import <dbkit/dbkit.h>
#import <libc.h>

@interface FFAdaptorTest:Object
{
	id	dbModule;
	id	dbDatabase;
	id	dbFetchGroup;
	id	dbRecordList;
	id	dbAttributes;
	id	rootEntity;
	id	dbTableView;
	id	window;
    id	numRecords;
    id  propList;
}

- appDidInit:sender;
- showAll:sender;
- initTableView;
- (unsigned)rowCount;
- (unsigned)columnCount;
- getValueFor: aProperty at:(unsigned)index into:aValue;
- window;

@end

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