ftp.nice.ch/pub/next/developer/resources/classes/FindPanel.1.0.s.tar.gz#/FindPanel/FindPanel/FindPanelClass.h

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

/*
 * Copyright (c) 1993 Christopher J. Kane.  All rights reserved.
 *
 * Permission to make and distribute copies of this software, and to use it
 * for any purpose, is hereby granted, provided this copyright and license
 * notice are preserved on all copies.  Modified versions of this software
 * must be plainly marked as such, and must not be misrepresented as being
 * the original software.  In no event may the original authorship of this
 * software be explicitly misrepresented.  Authors of software developed with
 * the aid of, or that incorporates, this software are under no obligation
 * to the copyright holder other than those obligations outlined in this
 * license; they need not credit the copyright holder nor the source of this
 * software.
 *
 * The copyright holder makes no express or implied warranty or representation
 * of any kind with respect to this software, including any warranty that this
 * software is error-free.  ANY IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS
 * FOR A PARTICULAR PURPOSE IS HEREBY DISCLAIMED.  IN NO EVENT WILL THE COPY-
 * RIGHT HOLDER BE LIABLE FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCI-
 * DENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE.
 * The copyright holder is under no obligation to provide any services, by way
 * of maintenance, update, or otherwise.
 *
 * Version: 1.0 (15 August 1993)
 */

#import <appkit/appkit.h>
#import "FindPanel.h"

@interface Application (FindPanelClass)

- (Class)findPanelClass;
- (BOOL)isFindPanelClassLoaded;
- (FindPanel *)findPanel;
- (BOOL)isFindPanelLoaded;

- enterSelection:sender;
- findNext:sender;
- findPrevious:sender;
- jumpToSelection:sender;
- orderFrontFindPanel:sender;

@end

@interface Application (FindPanelClassDelegateMethods)

- (Class)findPanelClassWasLoaded:(Class)theClass;
- findPanelWillLoad:(Class)theClass;
- (FindPanel *)findPanelDidLoad:(FindPanel *)thePanel;

@end

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