home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ImportList.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  874 b   |  56 lines

  1. ExportAccessory = {
  2.     OUTLETS = {
  3.     mergeMatrix;
  4.     };
  5.     SUPERCLASS = ImportAccessory;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     save:;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. ImportList = {
  14.     SUPERCLASS = ImportExport;
  15. };
  16. ImportExport = {
  17.     ACTIONS = {
  18.     setRecordDelimiter:;
  19.     setFieldDelimiter:;
  20.     };
  21.     OUTLETS = {
  22.     titleMatrix;
  23.     recordDelimPopUpList;
  24.     delimiterBox;
  25.     placeHolderView;
  26.     fieldDelimPopUpList;
  27.     recordDelimPopUp;
  28.     fieldDelimPopUp;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. ImportAccessory = {
  33.     ACTIONS = {
  34.     setFieldDelimiter:;
  35.     setRecordDelimiter:;
  36.     ok:;
  37.     revert:;
  38.     setSavePath:;
  39.     };
  40.     OUTLETS = {
  41.     titleMatrix;
  42.     delimiterBox;
  43.     placeHolderView;
  44.     recordDelimPopUpList;
  45.     appIconButton;
  46.     getSavePathButton;
  47.     fieldDelimPopUpList;
  48.     recordDelimPopUp;
  49.     runStructureEditorSwitch;
  50.     fieldDelimPopUp;
  51.     customFields;
  52.     customWindow;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56.