ftp.nice.ch/pub/next/text/tex/apps/Bibliography.1.2a.s.tar.gz#/Bibliography.1.2a/FindClass.h

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

#import <appkit/appkit.h>
@class BibliographicFile;
@class BibTexView;
@class BibTeXObject;


@interface FindClass:Object
{
	BibTexView			*inspector;
	Matrix				*findMatrix;
	BibliographicFile	*lastFindFile;
	BibTeXObject		*lastFindObject;
	List				*listOfFoundPatterns;
	List				*listOfSelectedPatterns;
	List				*listOfFoundObjects;
	int					lastSearchPos;

	id	findScroller;
	id	findIcon;	//€is a DragView
	id	findButton;
	id	findIconText;
	id	selectedIconText;
	id	searchTextField;
	id	addButton;
	id	selectButton;
	id	preViewButton;
	PopUpList	*preViewPushDown;
	id	allowErrors;
	id	ignoreCase;
	int	changeCount;
	BOOL textDidChange;
	Pasteboard	*findPBoard;
	NXStream	*findStream;
}

- find:sender;
- (void)findStringIn:(List *)selList;
- findString:sender;
- (void)setFindText;
- (void)showFindList;
- copyCitationForEdit;
- (void)deleteFile:(BibliographicFile *)theFile;
- (void)deleteEntries:(List *)aList;
- LaTeX:sender;
- selectInFile:sender;

@end

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