ftp.nice.ch/Attic/openStep/tools/workspace/TheShelf.0.3.3.sd.tgz#/TheShelf.0.3.3.sd/Source/ConsoleTextShelf.bproj/TSConsoleTextShelfItem.h

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

/* TSConsoleTextShelfItem.h created by tsengel on Fri 15-Aug-1997 */

#import <TSShelfItem.h>

@interface TSConsoleTextShelfItem : TSShelfItem
{
	id		textView;
    id		monitoredFile;

    BOOL	shouldUpdateAutomatically;
    id		ourFileHandle;

    id		searchText;
}

- (id)initWithContentsOfFile:(NSString *)aString;

- (void)ok:(id)sender;
- (void)revert:(id)sender;
- (void)save;

- (void)newDataAvailable:(NSNotification *)notification;
- (void)_appendTextData:(NSData *)newData;

- (void)updateLog:(id)sender;
- (void)clearLog:(id)sender;

- (void)findNext:(id)sender;
- (void)findPrevious:(id)sender;
- (void)filterLog:(id)sender;

@end

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