This is NoteInspector.m in view mode; [Download] [Up]
#import "NoteInspector.h"
@implementation NoteInspector
- init;
{
[super init];
myNR = [NoteRepository instance];
return self;
}
- clear:sender
{
return self;
}
- (void)displayNote:(Note *)note;
{
}
- (void)setEditable:(BOOL)yn;
{
isEditable = yn;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.