This is DataEditor.h in view mode; [Download] [Up]
// ------------------------------------------------------------------------------------- // Editor panel // This software is without warranty of any kind. Use at your own risk. // ------------------------------------------------------------------------------------- #import <appkit/appkit.h> #import "DataTable.h" // ------------------------------------------------------------------------------------- @interface DataEditor:Object { id editorWindow; id headerBox; id rcdCount; id dataTable; id dataTableBox; id dataTableView; id dataNamePanel; id dataNameField; id dataNameError; BOOL dataNameFlag; id colNamePanel; id colNameField; id colNameType; } // ------------------------------------------------------------------------------------- - initFromFile:(const char*)fileName; - closeWindow; + terminateAllEditors; - sortByDisplayOrder; - resort:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.