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

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

#import <objc/Object.h>

@class View;
@class OATextFieldFormatter;

@interface OATextFieldFormatterInspector:Object
{
    id panel;
    id object;
}

- (View *)view;

- (OATextFieldFormatter *)object;
- setObject:(OATextFieldFormatter *)anObject;

- ok:sender;
- revert:sender;

@end

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