This is MyObject.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h>
@interface MyObject:NSObject
{
id fileName;
id fileScroller;
id command;
id infoPanel;
NSString *filePath;
NSMutableSet *fileList;
}
- init;
- (void)dealloc;
- (void)awakeFromNib;
- (void)addFileName:sender;
- (void)delFileName:sender;
- (void)cancelFileOp:sender;
- (void)clickScroller:sender;
- (void)commandDefault:sender;
- (void)selectCommand:sender;
- (void)selectApp:sender;
- (void)infoPanel:sender;
- (BOOL)applicationShouldTerminate:(id)sender;
- appNotice:(NSNotification *)notification;
- (void)browser:sender createRowsForColumn:(int)column inMatrix:(NSMatrix *)matrix;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.