ftp.nice.ch/pub/next/developer/resources/palettes/OATextFieldPalette.950321.s.gnutar.gz#/OATextFieldPalette.950321/OATextField.subproj/OATextFieldFormatterInspector.m

This is OATextFieldFormatterInspector.m in view mode; [Download] [Up]

#import "OATextFieldFormatterInspector.h"
#import "OATextFieldFormatter.h"

#import <appkit/appkit.h>

@implementation OATextFieldFormatterInspector

- (View *)view
{
    return [panel contentView];
}

- (OATextFieldFormatter *)object
{
    return object;
}

- setObject:(OATextFieldFormatter *)anObject
{
    object = anObject;
    return self;
}

- ok:sender
{
    return self;
}

- revert:sender
{
    return self;
}

@end

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