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

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