This is ChooseEncoding.h in view mode; [Download] [Up]
///////////////////////////////////////////////////////////////////////////////
// FILENAME: ChooseEncoding.h
// SUMMARY: Interface for a Tool-based UI for eText HTML Encoders
// SUPERCLASS: Object
// INTERFACE: None
// PROTOCOLS: <Tool>
// AUTHOR: Rohit Khare
// COPYRIGHT: (c) 1994 California Institure of Technology, eText Project
///////////////////////////////////////////////////////////////////////////////
// DESCRIPTION: This is a custom class designed to provide a UI for a
// UI-less hook of eText: allowing the user to choose between different
// encoding tables for HTML character mappping.
///////////////////////////////////////////////////////////////////////////////
// HISTORY
// 10/31/94: Created. Implemented in just minutes, from scratch.
///////////////////////////////////////////////////////////////////////////////
#import "eText.subproj/eText.Class.h"
@interface ChooseEncoding:Object <Tool>
{
}
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.